-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (40 loc) · 956 Bytes
/
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
site_name: "Arg Init"
site_description: "Package to simplify Argument initialisation."
repo_url: "https://github.com/srfoster65/arg_init"
repo_name: "srfoster65/arg_init"
site_dir: "site"
watch: [readme.md, docs/index.md, docs/usage.md, docs/license.md, docs/changelog.md, docs/reference.md]
theme:
name: material
features:
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
palette:
primary: blue
nav:
- Documentation:
- index.md
- Usage: usage.md
- Reference: reference.md
- Changelog: changelog.md
- License: license.md
# extra_css:
# - css/style.css
# - css/material.css
# - css/mkdocstrings.css
markdown_extensions:
# - admonition
# - pymdownx.details
# - pymdownx.emoji
# - pymdownx.magiclink
- pymdownx.snippets:
# check_paths: true
# - pymdownx.superfences
# - pymdownx.tabbed:
# alternate_style: true
# - pymdownx.tasklist
plugins:
# - section-index
- search