forked from DataDog/cloud-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (22 loc) · 639 Bytes
/
mkdocs.yml
File metadata and controls
23 lines (22 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: Kubernetes AWS Cloud Provider
docs_dir: ./docs
site_description: Documentation for AWS Cloud Provider for Kubernetes
repo_name: kubernetes/cloud-provider-aws/
repo_url: https://github.com/kubernetes/cloud-provider-aws/
nav:
- 'Home': README.md
- 'Components':
- 'Service Controller': service_controller.md
- 'User Guide':
- prerequisites.md
- credential_provider.md
- getting_started.md
- 'Development':
- 'Running the Cloud Provider': development.md
- 'Release Process': RELEASE.md
- Changelog: CHANGELOG.md
theme:
name: material
features:
- navigation.tabs
- navigation.sections