-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (39 loc) · 1005 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (39 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
site_name: "LemonUI"
theme:
name: material
palette:
scheme: slate
primary: indigo
accent: blue
logo: logo.png
favicon: logo.png
features:
# instant navigation with xhr
- navigation.instant
# show the progress of the xhr loading
- navigation.instant.progress
# update the url with the current section
- navigation.tracking
# show the navigation tabs
- navigation.tabs
# keep the tabs visible when possible
- navigation.tabs.sticky
# show the path of the current page
- navigation.path
# reduce the size of the pages only including what's needed
- navigation.prune
# add a back to the top button
- navigation.top
# enable search suggestions
- search.suggest
# added button to share the current article
- search.share
plugins:
- search
- mkdoxy:
projects:
LemonUI:
src-dirs: repos/LemonUI/LemonUI
full-doc: true
doxy-cfg:
FILE_PATTERNS: "*.cs"