-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (47 loc) · 1.48 KB
/
mkdocs.yml
File metadata and controls
47 lines (47 loc) · 1.48 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
47
# === DO_NOT_EDIT: pkg-ext site ===
site_name: pkg_ext
# === 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
- pkg_ext:
- Overview: _root/index.md
- PkgSettings: _root/pkgsettings.md
- api_commands: api_commands/index.md
- api_dump:
- Overview: api_dump/index.md
- CLICommandDump: api_dump/clicommanddump.md
- CLIParamInfo: api_dump/cliparaminfo.md
- CallableSignature: api_dump/callablesignature.md
- ClassDump: api_dump/classdump.md
- ClassFieldInfo: api_dump/classfieldinfo.md
- ExceptionDump: api_dump/exceptiondump.md
- FuncParamInfo: api_dump/funcparaminfo.md
- FunctionDump: api_dump/functiondump.md
- GlobalVarDump: api_dump/globalvardump.md
- GroupDump: api_dump/groupdump.md
- ParamDefault: api_dump/paramdefault.md
- ParamKind: api_dump/paramkind.md
- PublicApiDump: api_dump/publicapidump.md
- TypeAliasDump: api_dump/typealiasdump.md
- changelog: changelog/index.md
- example: example/index.md
- generate: generate/index.md
- stability: stability/index.md
- workflows: workflows/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 ===