-
Notifications
You must be signed in to change notification settings - Fork 208
/
mkdocs-local.yml
66 lines (59 loc) · 1.54 KB
/
mkdocs-local.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: XmlNotepad
site_url: http://127.0.0.1:8000/
repo_url: https://microsoft.github.io/XmlNotepad/
theme:
name: null
custom_dir: docs/windmill_dark
# default from mkdocs_theme.yml
static_templates:
- 404.html
include_search_page: true
search_index_only: true
history_buttons: true
article_nav_top: true
article_nav_bottom: true
highlightjs: true
features:
- search.highlight
markdown_extensions:
- smarty
extra_css:
- css/main.css
- css/syntax.css
extra_javascript:
- https://www.googletagmanager.com/gtag/js?id=UA-89203408-1
- https://consentdeliveryfd.azurefd.net/mscc/lib/v2/wcp-consent.js
- assets/js/cookies.js
- assets/js/main.js
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/microsoft/coyote
generator: false
markdown_extensions:
- toc:
permalink: "#"
nav:
- Home: index.md
- Install: install.md
- Help:
- Overview: help/overview.md
- Keyboard: help/keyboard.md
- Menus: help/menus.md
- Find: help/find.md
- Options: help/options.md
- Intellisense: help/intellisense.md
- Schemas: help/schemas.md
- Dynamic Help: help/dynamic.md
- Validation: help/validation.md
- Xslt: help/xslt.md
- Custom Editors: help/customeditors.md
- Clipboard: help/clipboard.md
- Updates: help/updates.md
- Analytics: help/analytics.md
- Settings: help/settings.md
- Development:
- Overview: dev/index.md
- Design: dev/design.md