forked from sudoskys/StableDiffusionBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
57 lines (47 loc) · 1.16 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
47
48
49
50
51
52
53
54
55
56
57
site_name: AiDraw
site_url: https://stable-diffusion-book.vercel.app/
nav:
- 术语解释: index.md
- 起步于此: 2_prepare.md
- 安装配置: 3_install.md
- 模型调试: 4_model.md
- 绘画调试: 5_drawing.md
- 训练模型: 6_selftrain.md
- 参考资料: 7_landing.md
theme:
name: material
language: zh
palette:
primary: teal
accent: teal
features:
- navigation.tabs
- toc.integrate
- toc.follow
# - navigation.indexes
- navigation.top
- navigation.instant
- navigation.expand
markdown_extensions:
- tables
- attr_list
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/telegram
link: https://t.me/s/StableDiffusion_CN_WIKI
- icon: fontawesome/brands/telegram
link: https://t.me/s/StableDiffusion_Show
plugins:
# - git-authors
- git-revision-date-localized:
type: datetime
enable_creation_date: true
- search
repo_url: https://github.com/sudoskys/StableDiffusionBook
edit_uri: edit/main/docs/
copyright: >
Copyright © 以GFDL协议开源,由爱好者共同构建