-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
50 lines (42 loc) · 878 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
46
47
48
49
50
site_name: Bump'R
# Repository
repo_name: noirbizarre/bumpr
repo_url: https://github.com/noirbizarre/bumpr
theme:
name: material
icon:
logo: material/update
features:
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
extra_css:
- style.css
markdown_extensions:
- meta
- admonition
- def_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- mkdocstrings
- include-markdown
nav:
- Home: index.md
- Usage:
- Workflow: workflow.md
- Configuration: rcfile.md
- Hooks: hooks.md
- Command line: commandline.md
- Development:
- API: api.md
- Extending: extending.md
- Contributing: contributing.md
- Code of conduct: code-of-conduct.md
- FAQ: faq.md
- Changelog: changelog.md