forked from kubero-dev/kubero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (38 loc) · 985 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
site_name: Kubero Documentation
theme:
name: readthedocs
highlightjs: true
plugins:
#- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
#nav:
# - 'Home': 'index.md'
# - '1quickstart.md'
# - '2screenshots.md'
# - '3comparison.md'
# - 'Installation':
# - 'Prerequisites': '1prerequisites.md'
# - 'Getting Started': '2base.md'
# - 'Authentication': 3authentication.md
# - 'Configuration': 4configuration.md
# - 'User manual':
# - 'Buildpacks': 'buildpacks.md'
# - 'Deployment': deployment.md
# - 'Services': services.md
# - 'Developer manual':
# - 'Setup': 'setup.md'
#- 'architecture.md'
#- 'development.md'
#- 'testing.md'
#- 'release.md'
#- 'deployment.md'
#- 'changelog.md'