Skip to content

Commit eaab059

Browse files
committed
chore(process types): file process types under managing app processes
1 parent a29df62 commit eaab059

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

TODO.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ deis.com/docs/workflow/learn/
1818

1919
deis.com/docs/workflow/applications/
2020
deploy
21-
buildpacks
22-
configuration
23-
dockerfiles
21+
using-buildpacks
22+
using-dockerfiles
2423
docker-images
24+
managing-app-proccesses
25+
configuration
2526
limits-and-tags
2627
logs
2728
permissions
28-
process-types
2929
scaling
3030

3131
deis.com/docs/workflow/{management,administration}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ pages:
3232
- Buildpacks: applications/using-buildpacks.md
3333
- Dockerfiles: applications/using-dockerfiles.md
3434
- Docker Images: applications/using-docker-images.md
35+
- Managing App Processes: applications/managing-app-processes.md
3536
- Using Workflow:
3637
- Installing the Client: using-workflow/installing-the-client.md
37-
- Process Types and the Procfile: using-workflow/process-types-and-the-procfile.md
3838
- Registering a User: using-workflow/registering-a-user.md
3939
- Deploying an Application: using-workflow/deploying-an-application.md
4040
- Configuring an Application: using-workflow/configuring-an-application.md

src/using-workflow/process-types-and-the-procfile.md renamed to src/applications/managing-app-processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Given the `Procfile` above, the `web` process could be scaled out:
7777

7878
And the `worker` process could be left alone, or scaled out independently, to whatever extent is
7979
required:
80-
80+
8181
$ deis scale worker=3
8282

8383
Scaling a process type directly changes the number of [Containers][container] running that process.

0 commit comments

Comments
 (0)