-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (78 loc) · 3.62 KB
/
mkdocs.yml
File metadata and controls
78 lines (78 loc) · 3.62 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
75
76
77
78
#
# NOTE: titles need to be capitalized here to work around MkDocs automatically downcasing title
# names
#
site_name: Deis Documentation
pages:
- Welcome: index.md
- Quick Start: installing-workflow/quickstart.md
- Understanding Workflow:
- Concepts: understanding-workflow/concepts.md
- Architecture: understanding-workflow/architecture.md
- Components: understanding-workflow/components.md
- Installing Workflow:
- Quick Start: installing-workflow/quickstart.md
- System Requirements: installing-workflow/system-requirements.md
- Installing Workflow: installing-workflow/installing-deis-workflow.md
- Configuring Object Storage: installing-workflow/configuring-object-storage.md
- Using Workflow:
- Installing the Client: using-workflow/installing-the-client.md
- Registering a User: using-workflow/registering-a-user.md
- Deploying an Application: using-workflow/deploying-an-application.md
- Process Types and the Procfile: using-workflow/process-types-and-the-procfile.md
- Using Buildpacks: using-workflow/using-buildpacks.md
- Using Dockerfiles: using-workflow/using-dockerfiles.md
- Using Docker Images: using-workflow/using-docker-images.md
- Configuring an Application: using-workflow/configuring-an-application.md
- Managing an Application: using-workflow/managing-an-application.md
- Application SSL Certificates: using-workflow/application-ssl-certificates.md
- Managing Workflow:
- Configuring Load Balancers: managing-workflow/configuring-load-balancers.md
- Configuring DNS: managing-workflow/configuring-dns.md
- Operational Tasks: managing-workflow/operational-tasks.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
- Using a Proxy Server: managing-workflow/using-a-proxy-server.md
- Customizing Workflow:
- CLI Plugins: customizing-workflow/cli-plugins.md
- Troubleshooting:
- Troubleshooting with kubectl: troubleshooting/troubleshooting.md
- Roadmap:
- Planning Process: roadmap/planning-process.md
- Roadmap: roadmap/roadmap.md
- Release Schedule: roadmap/release-schedule.md
- Release Checklist: roadmap/release-checklist.md
- Test Plan: roadmap/test-plan.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:
- Terms: reference-guide/terms.md
- Creating a Self-Signed SSL Certificate: reference-guide/creating-a-self-signed-ssl-certificate.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
- FAQ: faq.md
theme_dir: themes/deis
docs_dir: src
markdown_extensions:
- markdown_checklist.extension
- admonition
- codehilite
- toc:
permalink: True
extra_javascript:
- static/js/adjustments.js
- static/js/bootstrap.min.js
- static/js/checkURL.js
google_analytics: ['UA-42867143-1', 'deis.io']