-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (22 loc) · 916 Bytes
/
mkdocs.yml
File metadata and controls
22 lines (22 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: Kfops
nav:
- 'Installation': 'install.md'
- 'Commands reference': 'commands.md'
- 'Kfops and MLOps livecycle': 'mlops_lifecycle.md'
- 'Design goals and features': 'features.md'
- 'User Guide':
- 'Introduction': 'user/intro.md'
- 'Main config file': 'user/config.md'
- 'Pipeline function': 'user/pipeline_function.md'
- 'Deployment function': 'user/deployment_function.md'
- 'Administrator Guide':
- 'Introduction': 'admin/intro.md'
- 'In-cluster setup': 'admin/cluster_setup.md'
- 'Helm chart values': 'admin/chart_values.md'
- 'Configure deployment': 'admin/deployment.md'
- 'Configure images builder': 'admin/image_builder.md'
- 'Example kaniko setup': 'admin/example_kaniko_setup.md'
- 'Developer Guide':
- 'Development environment setup': 'development.md'
theme:
name: readthedocs