-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (20 loc) · 715 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (20 loc) · 715 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
site_name: MkDocs+
site_description: Examples of integrating MkDocs with 3rd Party Libraries.
site_author: Bruce Marriner
site_url: http://bwmarrin.github.io/MkDocsPlus/
repo_url: https://github.com/bwmarrin/MkDocsPlus
extra_javascript: []
extra_css: []
dev_addr: 0.0.0.0:8000
markdown_extensions:
- fontawesome_markdown
theme: readthedocs
pages:
- 'Home': 'index.md'
- 'flowchart.js' : 'flowchartjs/index.md'
- 'js-sequence-diagrams' : 'js-sequence-diagrams/index.md'
- 'DataTables' : 'datatables/index.md'
- 'mermaid' : 'mermaid/index.md'
- 'Chartist.js' : 'chartistjs/index.md'
- 'Chart.js' : 'chartjs/index.md'
- 'Font Awesome' : 'fontawesome/index.md'