Skip to content

Commit 362d641

Browse files
committed
fix unlisted pages
1 parent 59f3630 commit 362d641

File tree

12 files changed

+8
-24
lines changed

12 files changed

+8
-24
lines changed
File renamed without changes.
File renamed without changes.

docs/guides/modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
*** xref:orchestrate:scheduled-pipelines.adoc[Scheduled pipelines]
5454
** How-to guides
5555
*** xref:orchestrate:orchestration-cookbook.adoc[Orchestration cookbook]
56+
*** xref:orchestrate:how-to-override-config.adoc[How to override config]
5657
*** xref:orchestrate:set-up-multiple-configuration-files-for-a-project.adoc[Set up multiple configuration files for a project]
5758
*** xref:orchestrate:notify-a-slack-channel-of-a-paused-workflow.adoc[Notify a Slack channel of a paused workflow]
5859
*** xref:orchestrate:using-branch-filters.adoc[Using branch filters]
@@ -94,6 +95,7 @@
9495
*** xref:execution-managed:run-a-job-in-a-container.adoc[Run a job in a container on your machine with Docker]
9596
*** xref:execution-managed:docker-compose.adoc[Installing and using Docker Compose]
9697
*** xref:execution-managed:high-uid-error.adoc[Debugging container ID cannot be mapped to host ID error]
98+
*** xref:execution-managed:docker-to-machine.adoc[Migrating between the Docker machine executors]
9799
** Image support policies
98100
*** xref:execution-managed:android-images-support-policy.adoc[Android images support policy]
99101
*** xref:execution-managed:convenience-images-support-policy.adoc[Convenience images support policy]
@@ -176,6 +178,7 @@
176178
*** xref:deploy:deploy-to-artifactory.adoc[Deploy to Artifactory]
177179
*** xref:deploy:deploy-to-aws.adoc[Deploy to AWS]
178180
*** xref:deploy:ecs-ecr.adoc[Push image to ECR and deploy to ECS]
181+
*** xref:deploy:deploy-service-update-to-aws-ecs.adoc[Deploy service update to AWS ECS]
179182
*** xref:deploy:deploy-to-azure-container-registry.adoc[Deploy to Azure Container Registry]
180183
*** xref:deploy:deploy-to-capistrano.adoc[Deploy to Capistrano]
181184
*** xref:deploy:deploy-to-cloud-foundry.adoc[Deploy to Cloud Foundry]

docs/guides/modules/ROOT/pages/index.adoc

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/guides/modules/execution-runner/pages/runner-overview.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:page-platform: Cloud, Server v4+
33
:page-description: Learn how CircleCI's self-hosted runners enable you to use your own infrastructure for running jobs.
44
:experimental:
5+
:page-aliases: runner-on-kubernetes.adoc
56

67
Use CircleCI's self-hosted runner to run jobs on your own infrastructure. With runner, you can build and test on a wide variety of architectures, and gain additional control over the build environment.
78

docs/guides/modules/orchestrate/pages/pipelines.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:page-platform: Cloud, Server v4+
33
:page-description: This document introduces the concept of pipelines and shows how pipelines can be triggered and what they include.
44
:experimental:
5+
:page-aliases: troubleshoot-pipelines.adoc
56

67
CircleCI pipelines are the highest-level unit of work in your CI/CD process. Defined by a configuration file (typically `.circleci/config.yml`), pipelines orchestrate the execution of _workflows_ which run _jobs_ to build, test, and deploy your code.
78

docs/guides/modules/orchestrate/pages/troubleshoot-pipelines.adoc

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/guides/modules/toolkit/pages/sample-config.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:page-platform: Cloud, Server v4+
33
:description: Sample config.yml File
44
:experimental:
5+
:page-aliases: example-configs.adoc
56

67
This document provides sample `.circleci/config.yml` files that you can use as a starting point when setting up projects, or to better understand different ways to orchestrate jobs using workflows and filters. For information on all configuration elements available to you, see the xref:reference:ROOT:configuration-reference.adoc[Configuration reference] page.
78

docs/orbs/modules/ROOT/pages/index.adoc

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/reference/modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
1313
* General
1414
** xref:guides:about-circleci:concepts.adoc[Concepts]
15+
** xref:glossary.adoc[Glossary]
1516
** xref:guides:insights:insights-glossary.adoc[Insights metrics glossary]
1617
** xref:troubleshoot.adoc[Troubleshoot]
1718
** xref:faq.adoc[FAQ]

0 commit comments

Comments
 (0)