-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (33 loc) · 790 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (33 loc) · 790 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
site_name: TestRepo Docs
site_description: "TestRepo — 模型与工具文档"
site_author: autoMBD
repo_name: autoMBD/TestRepo
repo_url: https://github.com/autoMBD/TestRepo
nav:
- Home: index.md
- Quick Start: getting-started.md
- Tutorials:
- Quick Tutorial: tutorials/tutorial-quick.md
- Advanced: tutorials/tutorial-advanced.md
- Examples: examples/example1.md
- Models:
- MODEL_A: models/MODEL_A.md
- API: api/index.md
- Contributing: contributing.md
- Changelog: changelog.md
theme:
name: material
palette:
primary: 'indigo'
accent: 'indigo'
features:
- navigation.instant
- content.code.copy
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.superfences
- pymdownx.tabbed
plugins:
- search