From 3a8545f74b55f0fa5024ee88692ee2e7590bb9a7 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Tue, 21 Apr 2020 09:59:34 -0700 Subject: [PATCH] TOC position and cross-links --- docs/containers/app-service.md | 2 +- docs/containers/choosing-dev-environment.md | 2 +- docs/containers/debug-common.md | 3 ++- docs/containers/docker-compose.md | 4 +++- docs/containers/quickstart-aspnet-core.md | 3 ++- docs/containers/quickstart-container-registries.md | 2 +- docs/containers/quickstart-node.md | 3 ++- docs/containers/quickstart-python.md | 1 + docs/containers/reference.md | 2 +- 9 files changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/containers/app-service.md b/docs/containers/app-service.md index bb7a11317..3898f1660 100644 --- a/docs/containers/app-service.md +++ b/docs/containers/app-service.md @@ -1,5 +1,5 @@ --- -Order: 7 +Order: 8 Area: containers TOCTitle: Deploy to Azure ContentId: 044913F5-F99D-4228-A916-0443260AB7FB diff --git a/docs/containers/choosing-dev-environment.md b/docs/containers/choosing-dev-environment.md index 6e6e5a32c..6ff254954 100644 --- a/docs/containers/choosing-dev-environment.md +++ b/docs/containers/choosing-dev-environment.md @@ -1,5 +1,5 @@ --- -Order: 8 +Order: 9 Area: containers TOCTitle: Choose a dev environment ContentId: AF3D8F58-8F73-44CD-962C-B7F029E50478 diff --git a/docs/containers/debug-common.md b/docs/containers/debug-common.md index 982540f08..ac383570f 100644 --- a/docs/containers/debug-common.md +++ b/docs/containers/debug-common.md @@ -157,4 +157,5 @@ Read on to learn more about: - [Debugging Node.js within Docker containers](/docs/containers/debug-node.md) - [Debugging Python within Docker containers](/docs/containers/debug-python.md) -- [Debugging .NET Core within Docker containers](/docs/containers/debug-netcore.md) \ No newline at end of file +- [Debugging .NET Core within Docker containers](/docs/containers/debug-netcore.md) +- [Debugging with Docker Compose](/docs/containers/docker-compose.md#debug) \ No newline at end of file diff --git a/docs/containers/docker-compose.md b/docs/containers/docker-compose.md index 445f56b10..54d8a17fb 100644 --- a/docs/containers/docker-compose.md +++ b/docs/containers/docker-compose.md @@ -1,8 +1,10 @@ --- +Order: 6 Area: containers +TOCTitle: Docker Compose ContentId: c63d86a0-48f8-4724-ba24-fa5ce4199632 PageTitle: Use Docker Compose to work with multiple containers -DateApproved: 03/16/2020 +DateApproved: 04/21/2020 MetaDescription: Develop a multi-container app running in a Docker containers using Docker Compose and Visual Studio Code. --- # Develop multi-container apps using Docker Compose diff --git a/docs/containers/quickstart-aspnet-core.md b/docs/containers/quickstart-aspnet-core.md index f8342355f..d4a93799a 100644 --- a/docs/containers/quickstart-aspnet-core.md +++ b/docs/containers/quickstart-aspnet-core.md @@ -155,4 +155,5 @@ You can use specific port on the host by changing the Docker run options used by You're done! Now that your container is ready, you may want to: - [Learn more about debugging .NET Core in a container](/docs/containers/debug-netcore.md) -- [Deploy a containerized app to Azure App Service](/docs/containers/app-service.md) \ No newline at end of file +- [Deploy a containerized app to Azure App Service](/docs/containers/app-service.md) +- [Learn about using Docker Compose](/docs/containers/docker-compose.md) \ No newline at end of file diff --git a/docs/containers/quickstart-container-registries.md b/docs/containers/quickstart-container-registries.md index bcb4eccb6..6323a4ada 100644 --- a/docs/containers/quickstart-container-registries.md +++ b/docs/containers/quickstart-container-registries.md @@ -1,5 +1,5 @@ --- -Order: 6 +Order: 7 Area: containers TOCTitle: Registries ContentId: 318A4299-AF24-4ADA-863D-E73B314FC440 diff --git a/docs/containers/quickstart-node.md b/docs/containers/quickstart-node.md index e71898d16..a7bdcbd05 100644 --- a/docs/containers/quickstart-node.md +++ b/docs/containers/quickstart-node.md @@ -117,4 +117,5 @@ When the Docker extension adds files to the application, it also adds a **VS Cod You're done! Now that your container is ready, you may want to: -[Learn more about debugging Node.js in a container](/docs/containers/debug-node.md) +- [Learn more about debugging Node.js in a container](/docs/containers/debug-node.md) +- [Learn about using Docker Compose](/docs/containers/docker-compose.md) \ No newline at end of file diff --git a/docs/containers/quickstart-python.md b/docs/containers/quickstart-python.md index ad3f812d6..80a4e13a7 100644 --- a/docs/containers/quickstart-python.md +++ b/docs/containers/quickstart-python.md @@ -142,3 +142,4 @@ You're done! Now that your container is ready, you may want to: - [Push your Django image to an Azure Container Registry](/docs/containers/tutorial-django-push-to-registry.md) - [Create a container registry using the Azure portal](https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal) - [Deploy a containerized app to Azure App Service](https://docs.microsoft.com/azure/python/tutorial-deploy-containers-01) +- [Learn about using Docker Compose](/docs/containers/docker-compose.md) \ No newline at end of file diff --git a/docs/containers/reference.md b/docs/containers/reference.md index c00b688cc..9218a7ed8 100644 --- a/docs/containers/reference.md +++ b/docs/containers/reference.md @@ -1,5 +1,5 @@ --- -Order: 9 +Order: 10 Area: containers TOCTitle: Customize ContentId: 6784FBBE-9EE4-44A8-AC48-A52617EB1968