-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (89 loc) · 3.1 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
site_name: Multi Tenant Operator
docs_dir: content
site_url: https://docs.stakater.com/mto/
repo_url: https://github.com/stakater/mto-docs
edit_uri: blob/main/content/
theme:
favicon: assets/images/favicon.svg
strict: true
validation:
links:
anchors: warn
extra:
version:
provider: mike
default: latest
nav:
- index.md
- About:
- about/key-features.md
- about/use-cases.md
- Installation:
- installation/overview.md
- installation/openshift.md
- installation/azure-aks.md
- installation/aws-eks.md
- installation/kubernetes.md
- installation/helm.md
#- Architecture:
# - architecture/architecture.md
# - architecture/components.md
- pricing.md
- Tutorials:
- Configuring Tenants:
- tutorials/tenant/create-tenant.md
- tutorials/tenant/create-sandbox.md
- tutorials/tenant/creating-namespaces.md
- tutorials/tenant/assigning-metadata.md
- tutorials/tenant/tenant-hibernation.md
- tutorials/tenant/deleting-tenant.md
- Interacting with Templates:
- tutorials/distributing-resources/copying-resources.md
- tutorials/distributing-resources/distributing-manifests.md
- How-to Guides:
- RBAC:
- how-to-guides/custom-roles.md
- how-to-guides/extend-default-roles.md
- Resource Distribution:
- how-to-guides/configuring-multitenant-network-isolation.md
- how-to-guides/deploying-templates.md
- how-to-guides/resource-sync-by-tgi.md
- how-to-guides/distributing-secrets-using-sealed-secret-template.md
- how-to-guides/deploying-private-helm-charts.md
- how-to-guides/copying-resources.md
- Console:
- how-to-guides/keycloak.md
- how-to-guides/custom-metrics.md
- how-to-guides/graph-visualization.md
- how-to-guides/hibernation-workflow.md
- Integrations:
- how-to-guides/enabling-multi-tenancy-argocd.md
- how-to-guides/enabling-multi-tenancy-vault.md
- how-to-guides/enabling-openshift-dev-workspace.md
- how-to-guides/mattermost.md
- how-to-guides/integrating-external-keycloak.md
- how-to-guides/integrating-vault.md
- Tenant Isolation:
- how-to-guides/restrict-nodepool-per-tenant.md
- Offboarding:
- how-to-guides/offboarding/uninstalling.md
- Explanation:
- Tenant Policies:
- explanation/tenant-policies/networking.md
- explanation/logs-metrics.md
- explanation/template.md
- explanation/console.md
- explanation/templated-metadata-values.md
- explanation/multi-tenancy-vault.md
- CRDs API Reference:
- crds-api-reference/quota.md
- crds-api-reference/tenant.md
- crds-api-reference/extensions.md
- crds-api-reference/template.md
- crds-api-reference/template-instance.md
- crds-api-reference/template-group-instance.md
- crds-api-reference/integration-config.md
- crds-api-reference/resource-supervisor.md
- changelog.md
- eula.md
- troubleshooting.md