forked from operator-framework/community-operators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (41 loc) · 1.04 KB
/
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: Community operators
repo_name: community-operators
repo_url: https://github.com/operator-framework/community-operators
nav:
- 'Home': README.md
- 'Operator':
- 'Implementation':
- 'How to' : contributing.md
- 'Required fields': required-fields.md
- 'Versioning' : operator-versioning.md
- 'Testing' :
- 'Explained': testing-operators.md
- 'Via test suite' : using-current-test-suite.md
- 'Contribution' : contributing-via-pr.md
- 'Deployment' : operator-deployment.md
- 'Best practices' : best-practices.md
- 'Continues Integration' : ci.md
theme:
name: material
features:
# - navigation.instant
- navigation.tabs
- navigation.sections
- navigation.expand
- toc.integrate
hide:
- navigation # Hide navigation
- toc # Hide table of contents
extra_css:
- stylesheets/extra.css
plugins:
- search
- mermaid2
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- pymdownx.tabbed
- toc:
toc_depth: 2