-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
31 lines (26 loc) · 887 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
site_name: Dash
site_description: Documentation for dotnet dash cli tool
site_author: Huy Hoang
repo_url: https://github.com/dotnet-dash/dash
nav:
- Home: index.md
- Model File:
- Introduction: model-file/introduction.md
- Configuration Section: model-file/configuration-section.md
- Entities In-Depth: model-file/entities-in-depth.md
- Data Type Declaration: model-file/data-type-declaration.md
- Seeding data: model-file/seeding-data.md
- Templates:
- Built-in Templates: template/built-in-templates.md
- Custom Templates: template/custom-templates.md
- Examples:
- Country And Currency: examples/country-and-currency.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- cs
- json
markdown_extensions:
- admonition
copyright: Copyright © 2020 Huy Hoang