forked from deis/workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
135 lines (135 loc) · 5.95 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
#
# NOTE: titles need to be capitalized here to work around MkDocs automatically downcasing title
# names
#
site_name: Deis Workflow Documentation
site_url: https://deis.com/docs/workflow
pages:
- Home: index.md
- Quick Start:
- Overview: quickstart/index.md
- Install CLI Tools: quickstart/install-cli-tools.md
- AWS:
- Boot: quickstart/provider/aws/boot.md
- DNS: quickstart/provider/aws/dns.md
- Install Workflow: quickstart/provider/aws/install-aws.md
- Azure:
- Boot: quickstart/provider/azure-acs/boot.md
- DNS: quickstart/provider/azure-acs/dns.md
- Install Workflow: quickstart/provider/azure-acs/install-azure-acs.md
- GKE:
- Boot: quickstart/provider/gke/boot.md
- DNS: quickstart/provider/gke/dns.md
- Install Workflow: quickstart/provider/gke/install-gke.md
- Minikube:
- Boot: quickstart/provider/minikube/boot.md
- DNS: quickstart/provider/minikube/dns.md
- Install Workflow: quickstart/provider/minikube/install-minikube.md
- Deploy Your First App: quickstart/deploy-an-app.md
- Understanding Workflow:
- Concepts: understanding-workflow/concepts.md
- Architecture: understanding-workflow/architecture.md
- Components: understanding-workflow/components.md
- Installing Workflow:
- System Requirements: installing-workflow/system-requirements.md
- Installing Workflow: installing-workflow/index.md
- Configuring Object Storage: installing-workflow/configuring-object-storage.md
- Configuring Postgres: installing-workflow/configuring-postgres.md
- Configuring the Registry: installing-workflow/configuring-registry.md
- Chart Provenance: installing-workflow/chart-provenance.md
- Experimental Native Ingress: installing-workflow/experimental-native-ingress.md
- Users:
- Command Line Interface: users/cli.md
- Users and Registration: users/registration.md
- SSH Keys: users/ssh-keys.md
- Applications:
- Deploying Apps: applications/deploying-apps.md
- Buildpacks: applications/using-buildpacks.md
- Dockerfiles: applications/using-dockerfiles.md
- Docker Images: applications/using-docker-images.md
- Managing App Processes: applications/managing-app-processes.md
- Managing App Configuration: applications/managing-app-configuration.md
- Managing App Lifecycle: applications/managing-app-lifecycle.md
- Inter-app Communication: applications/inter-app-communication.md
- Resource Limits: applications/managing-resource-limits.md
- Domains and Routing: applications/domains-and-routing.md
- SSL Certificates: applications/ssl-certificates.md
- Managing Workflow:
- Tuning Component Settings: managing-workflow/tuning-component-settings.md
- Configuring Load Balancers: managing-workflow/configuring-load-balancers.md
- Configuring DNS: managing-workflow/configuring-dns.md
- Deploy Hooks: managing-workflow/deploy-hooks.md
- Platform Logging: managing-workflow/platform-logging.md
- Platform Monitoring: managing-workflow/platform-monitoring.md
- Production Deployments: managing-workflow/production-deployments.md
- Security Considerations: managing-workflow/security-considerations.md
- Platform SSL: managing-workflow/platform-ssl.md
- Upgrading Workflow: managing-workflow/upgrading-workflow.md
- Extending Workflow: managing-workflow/extending-workflow.md
- Troubleshooting:
- Troubleshooting Workflow: troubleshooting/index.md
- Troubleshooting using Kubectl: troubleshooting/kubectl.md
- Troubleshooting Applications: troubleshooting/applications.md
- Roadmap:
- Planning Process: roadmap/planning-process.md
- Roadmap: roadmap/roadmap.md
- Releases: roadmap/releases.md
- Contributing:
- Overview: contributing/overview.md
- Design Documents: contributing/design-documents.md
- Development Environment: contributing/development-environment.md
- Testing: contributing/testing.md
- Submitting a Pull Request: contributing/submitting-a-pull-request.md
- Community: contributing/community.md
- Triaging Issues: contributing/triaging-issues.md
- Conduct: contributing/conduct.md
- Maintainers: contributing/maintainers.md
- Reference Guide:
- Migrating from Deis v1: reference-guide/migration.md
- Creating a Self-Signed SSL Certificate: reference-guide/creating-a-self-signed-ssl-certificate.md
- Terms: reference-guide/terms.md
# FIXME (bacongobbler): our custom deis theme only supports a toctree depth of 2 due to css issues
- Controller API v2.0: reference-guide/controller-api/v2.0.md
- Controller API v2.1: reference-guide/controller-api/v2.1.md
- Controller API v2.2: reference-guide/controller-api/v2.2.md
- Controller API v2.3: reference-guide/controller-api/v2.3.md
- Changelogs:
- v2.18.0: changelogs/v2.18.0.md
- v2.17.0: changelogs/v2.17.0.md
- v2.16.0: changelogs/v2.16.0.md
- v2.15.0: changelogs/v2.15.0.md
- v2.14.0: changelogs/v2.14.0.md
- v2.13.0: changelogs/v2.13.0.md
- v2.12.0: changelogs/v2.12.0.md
- v2.11.0: changelogs/v2.11.0.md
- v2.10.0: changelogs/v2.10.0.md
- v2.9.1: changelogs/v2.9.1.md
- v2.9.0: changelogs/v2.9.0.md
- v2.8.0: changelogs/v2.8.0.md
- v2.7.0: changelogs/v2.7.0.md
- v2.6.0: changelogs/v2.6.0.md
- v2.5.0: changelogs/v2.5.0.md
- v2.4.2: changelogs/v2.4.2.md
- v2.4.1: changelogs/v2.4.1.md
- v2.4.0: changelogs/v2.4.0.md
- v2.3.0: changelogs/v2.3.0.md
- v2.2.0: changelogs/v2.2.0.md
- v2.1.0: changelogs/v2.1.0.md
- v2.0.0: changelogs/v2.0.0.md
theme_dir: themes/deis
docs_dir: src
markdown_extensions:
- markdown_checklist.extension
- markdown_include.include:
base_path: src/_includes
- admonition
- codehilite
- toc:
permalink: True
extra_javascript:
- static/js/foundation.js
- static/js/foundation.dropdown.js
- static/js/foundation.offcanvas.js
- static/js/headroom.min.js
- static/js/adjustments.js
google_analytics: ['UA-42867143-3', 'auto']