-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
46 lines (40 loc) · 1.14 KB
/
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
38
39
40
41
42
43
44
45
46
site_name: TestKeeper Docs
site_description: TestKeeper V0.1.x User Documention
site_author: "成都-阿木木"
# site_favicon need a picture path
site_favicon: ""
# Repository
repo_name: TestKeeper
repo_url: https://github.com/chineseluo/testkeeper
# Copyright
copyright: 'Copyright © 2022 - 2023 chineseluo; 蜀ICP备2020034353号-1'
# Configuration
theme:
name: 'material'
language: 'zh'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Google Analytics
google_analytics: ['UA-36723568-3', 'auto']
# Markdown syntax extensions,mkdocs-plugin
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
nav:
- Introduction: index.md
- Installation: installation.md
- TestKeeper User Guide:
- Design: userguide/design.md
- Scaffold: userguide/scaffold.md # 脚手架文档
- Plan Load Explain: userguide/plan_load_explain.md
- TestKeeper Plugin: userguide/testkeeper_plugin.md
- Other: userguide/other.md
- Sponsors: sponsors.md
- Changelog: changelog.md