-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (71 loc) · 2.29 KB
/
mkdocs.yml
File metadata and controls
74 lines (71 loc) · 2.29 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: Green Node CLI
site_url: https://vngcloud.github.io/greennode-cli/
site_description: Universal Command Line Interface for Green Node
repo_url: https://github.com/vngcloud/greennode-cli
repo_name: vngcloud/greennode-cli
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
palette:
- scheme: default
primary: green
accent: light green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: green
accent: light green
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- content.code.copy
nav:
- Home: index.md
- Installation: installation.md
- Configuration: configuration.md
- Usage:
- Getting Started: usage/getting-started.md
- Output Formatting: usage/output.md
- Pagination: usage/pagination.md
- Dry-run & Confirmation: usage/dry-run.md
- Global Options: usage/global-options.md
- VKS Commands:
- Overview: commands/vks/index.md
- Cluster:
- list-clusters: commands/vks/list-clusters.md
- get-cluster: commands/vks/get-cluster.md
- create-cluster: commands/vks/create-cluster.md
- update-cluster: commands/vks/update-cluster.md
- delete-cluster: commands/vks/delete-cluster.md
- Node Group:
- list-nodegroups: commands/vks/list-nodegroups.md
- get-nodegroup: commands/vks/get-nodegroup.md
- create-nodegroup: commands/vks/create-nodegroup.md
- update-nodegroup: commands/vks/update-nodegroup.md
- delete-nodegroup: commands/vks/delete-nodegroup.md
- Auto-Upgrade:
- set-auto-upgrade-config: commands/vks/set-auto-upgrade-config.md
- delete-auto-upgrade-config: commands/vks/delete-auto-upgrade-config.md
- Quota:
- get-quota: commands/vks/get-quota.md
- Waiter:
- wait-cluster-active: commands/vks/wait-cluster-active.md
- Development:
- Contributing: development/contributing.md
- Release Process: development/release.md
- Changelog: changelog.md
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables