-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
37 lines (37 loc) · 928 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
site_name: pygitops Documentation
site_url: https://wayfair-incubator.github.io/pygitops/
repo_url: https://github.com/wayfair-incubator/pygitops/
repo_name: wayfair-incubator/pygitops
edit_uri: edit/main/docs/
docs_dir: docs
nav:
- Overview: index.md
- Usage Guide:
- making-changes-on-feature-branch.md
- updating-repo.md
- Why pygitops?: why-pygitops.md
- Development Guide: development-guide.md
- Reference: api.md
theme: material
markdown_extensions:
- admonition
- codehilite
- pymdownx.highlight
- pymdownx.keys
- pymdownx.superfences
plugins:
- mkdocstrings:
handlers:
python:
selection:
docstring_style: "restructured-text"
rendering:
heading_level: 3
show_root_heading: True
show_source: False
show_root_full_path: False
extra_css:
- css/mkdocstrings.css
extra:
version:
provider: mike