-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (43 loc) · 1.29 KB
/
Copy pathmkdocs.yml
File metadata and controls
46 lines (43 loc) · 1.29 KB
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
# === DO_NOT_EDIT: pkg-ext site ===
site_name: path_sync
# === OK_EDIT: pkg-ext site ===
# === DO_NOT_EDIT: pkg-ext theme ===
theme:
name: material
features:
- navigation.tabs
- navigation.sections
# === OK_EDIT: pkg-ext theme ===
# === DO_NOT_EDIT: pkg-ext nav ===
nav:
- Home: index.md
- config:
- Overview: config/index.md
- Destination: config/destination.md
- HeaderConfig: config/headerconfig.md
- PRDefaults: config/prdefaults.md
- PathMapping: config/pathmapping.md
- SrcConfig: config/srcconfig.md
- SyncMode: config/syncmode.md
- copy:
- Overview: copy/index.md
- CopyOptions: copy/copyoptions.md
- dep_update:
- Overview: dep_update/index.md
- CommitConfig: dep_update/commitconfig.md
- DepConfig: dep_update/depconfig.md
- OnFailStrategy: dep_update/onfailstrategy.md
- PRConfig: dep_update/prconfig.md
- UpdateEntry: dep_update/updateentry.md
- VerifyConfig: dep_update/verifyconfig.md
- VerifyStep: dep_update/verifystep.md
- validate_no_changes: validate_no_changes/index.md
# === OK_EDIT: pkg-ext nav ===
# === DO_NOT_EDIT: pkg-ext extensions ===
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- attr_list
# === OK_EDIT: pkg-ext extensions ===