-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·100 lines (86 loc) · 2.24 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Project information
site_name: 看無間道學EdgeDB
site_url: https://jrycw.github.io/edgedb-ia
site_author: Jerry Wu
site_description: >-
EdgeDB learning material in Traditional Chinese.
# Repository
repo_name: jrycw/edgedb-ia
repo_url: https://github.com/jrycw/edgedb-ia
nav:
- 簡介: index.md
- 初始schema:
- initial_schema/person/person.md
- initial_schema/time/time.md
- initial_schema/place/place.md
- initial_schema/entity/entity.md
- 場景:
- scenes/scene01/scene01.md
- scenes/scene02/scene02.md
- scenes/scene03/scene03.md
- scenes/scene04/scene04.md
- scenes/scene05/scene05.md
- scenes/scene06/scene06.md
- scenes/scene07/scene07.md
- scenes/scene08/scene08.md
- scenes/scene09/scene09.md
- scenes/scene10/scene10.md
- 練習: practice_time.md
# Theme
theme:
name: material
icon:
repo: fontawesome/brands/github
language: en
features:
- content.code.copy
- content.code.annotate
- navigation.tracking
- navigation.instant
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- content.tabs.link
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# extra_css:
# - _build/css/extra.css
# Preview controls
strict: true
# Formatting options
markdown_extensions:
- admonition
- pymdownx.details
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets:
base_path: ['.','docs/']
check_paths: true
dedent_subsections: true
- footnotes
- md_in_html
plugins:
- search:
lang: en
- tags
- glightbox