Skip to content

Commit f7e848e

Browse files
committed
ran script/content-migrations/remove-map-topics.js && script/content-migrations/update-tocs.js
1 parent 253c356 commit f7e848e

14,528 files changed

Lines changed: 410546 additions & 411355 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/actions/creating-actions/index.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ versions:
1111
free-pro-team: '*'
1212
enterprise-server: '>=2.22'
1313
github-ae: '*'
14+
children:
15+
- /about-actions
16+
- /creating-a-docker-container-action
17+
- /creating-a-javascript-action
18+
- /creating-a-composite-run-steps-action
19+
- /metadata-syntax-for-github-actions
20+
- /dockerfile-support-for-github-actions
21+
- /setting-exit-codes-for-actions
22+
- /publishing-actions-in-github-marketplace
1423
---
15-
1624
{% data reusables.actions.enterprise-beta %}
1725
{% data reusables.actions.enterprise-github-hosted-runners %}
1826
{% data reusables.actions.ae-beta %}
19-
20-
{% link_in_list /about-actions %}
21-
{% link_in_list /creating-a-docker-container-action %}
22-
{% link_in_list /creating-a-javascript-action %}
23-
{% link_in_list /creating-a-composite-run-steps-action %}
24-
{% link_in_list /metadata-syntax-for-github-actions %}
25-
{% link_in_list /dockerfile-support-for-github-actions %}
26-
{% link_in_list /setting-exit-codes-for-actions %}
27-
{% link_in_list /publishing-actions-in-github-marketplace %}

content/actions/guides/index.md

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -73,40 +73,41 @@ includeGuides:
7373
- /actions/guides/moving-assigned-issues-on-project-boards
7474
- /actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column
7575
- /actions/guides/managing-github-actions-with-github-cli
76-
76+
children:
77+
- /about-continuous-integration
78+
- /setting-up-continuous-integration-using-workflow-templates
79+
- /building-and-testing-nodejs
80+
- /building-and-testing-net
81+
- /building-and-testing-powershell
82+
- /building-and-testing-python
83+
- /building-and-testing-ruby
84+
- /building-and-testing-java-with-maven
85+
- /building-and-testing-java-with-gradle
86+
- /building-and-testing-java-with-ant
87+
- /building-and-testing-swift
88+
- /installing-an-apple-certificate-on-macos-runners-for-xcode-development
89+
- /building-and-testing-xamarin-applications
90+
- /about-packaging-with-github-actions
91+
- /publishing-nodejs-packages
92+
- /publishing-java-packages-with-maven
93+
- /publishing-java-packages-with-gradle
94+
- /publishing-docker-images
95+
- /storing-workflow-data-as-artifacts
96+
- /caching-dependencies-to-speed-up-workflows
97+
- /about-service-containers
98+
- /creating-redis-service-containers
99+
- /creating-postgresql-service-containers
100+
- /deploying-to-amazon-elastic-container-service
101+
- /deploying-to-azure-app-service
102+
- /deploying-to-google-kubernetes-engine
103+
- /deploying-to-google-kubernetes-engine
104+
- /using-github-actions-for-project-management
105+
- /closing-inactive-issues
106+
- /scheduling-issue-creation
107+
- /adding-labels-to-issues
108+
- /commenting-on-an-issue-when-a-label-is-added
109+
- /moving-assigned-issues-on-project-boards
110+
- /removing-a-label-when-a-card-is-added-to-a-project-board-column
111+
- /managing-github-actions-with-github-cli
77112
---
78-
<!-- {% link_in_list /about-continuous-integration %} -->
79-
<!-- {% link_in_list /setting-up-continuous-integration-using-workflow-templates %} -->
80-
<!-- {% link_in_list /building-and-testing-nodejs %} -->
81-
<!-- {% link_in_list /building-and-testing-net %} -->
82-
<!-- {% link_in_list /building-and-testing-powershell %} -->
83-
<!-- {% link_in_list /building-and-testing-python %} -->
84-
<!-- {% link_in_list /building-and-testing-ruby %} -->
85-
<!-- {% link_in_list /building-and-testing-java-with-maven %} -->
86-
<!-- {% link_in_list /building-and-testing-java-with-gradle %} -->
87-
<!-- {% link_in_list /building-and-testing-java-with-ant %} -->
88-
<!-- {% link_in_list /building-and-testing-swift %}-->
89-
<!-- {% link_in_list /installing-an-apple-certificate-on-macos-runners-for-xcode-development %} -->
90-
<!-- {% link_in_list /building-and-testing-xamarin-applications %} -->
91-
<!-- {% link_in_list /about-packaging-with-github-actions %} -->
92-
<!-- {% link_in_list /publishing-nodejs-packages %} -->
93-
<!-- {% link_in_list /publishing-java-packages-with-maven %} -->
94-
<!-- {% link_in_list /publishing-java-packages-with-gradle %} -->
95-
<!-- {% link_in_list /publishing-docker-images %} -->
96-
<!-- {% link_in_list /storing-workflow-data-as-artifacts %} -->
97-
<!-- {% link_in_list /caching-dependencies-to-speed-up-workflows %} -->
98-
<!-- {% link_in_list /about-service-containers %} -->
99-
<!-- {% link_in_list /creating-redis-service-containers %} -->
100-
<!-- {% link_in_list /creating-postgresql-service-containers %} -->
101-
<!-- {% link_in_list /deploying-to-amazon-elastic-container-service %} -->
102-
<!-- {% link_in_list /deploying-to-azure-app-service %} -->
103-
<!-- {% link_in_list /deploying-to-google-kubernetes-engine %} -->
104-
<!-- {% link_in_list /deploying-to-google-kubernetes-engine %} -->
105-
<!-- {% link_in_list /using-github-actions-for-project-management %} -->
106-
<!-- {% link_in_list /closing-inactive-issues %} -->
107-
<!-- {% link_in_list /scheduling-issue-creation %} -->
108-
<!-- {% link_in_list /adding-labels-to-issues %} -->
109-
<!-- {% link_in_list /commenting-on-an-issue-when-a-label-is-added %} -->
110-
<!-- {% link_in_list /moving-assigned-issues-on-project-boards %} -->
111-
<!-- {% link_in_list /removing-a-label-when-a-card-is-added-to-a-project-board-column %} -->
112-
<!-- {% link_in_list /managing-github-actions-with-github-cli %} -->
113+

content/actions/hosting-your-own-runners/index.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ versions:
88
free-pro-team: '*'
99
enterprise-server: '>=2.22'
1010
github-ae: '*'
11+
children:
12+
- /about-self-hosted-runners
13+
- /adding-self-hosted-runners
14+
- /configuring-the-self-hosted-runner-application-as-a-service
15+
- /using-a-proxy-server-with-self-hosted-runners
16+
- /using-labels-with-self-hosted-runners
17+
- /using-self-hosted-runners-in-a-workflow
18+
- /managing-access-to-self-hosted-runners-using-groups
19+
- /monitoring-and-troubleshooting-self-hosted-runners
20+
- /removing-self-hosted-runners
1121
---
12-
1322
{% data reusables.actions.ae-self-hosted-runners-notice %}
1423
{% data reusables.actions.enterprise-beta %}
1524
{% data reusables.actions.enterprise-github-hosted-runners %}
1625
{% data reusables.actions.ae-beta %}
17-
18-
{% link_in_list /about-self-hosted-runners %}
19-
{% link_in_list /adding-self-hosted-runners %}
20-
{% link_in_list /configuring-the-self-hosted-runner-application-as-a-service %}
21-
{% link_in_list /using-a-proxy-server-with-self-hosted-runners %}
22-
{% link_in_list /using-labels-with-self-hosted-runners %}
23-
{% link_in_list /using-self-hosted-runners-in-a-workflow %}
24-
{% link_in_list /managing-access-to-self-hosted-runners-using-groups %}
25-
{% link_in_list /monitoring-and-troubleshooting-self-hosted-runners %}
26-
{% link_in_list /removing-self-hosted-runners %}

content/actions/index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ featuredLinks:
2222
- /actions/reference/environment-variables
2323
- /actions/reference/encrypted-secrets
2424
changelog:
25-
label: 'actions'
25+
label: actions
2626
prefix: 'GitHub Actions: '
27-
product_video: https://www.youtube-nocookie.com/embed/cP0I9w2coGU
27+
product_video: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
2828
redirect_from:
2929
- /articles/automating-your-workflow-with-github-actions/
3030
- /articles/customizing-your-project-with-github-actions/
@@ -37,13 +37,14 @@ versions:
3737
free-pro-team: '*'
3838
enterprise-server: '>=2.22'
3939
github-ae: '*'
40+
children:
41+
- /quickstart
42+
- /guides
43+
- /learn-github-actions
44+
- /managing-workflow-runs
45+
- /creating-actions
46+
- /using-github-hosted-runners
47+
- /hosting-your-own-runners
48+
- /reference
4049
---
4150

42-
<!-- {% link_with_intro /quickstart %} -->
43-
<!-- {% link_with_intro /guides %} -->
44-
<!-- {% link_with_intro /learn-github-actions %} -->
45-
<!-- {% link_with_intro /managing-workflow-runs %} -->
46-
<!-- {% link_with_intro /creating-actions %} -->
47-
<!-- {% link_with_intro /using-github-hosted-runners %} -->
48-
<!-- {% link_with_intro /hosting-your-own-runners %} -->
49-
<!-- {% link_with_intro /reference %} -->

content/actions/learn-github-actions/index.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ versions:
2929
free-pro-team: '*'
3030
enterprise-server: '>=2.22'
3131
github-ae: '*'
32+
children:
33+
- /introduction-to-github-actions
34+
- /finding-and-customizing-actions
35+
- /essential-features-of-github-actions
36+
- /managing-complex-workflows
37+
- /sharing-workflows-with-your-organization
38+
- /security-hardening-for-github-actions
39+
- /migrating-from-azure-pipelines-to-github-actions
40+
- /migrating-from-circleci-to-github-actions
41+
- /migrating-from-gitlab-cicd-to-github-actions
42+
- /migrating-from-jenkins-to-github-actions
43+
- /migrating-from-travis-ci-to-github-actions
3244
---
3345

34-
{% link_with_intro /introduction-to-github-actions %}
35-
{% link_with_intro /finding-and-customizing-actions %}
36-
{% link_with_intro /essential-features-of-github-actions %}
37-
{% link_with_intro /managing-complex-workflows %}
38-
{% link_with_intro /sharing-workflows-with-your-organization %}
39-
{% link_with_intro /security-hardening-for-github-actions %}
40-
{% link_with_intro /migrating-from-azure-pipelines-to-github-actions %}
41-
{% link_with_intro /migrating-from-circleci-to-github-actions %}
42-
{% link_with_intro /migrating-from-gitlab-cicd-to-github-actions %}
43-
{% link_with_intro /migrating-from-jenkins-to-github-actions %}
44-
{% link_with_intro /migrating-from-travis-ci-to-github-actions %}

content/actions/managing-workflow-runs/index.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ versions:
1414
free-pro-team: '*'
1515
enterprise-server: '>=2.22'
1616
github-ae: '*'
17+
children:
18+
- /using-the-visualization-graph
19+
- /viewing-workflow-run-history
20+
- /using-workflow-run-logs
21+
- /manually-running-a-workflow
22+
- /re-running-a-workflow
23+
- /canceling-a-workflow
24+
- /approving-workflow-runs-from-public-forks
25+
- /reviewing-deployments
26+
- /disabling-and-enabling-a-workflow
27+
- /deleting-a-workflow-run
28+
- /viewing-job-execution-time
29+
- /downloading-workflow-artifacts
30+
- /removing-workflow-artifacts
31+
- /enabling-debug-logging
32+
- /adding-a-workflow-status-badge
1733
---
18-
1934
{% data reusables.actions.enterprise-beta %}
2035
{% data reusables.actions.enterprise-github-hosted-runners %}
2136
{% data reusables.actions.ae-beta %}
22-
23-
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}{% link_in_list /using-the-visualization-graph %}{% endif %}
24-
{% link_in_list /viewing-workflow-run-history %}
25-
{% link_in_list /using-workflow-run-logs %}
26-
{% link_in_list /manually-running-a-workflow %}
27-
{% link_in_list /re-running-a-workflow %}
28-
{% link_in_list /canceling-a-workflow %}
29-
{% link_in_list /approving-workflow-runs-from-public-forks %}
30-
{% link_in_list /reviewing-deployments %}
31-
{% link_in_list /disabling-and-enabling-a-workflow %}
32-
{% link_in_list /deleting-a-workflow-run %}
33-
{% link_in_list /viewing-job-execution-time %}
34-
{% link_in_list /downloading-workflow-artifacts %}
35-
{% link_in_list /removing-workflow-artifacts %}
36-
{% link_in_list /enabling-debug-logging %}
37-
{% link_in_list /adding-a-workflow-status-badge %}
37+
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}{% endif %}

content/actions/reference/index.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,52 +7,37 @@ versions:
77
free-pro-team: '*'
88
enterprise-server: '>=2.22'
99
github-ae: '*'
10+
children:
11+
- /workflow-syntax-for-github-actions
12+
- /context-and-expression-syntax-for-github-actions
13+
- /workflow-commands-for-github-actions
14+
- /events-that-trigger-workflows
15+
- /authentication-in-a-workflow
16+
- /encrypted-secrets
17+
- /environments
18+
- /environment-variables
19+
- /usage-limits-billing-and-administration
1020
---
11-
1221
{% data reusables.actions.enterprise-beta %}
1322
{% data reusables.actions.enterprise-github-hosted-runners %}
1423
{% data reusables.actions.ae-beta %}
15-
1624
### Workflow syntax
17-
1825
The workflow file is written in YAML. In the YAML workflow file, you can use expression syntax to evaluate contextual information, literals, operators, and functions. Contextual information includes workflow, environment variables, secrets, and the events that triggered the workflow. When you use [`run`](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun) in a workflow step to run shell commands, you can use specific workflow command syntax to set environment variables, set output parameters for subsequent steps, and set error or debug messages.
19-
20-
{% link_in_list /workflow-syntax-for-github-actions %}
21-
{% link_in_list /context-and-expression-syntax-for-github-actions %}
22-
{% link_in_list /workflow-commands-for-github-actions %}
23-
2426
### Events
2527

2628
You can configure workflows to run when specific GitHub events occur, at a scheduled time, manually, or when events outside of GitHub occur.
2729

28-
{% link_in_list /events-that-trigger-workflows %}
29-
3030
### Authentication and secrets
3131

3232
{% data variables.product.prodname_dotcom %} provides a token that you can use to authenticate on behalf of {% data variables.product.prodname_actions %}. You can also store sensitive information as a secret in your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}, repository, or environments{% else %} or repository{% endif %}. {% data variables.product.prodname_dotcom %} encrypts all secrets.
3333

34-
{% link_in_list /authentication-in-a-workflow %}
35-
{% link_in_list /encrypted-secrets %}
36-
3734
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}
3835
### Environments
39-
4036
Workflow jobs can reference environments that have protection rules or environment-specific secrets.
41-
42-
{% link_in_list /environments %}
4337
{% endif %}
44-
4538
### Environment variables
46-
4739
{% data variables.product.prodname_dotcom %} sets default environment variables for each {% data variables.product.prodname_actions %} workflow run. You can also set custom environment variables in your workflow file.
48-
49-
{% link_in_list /environment-variables %}
50-
5140
{% if currentVersion == "free-pro-team@latest" %}
5241
### Administration
53-
5442
When you run workflows on {% data variables.product.prodname_dotcom %}-hosted runners, there are usage limits and potential usage charges. You can also disable or restrict the usage of {% data variables.product.prodname_actions %} in a repository and organization.
55-
56-
{% link_in_list /usage-limits-billing-and-administration %}
57-
5843
{% endif %}

content/actions/using-github-hosted-runners/index.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ versions:
55
free-pro-team: '*'
66
enterprise-server: '>=2.22'
77
github-ae: '*'
8+
children:
9+
- /about-github-hosted-runners
10+
- /customizing-github-hosted-runners
11+
- /about-ae-hosted-runners
12+
- /adding-ae-hosted-runners
13+
- /using-ae-hosted-runners-in-a-workflow
14+
- /using-labels-with-ae-hosted-runners
15+
- /using-groups-to-manage-access-to-ae-hosted-runners
16+
- /creating-custom-images
817
---
9-
1018
{% data reusables.actions.enterprise-beta %}
1119
{% data reusables.actions.enterprise-github-hosted-runners %}
12-
13-
{% link_in_list /about-github-hosted-runners %}
14-
{% link_in_list /customizing-github-hosted-runners %}
15-
{% link_in_list /about-ae-hosted-runners %}
16-
{% link_in_list /adding-ae-hosted-runners %}
17-
{% link_in_list /using-ae-hosted-runners-in-a-workflow %}
18-
{% link_in_list /using-labels-with-ae-hosted-runners %}
19-
{% link_in_list /using-groups-to-manage-access-to-ae-hosted-runners %}
20-
{% link_in_list /creating-custom-images %}
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Managing GitHub Advanced Security for your enterprise
33
shortTitle: Managing GitHub Advanced Security
4-
intro: You can configure {% data variables.product.prodname_advanced_security %} and manage use by your enterprise to suit your organization's needs.
4+
intro: 'You can configure {% data variables.product.prodname_advanced_security %} and manage use by your enterprise to suit your organization''s needs.'
55
product: '{% data reusables.gated-features.ghas %}'
66
redirect_from:
77
- /enterprise/admin/configuration/configuring-advanced-security-features
@@ -10,12 +10,11 @@ versions:
1010
enterprise-server: '>=2.22'
1111
topics:
1212
- Enterprise
13+
children:
14+
- /about-licensing-for-github-advanced-security
15+
- /enabling-github-advanced-security-for-your-enterprise
16+
- /configuring-code-scanning-for-your-appliance
17+
- /configuring-secret-scanning-for-your-appliance
18+
- /viewing-your-github-advanced-security-usage
1319
---
1420

15-
### Table of Contents
16-
17-
{% link_in_list /about-licensing-for-github-advanced-security %}
18-
{% link_in_list /enabling-github-advanced-security-for-your-enterprise %}
19-
{% link_in_list /configuring-code-scanning-for-your-appliance %}
20-
{% link_in_list /configuring-secret-scanning-for-your-appliance %}
21-
{% link_in_list /viewing-your-github-advanced-security-usage %}

content/admin/authentication/about-identity-and-access-management-for-your-enterprise.md

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

0 commit comments

Comments
 (0)