|
2 | 2 | # NOTE: titles need to be capitalized here to work around MkDocs automatically downcasing title |
3 | 3 | # names |
4 | 4 | # |
5 | | -site_name: Deis Documentation |
| 5 | +site_name: Deis Workflow Documentation |
6 | 6 | pages: |
7 | | - - Welcome: index.md |
8 | | - - Quick Start: installing-workflow/quickstart.md |
| 7 | + - Home: index.md |
| 8 | + - Quick Start: |
| 9 | + - Overview: quickstart/index.md |
| 10 | + - Install CLI Tools: quickstart/install-cli-tools.md |
| 11 | + - AWS: |
| 12 | + - Boot: quickstart/provider/aws/boot.md |
| 13 | + - DNS: quickstart/provider/aws/dns.md |
| 14 | + - Install Workflow: quickstart/provider/aws/install-aws.md |
| 15 | + - GKE: |
| 16 | + - Boot: quickstart/provider/gke/boot.md |
| 17 | + - DNS: quickstart/provider/gke/dns.md |
| 18 | + - Install Workflow: quickstart/provider/gke/install-gke.md |
| 19 | + - Vagrant: |
| 20 | + - Boot: quickstart/provider/vagrant/boot.md |
| 21 | + - DNS: quickstart/provider/vagrant/dns.md |
| 22 | + - Install Workflow: quickstart/provider/vagrant/install-vagrant.md |
| 23 | + - Deploy Your First App: quickstart/deploy-an-app.md |
9 | 24 | - Understanding Workflow: |
10 | 25 | - Concepts: understanding-workflow/concepts.md |
11 | 26 | - Architecture: understanding-workflow/architecture.md |
12 | 27 | - Components: understanding-workflow/components.md |
13 | 28 | - Installing Workflow: |
14 | | - - Quick Start: installing-workflow/quickstart.md |
| 29 | + - Installing Workflow: installing-workflow/index.md |
15 | 30 | - System Requirements: installing-workflow/system-requirements.md |
16 | | - - Installing Workflow: installing-workflow/installing-deis-workflow.md |
17 | 31 | - Configuring Object Storage: installing-workflow/configuring-object-storage.md |
18 | | - - Using Workflow: |
19 | | - - Installing the Client: using-workflow/installing-the-client.md |
20 | | - - Registering a User: using-workflow/registering-a-user.md |
21 | | - - Deploying an Application: using-workflow/deploying-an-application.md |
22 | | - - Process Types and the Procfile: using-workflow/process-types-and-the-procfile.md |
23 | | - - Using Buildpacks: using-workflow/using-buildpacks.md |
24 | | - - Using Dockerfiles: using-workflow/using-dockerfiles.md |
25 | | - - Using Docker Images: using-workflow/using-docker-images.md |
26 | | - - Configuring an Application: using-workflow/configuring-an-application.md |
27 | | - - Managing an Application: using-workflow/managing-an-application.md |
28 | | - - Application SSL Certificates: using-workflow/application-ssl-certificates.md |
| 32 | + - Users: |
| 33 | + - Command Line Interface: users/cli.md |
| 34 | + - Users and Registration: users/registration.md |
| 35 | + - SSH Keys: users/ssh-keys.md |
| 36 | + - Applications: |
| 37 | + - Deploying Apps: applications/deploying-apps.md |
| 38 | + - Buildpacks: applications/using-buildpacks.md |
| 39 | + - Dockerfiles: applications/using-dockerfiles.md |
| 40 | + - Docker Images: applications/using-docker-images.md |
| 41 | + - Managing App Processes: applications/managing-app-processes.md |
| 42 | + - Managing App Configuration: applications/managing-app-configuration.md |
| 43 | + - Managing App Lifecycle: applications/managing-app-lifecycle.md |
| 44 | + - Resource Limits: applications/managing-resource-limits.md |
| 45 | + - Domains and Routing: applications/domains-and-routing.md |
| 46 | + - SSL Certificates: applications/ssl-certificates.md |
29 | 47 | - Managing Workflow: |
| 48 | + - Configuring Components: managing-workflow/component-configuration.md |
30 | 49 | - Configuring Load Balancers: managing-workflow/configuring-load-balancers.md |
31 | 50 | - Configuring DNS: managing-workflow/configuring-dns.md |
32 | | - - Operational Tasks: managing-workflow/operational-tasks.md |
33 | 51 | - Platform Logging: managing-workflow/platform-logging.md |
34 | 52 | - Platform Monitoring: managing-workflow/platform-monitoring.md |
35 | 53 | - Production Deployments: managing-workflow/production-deployments.md |
36 | 54 | - Security Considerations: managing-workflow/security-considerations.md |
37 | 55 | - Platform SSL: managing-workflow/platform-ssl.md |
38 | 56 | - Upgrading Workflow: managing-workflow/upgrading-workflow.md |
39 | | - - Customizing Workflow: |
40 | | - - CLI Plugins: customizing-workflow/cli-plugins.md |
41 | | - - Tuning Component Settings: customizing-workflow/tuning-component-settings.md |
42 | 57 | - Troubleshooting: |
43 | 58 | - Troubleshooting with kubectl: troubleshooting/troubleshooting.md |
44 | 59 | - Roadmap: |
45 | 60 | - Planning Process: roadmap/planning-process.md |
46 | 61 | - Roadmap: roadmap/roadmap.md |
47 | 62 | - Release Schedule: roadmap/release-schedule.md |
48 | 63 | - Release Checklist: roadmap/release-checklist.md |
49 | | - - Test Plan: roadmap/test-plan.md |
50 | 64 | - Contributing: |
51 | 65 | - Overview: contributing/overview.md |
52 | 66 | - Design Documents: contributing/design-documents.md |
|
62 | 76 | - Creating a Self-Signed SSL Certificate: reference-guide/creating-a-self-signed-ssl-certificate.md |
63 | 77 | # FIXME (bacongobbler): our custom deis theme only supports a toctree depth of 2 due to css issues |
64 | 78 | - Controller API v2.0: reference-guide/controller-api/v2.0.md |
65 | | - - FAQ: faq.md |
66 | 79 | theme_dir: themes/deis |
67 | 80 | docs_dir: src |
68 | 81 | markdown_extensions: |
|
0 commit comments