Skip to content

Commit 1ba78d9

Browse files
committed
Merge pull request #72 from slack/documentation-reorg
Bring documentation in-line with Workflow terminology.
2 parents 442a9a9 + fbc646c commit 1ba78d9

39 files changed

Lines changed: 70 additions & 79 deletions

mkdocs.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,43 @@
55
site_name: Deis Documentation
66
pages:
77
- Welcome: index.md
8-
- Quick Start: installing-deis/quickstart.md
9-
- Understanding Deis:
10-
- Concepts: understanding-deis/concepts.md
11-
- Architecture: understanding-deis/architecture.md
12-
- Components: understanding-deis/components.md
13-
- Installing Deis:
14-
- Quick Start: installing-deis/quickstart.md
15-
- System Requirements: installing-deis/system-requirements.md
16-
- Installing Deis Workflow: installing-deis/installing-deis-workflow.md
17-
- Configuring Object Storage: installing-deis/configuring-object-storage.md
18-
- Using Deis:
19-
- Installing the Client: using-deis/installing-the-client.md
20-
- Registering a User: using-deis/registering-a-user.md
21-
- Deploying an Application: using-deis/deploying-an-application.md
22-
- Process Types and the Procfile: using-deis/process-types-and-the-procfile.md
23-
- Using Buildpacks: using-deis/using-buildpacks.md
24-
- Using Dockerfiles: using-deis/using-dockerfiles.md
25-
- Using Docker Images: using-deis/using-docker-images.md
26-
- Configuring an Application: using-deis/configuring-an-application.md
27-
- Managing an Application: using-deis/managing-an-application.md
28-
- Application SSL Certificates: using-deis/application-ssl-certificates.md
29-
- Managing Deis:
30-
- Adding/Removing Hosts: managing-deis/adding-or-removing-hosts.md
31-
- Backing up and Restoring Data: managing-deis/backing-up-and-restoring-data.md
32-
- Configuring DNS: managing-deis/configuring-dns.md
33-
- Configuring Load Balancers: managing-deis/configuring-load-balancers.md
34-
- Managing Disk Usage: managing-deis/managing-disk-usage.md
35-
- Operational Tasks: managing-deis/operational-tasks.md
36-
- Platform Logging: managing-deis/platform-logging.md
37-
- Platform Monitoring: managing-deis/platform-monitoring.md
38-
- Production Deployments: managing-deis/production-deployments.md
39-
- Security Considerations: managing-deis/security-considerations.md
40-
- Platform SSL: managing-deis/platform-ssl.md
41-
- Upgrading Deis: managing-deis/upgrading-deis.md
42-
- Using a Proxy Server: managing-deis/using-a-proxy-server.md
43-
- Customizing Deis:
44-
- CLI Plugins: customizing-deis/cli-plugins.md
8+
- Quick Start: installing-workflow/quickstart.md
9+
- Understanding Workflow:
10+
- Concepts: understanding-workflow/concepts.md
11+
- Architecture: understanding-workflow/architecture.md
12+
- Components: understanding-workflow/components.md
13+
- Installing Workflow:
14+
- Quick Start: installing-workflow/quickstart.md
15+
- System Requirements: installing-workflow/system-requirements.md
16+
- Installing Workflow: installing-workflow/installing-deis-workflow.md
17+
- 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
29+
- Managing Workflow:
30+
- Adding/Removing Hosts: managing-workflow/adding-or-removing-hosts.md
31+
- Backing up and Restoring Data: managing-workflow/backing-up-and-restoring-data.md
32+
- Configuring DNS: managing-workflow/configuring-dns.md
33+
- Configuring Load Balancers: managing-workflow/configuring-load-balancers.md
34+
- Managing Disk Usage: managing-workflow/managing-disk-usage.md
35+
- Operational Tasks: managing-workflow/operational-tasks.md
36+
- Platform Logging: managing-workflow/platform-logging.md
37+
- Platform Monitoring: managing-workflow/platform-monitoring.md
38+
- Production Deployments: managing-workflow/production-deployments.md
39+
- Security Considerations: managing-workflow/security-considerations.md
40+
- Platform SSL: managing-workflow/platform-ssl.md
41+
- Upgrading Deis: managing-workflow/upgrading-deis.md
42+
- Using a Proxy Server: managing-workflow/using-a-proxy-server.md
43+
- Customizing Workflow:
44+
- CLI Plugins: customizing-workflow/cli-plugins.md
4545
- Troubleshooting:
4646
- Troubleshooting with kubectl: troubleshooting/troubleshooting.md
4747
- Roadmap:

src/contributing/development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Although writing and executing tests are critical to ensuring code quality, most
135135

136136
### Running a Kubernetes Cluster for Development
137137

138-
To run a Kubernetes cluster locally or elsewhere to support your development activities, refer to Deis installation instructions [here](../installing-deis/quickstart.md).
138+
To run a Kubernetes cluster locally or elsewhere to support your development activities, refer to Deis installation instructions [here](../installing-workflow/quickstart.md).
139139

140140
### Using a Development Registry
141141

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ But flags preceding the command will not:
2020
$ deis --debug accounts:list
2121
$ deis-accounts list
2222

23-
[deis client]: ../using-deis/installing-the-client.md
23+
[deis client]: ../using-workflow/installing-the-client.md

src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ For more detailed information about Workflow view the [Concepts][concepts] and [
66

77
To get started with Workflow, follow our [Quick Start][quickstart] guide.
88

9-
[arch]: understanding-deis/architecture.md
10-
[concepts]: understanding-deis/concepts.md
11-
[quickstart]: installing-deis/quickstart.md
9+
[arch]: understanding-workflow/architecture.md
10+
[concepts]: understanding-workflow/concepts.md
11+
[quickstart]: installing-workflow/quickstart.md
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/installing-deis/installing-deis-workflow.md renamed to src/installing-workflow/installing-deis-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ Once you see all of the pods in the `READY` state, Deis Workflow is up and runni
6666
Next, [configure dns][] so you can register your first user.
6767

6868
[helm]: http://helm.sh
69-
[using deis]: ../using-deis/deploying-an-application.md
70-
[configure dns]: ../managing-deis/configuring-dns.md
69+
[using deis]: ../using-workflow/deploying-an-application.md
70+
[configure dns]: ../managing-workflow/configuring-dns.md
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Reference [this table](http://kubernetes.io/v1.1/docs/getting-started-guides/#ta
1818

1919
## Install Deis Workflow
2020

21-
Now that you've finished provisioning a cluster, please [Install Deis Workflow][install deis].
21+
Now that you've finished provisioning a cluster, please [Install Deis Workflow][install workflow].
2222

2323
## Configure DNS
2424

@@ -33,10 +33,10 @@ Once your cluster has been provisioned and Deis Workflow has been installed, you
3333

3434
Last but not least, select your build process and [deploy your first application][deploy].
3535

36-
[client]: ../using-deis/installing-the-client.md
36+
[client]: ../using-workflow/installing-the-client.md
3737
[configuring object storage]: configuring-object-storage.md
38-
[configuring dns]: ../managing-deis/configuring-dns.md
39-
[deploy]: ../using-deis/deploying-an-application.md
40-
[install deis]: installing-deis-workflow.md
41-
[register]: ../using-deis/registering-a-user.md
38+
[configuring dns]: ../managing-workflow/configuring-dns.md
39+
[deploy]: ../using-workflow/deploying-an-application.md
40+
[install workflow]: installing-deis-workflow.md
41+
[register]: ../using-workflow/registering-a-user.md
4242
[system requirements]: system-requirements.md
File renamed without changes.

0 commit comments

Comments
 (0)