-
Notifications
You must be signed in to change notification settings - Fork 364
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (25 loc) · 762 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (25 loc) · 762 Bytes
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
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/
trademark: https://www.linuxfoundation.org/legal/trademark-usage
nav:
- 'Home': README.md
- 'Components':
- 'Service Controller': service_controller.md
- 'User Guide':
- prerequisites.md
- credential_provider.md
- getting_started.md
- nlb_security_groups.md
- 'Development':
- 'Running the Cloud Provider': development.md
- 'Release Process': RELEASE.md
- Changelog: CHANGELOG.md
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.sections