-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
37 lines (37 loc) · 899 Bytes
/
mkdocs.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
site_name: LayoutX, never write GUI spaghetti code again
nav:
- Introduction: index.md
- Architecture: architecture.md
- Layout Syntax: layout.md
- View: view.md
- Store: store.md
- Widgets: widgets.md
- Advanced Guide: advanced.md
- Demos: showcase.md
docs_dir: src-docs
site_dir: public
theme:
favicon: 'img/favicon.ico'
name: 'material'
palette:
primary: 'deep orange'
accent: 'red'
plugins:
- search
markdown_extensions:
- admonition
- footnotes
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true
- plantuml_markdown:
server: http://www.plantuml.com/plantuml # PlantUML server, for remote rendering
- pymdownx.snippets:
base_path: src-docs
- pymdownx.inlinehilite:
- pymdownx.superfences:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details