forked from rancher/fleet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (59 loc) · 1.28 KB
/
mkdocs.yml
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
site_name: Fleet - GitOps at Scale
site_url: https://fleet.rancher.io
repo_url: https://github.com/rancher/fleet
# Set to false for local docs development
strict: true
theme:
name: material
palette:
primary: green
font:
text: 'Work Sans'
logo: 'assets/logo.svg'
#favicon: 'assets/favicon-32x32.png'
#google_analytics:
plugins:
- search
- markdownextradata: {}
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- index.md
- quickstart.md
- concepts.md
- architecture.md
- examples.md
- Operator Guide:
- Managing Clusters:
- Registration:
- cluster-overview.md
- cluster-tokens.md
- agent-initiated.md
- manager-initiated.md
- cluster-group.md
- namespaces.md
- User Guide:
- Managing Git Repos:
- gitrepo-add.md
- gitrepo-structure.md
- gitrepo-targets.md
- bundle-diffs.md
- webhook.md
- imagescan.md
- cluster-bundles-state.md
- troubleshooting.md
- Advanced Users:
- Overview: advanced-users.md
- Installation:
- Overview: installation.md
- single-cluster-install.md
- multi-cluster-install.md
- uninstall.md
extra:
fleet:
apiVersion: fleet.cattle.io/v1alpha1
version: v0.3.3
helmversion: 0.3.3