Skip to content

Commit 680d288

Browse files
committed
chore(docs): s/installing-deis/installing-workflow
1 parent d1eec28 commit 680d288

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
site_name: Deis Documentation
66
pages:
77
- Welcome: index.md
8-
- Quick Start: installing-deis/quickstart.md
8+
- Quick Start: installing-workflow/quickstart.md
99
- Understanding Deis:
1010
- Concepts: understanding-deis/concepts.md
1111
- Architecture: understanding-deis/architecture.md
1212
- 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
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
1818
- Using Deis:
1919
- Installing the Client: using-deis/installing-the-client.md
2020
- Registering a User: using-deis/registering-a-user.md

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

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ To get started with Workflow, follow our [Quick Start][quickstart] guide.
88

99
[arch]: understanding-deis/architecture.md
1010
[concepts]: understanding-deis/concepts.md
11-
[quickstart]: installing-deis/quickstart.md
11+
[quickstart]: installing-workflow/quickstart.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 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

@@ -37,6 +37,6 @@ Last but not least, select your build process and [deploy your first application
3737
[configuring object storage]: configuring-object-storage.md
3838
[configuring dns]: ../managing-workflow/configuring-dns.md
3939
[deploy]: ../using-deis/deploying-an-application.md
40-
[install deis]: installing-deis-workflow.md
40+
[install workflow]: installing-workflow-workflow.md
4141
[register]: ../using-deis/registering-a-user.md
4242
[system requirements]: system-requirements.md
File renamed without changes.

src/reference-guide/terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The Controller stack includes:
5555

5656
- Django API Server for handling API calls
5757

58-
Follow the [Installing Deis](../installing-deis/installing-deis-workflow.md) guide to create your own private Deis controller.
58+
Follow the [Installing Deis Workflow](../installing-workflow/installing-workflow-workflow.md) guide to create your own private controller.
5959

6060

6161
## Key

0 commit comments

Comments
 (0)