-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
41 lines (40 loc) · 1023 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
site_name: hyper-bump-it Documentation
site_url: https://plannigan.github.io/hyper-bump-it/
repo_url: https://github.com/plannigan/hyper-bump-it
repo_name: plannigan/hyper-bump-it
edit_uri: edit/main/docs/
docs_dir: docs
nav:
- Overview: index.md
- Getting Started: getting-started.md
- Usage Guide:
- Configuration: usage-guide/configuration.md
- Format Patterns: usage-guide/format-patterns.md
- Git Integration: usage-guide/git-integration.md
- Why hyper-bump-it?: why-hyper-bump-it.md
- Development Guide: development-guide.md
- Changelog: changelog.md
theme:
name: material
custom_dir: docs/.theme-overrides
features:
- content.tabs.link
markdown_extensions:
- markdown_include.include:
base_path: docs
- admonition
- codehilite
- footnotes
- pymdownx.highlight
- pymdownx.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
extra:
version:
provider: mike
default: latest
extra_css:
- css/mkdocstrings.css