Skip to content

Commit e30b234

Browse files
committed
chore(docs): s/using-deis/using-workflow/
1 parent d5dc5fa commit e30b234

17 files changed

Lines changed: 22 additions & 22 deletions

mkdocs.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ pages:
1515
- System Requirements: installing-workflow/system-requirements.md
1616
- Installing Workflow: installing-workflow/installing-deis-workflow.md
1717
- Configuring Object Storage: installing-workflow/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
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
2929
- Managing Worfklow:
3030
- Adding/Removing Hosts: managing-workflow/adding-or-removing-hosts.md
3131
- Backing up and Restoring Data: managing-workflow/backing-up-and-restoring-data.md

src/customizing-workflow/cli-plugins.md

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/installing-workflow/installing-deis-workflow.md

Lines changed: 1 addition & 1 deletion
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
69+
[using deis]: ../using-workflow/deploying-an-application.md
7070
[configure dns]: ../managing-workflow/configuring-dns.md

src/installing-workflow/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3838
[configuring dns]: ../managing-workflow/configuring-dns.md
39-
[deploy]: ../using-deis/deploying-an-application.md
39+
[deploy]: ../using-workflow/deploying-an-application.md
4040
[install workflow]: installing-workflow-workflow.md
41-
[register]: ../using-deis/registering-a-user.md
41+
[register]: ../using-workflow/registering-a-user.md
4242
[system requirements]: system-requirements.md

src/reference-guide/creating-a-self-signed-ssl-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ The self-signed SSL certificate is generated from the server.key private key and
4242

4343
The server.crt file is your site certificate suitable for use with [Deis's SSL endpoint][app ssl] along with the server.key private key.
4444

45-
[app ssl]: ../using-deis/application-ssl-certificates.md
45+
[app ssl]: ../using-workflow/application-ssl-certificates.md
4646
[platform ssl]: ../managing-workflow/platform-ssl.md

src/understanding-workflow/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ documentation][logger-documentation].
153153
[release]: ../reference-guide/terms.md#release
154154
[router-documentation]: https://github.com/deis/router
155155
[router]: #router
156-
[using-buildpacks]: ../using-deis/using-buildpacks.md
157-
[using-dockerfiles]: ../using-deis/using-dockerfiles.md
156+
[using-buildpacks]: ../using-workflow/using-buildpacks.md
157+
[using-dockerfiles]: ../using-workflow/using-dockerfiles.md

src/understanding-workflow/concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ to external or third-party vendor services.
130130
[backing services]: http://12factor.net/backing-services
131131
[build]: ../reference-guide/terms.md#build
132132
[builder]: components.md#builder
133-
[buildpacks]: ../using-deis/using-buildpacks.md
133+
[buildpacks]: ../using-workflow/using-buildpacks.md
134134
[cncf]: https://cncf.io/
135135
[components]: components.md
136136
[config]: ../reference-guide/terms.md#config
137-
[dockerfile]: ../using-deis/using-dockerfiles.md
138-
[dockerimage]: ../using-deis/using-docker-images.md
137+
[dockerfile]: ../using-workflow/using-dockerfiles.md
138+
[dockerimage]: ../using-workflow/using-docker-images.md
139139
[environment variables]: http://12factor.net/config
140140
[helm]: https://helm.sh
141141
[release]: ../reference-guide/terms.md#release
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)