forked from awslabs/amazon-eks-ami
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
28 lines (28 loc) · 825 Bytes
/
mkdocs.yaml
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
site_name: Amazon EKS AMI
docs_dir: doc/
site_description: Build template and runtime resources for the Amazon EKS AMI
repo_name: awslabs/amazon-eks-ami
repo_url: https://github.com/awslabs/amazon-eks-ami
nav:
- 'Overview': README.md
- 'Changelog': CHANGELOG.md
- 'Community':
- 'Contribution guidelines': CONTRIBUTING.md
- 'Code of Conduct': CODE_OF_CONDUCT.md
- 'Development': development.md
- 'Usage':
- 'Overview': usage/overview.md
- 'Amazon Linux 2': usage/al2.md
- 'Amazon Linux 2023': usage/al2023.md
- 'nodeadm':
- 'Overview': nodeadm/README.md
- 'API':
- 'Concepts': nodeadm/doc/api-concepts.md
- 'Reference': nodeadm/doc/api.md
- 'Examples': nodeadm/doc/examples.md
theme:
name: material
palette:
primary: black
features:
- navigation.sections