Skip to content

Commit 4a7cf8e

Browse files
subatoiCopilotlecoursen
authored
[EDI] Create "Concepts" category in the GitHub Actions docset (#56295)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Laura Coursen <lecoursen@github.com>
1 parent 89293aa commit 4a7cf8e

File tree

47 files changed

+124
-32
lines changed

Some content is hidden

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

47 files changed

+124
-32
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ versions:
88
ghec: '*'
99
children:
1010
- /understanding-github-actions
11-
- /about-continuous-integration-with-github-actions
12-
- /about-continuous-deployment-with-github-actions
1311
---
1412

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ versions:
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /usage-limits-billing-and-administration
1110
- /viewing-github-actions-metrics
1211
- /sharing-workflows-secrets-and-runners-with-your-organization
1312
- /making-retired-namespaces-available-on-ghecom

content/actions/concepts/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Concepts
3+
intro: "Learn the core concepts that you'll need to understand GitHub Actions."
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
children:
9+
- /overview
10+
- /workflows-and-actions
11+
- /runners
12+
- /security
13+
- /use-cases
14+
---

content/actions/about-github-actions/about-continuous-deployment-with-github-actions.md renamed to content/actions/concepts/overview/about-continuous-deployment-with-github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ redirect_from:
1212
- /actions/deployment/about-deployments/about-continuous-deployment
1313
- /actions/deployment/about-deployments
1414
- /actions/about-github-actions/about-continuous-deployment
15+
- /actions/about-github-actions/about-continuous-deployment-with-github-actions
1516
topics:
1617
- CD
1718
---

content/actions/about-github-actions/about-continuous-integration-with-github-actions.md renamed to content/actions/concepts/overview/about-continuous-integration-with-github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ redirect_from:
99
- /actions/guides/about-continuous-integration
1010
- /actions/automating-builds-and-tests/about-continuous-integration
1111
- /actions/about-github-actions/about-continuous-integration
12+
- /actions/about-github-actions/about-continuous-integration-with-github-actions
1213
versions:
1314
fpt: '*'
1415
ghes: '*'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Overview of GitHub Actions
3+
shortTitle: Overview
4+
intro: "Learn the overarching concepts that apply to GitHub Actions as a whole."
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /about-continuous-deployment-with-github-actions
11+
- /about-continuous-integration-with-github-actions
12+
- /usage-limits-billing-and-administration
13+
---

content/actions/administering-github-actions/usage-limits-billing-and-administration.md renamed to content/actions/concepts/overview/usage-limits-billing-and-administration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /actions/getting-started-with-github-actions/usage-and-billing-information-for-github-actions
66
- /actions/reference/usage-limits-billing-and-administration
77
- /actions/learn-github-actions/usage-limits-billing-and-administration
8+
- /actions/administering-github-actions/usage-limits-billing-and-administration
89
versions:
910
fpt: '*'
1011
ghes: '*'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ versions:
1010
type: overview
1111
topics:
1212
- Actions Runner Controller
13+
redirect_from:
14+
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller
1315
---
1416

1517
[Legal notice](#legal-notice)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ versions:
77
feature: actions-hosted-runners
88
redirect_from:
99
- /actions/using-github-hosted-runners/about-larger-runners/about-larger-runners
10+
- /actions/using-github-hosted-runners/using-larger-runners/about-larger-runners
1011
---
1112

1213
## Overview of {% data variables.actions.hosted_runners %}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ topics:
1515
- Developer
1616
- CI
1717
- CD
18+
redirect_from:
19+
- /actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners
1820
---
1921

2022
{% data reusables.actions.enterprise-github-hosted-runners %}

0 commit comments

Comments
 (0)