Skip to content

Commit f1d43aa

Browse files
authored
EDI-ify "Concepts" and "Get started" in the Actions docs (#56827)
1 parent df973ee commit f1d43aa

26 files changed

+59
-91
lines changed

content/actions/concepts/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Concepts for GitHub Actions
33
shortTitle: Concepts
4-
intro: "Learn the core concepts that you'll need to understand GitHub Actions."
4+
intro: Learn the core concepts that you'll need to understand GitHub Actions.
55
versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /overview
1110
- /workflows-and-actions
1211
- /runners
1312
- /security
14-
- /about-github-actions-metrics
13+
- /metrics
1514
- /billing-and-usage
1615
redirect_from:
1716
- /actions/concepts/use-cases
1817
---
18+

content/actions/concepts/about-github-actions-metrics.md renamed to content/actions/concepts/metrics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
title: About GitHub Actions metrics
33
shortTitle: Metrics
44
intro: 'Learn about the {% data variables.product.prodname_actions %} metrics available for your organizations and repositories.'
5-
permissions: Organization owners and users with the "View organization Actions metrics" permission can view organization-level metrics. <br><br> Users with the base repository role can view repository-level metrics.
5+
permissions: Organization owners and users with the "View organization Actions metrics" permission can view organization-level metrics. <br><br> Users with the base repository role can view repository-level metrics.
66
versions:
77
feature: actions-metrics
8+
redirect_from:
9+
- /actions/concepts/about-github-actions-metrics
810
---
911

1012
{% data reusables.actions.about-actions-metrics %}

content/actions/concepts/overview/index.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GitHub Actions Runners
33
shortTitle: Runners
4-
intro: "Learn about the concept of runners in GitHub Actions."
4+
intro: Learn about the concept of runners in GitHub Actions.
55
versions:
66
fpt: '*'
77
ghes: '*'
@@ -10,9 +10,10 @@ children:
1010
- /github-hosted-runners
1111
- /larger-runners
1212
- /self-hosted-runners
13-
- /private-networking-with-github-hosted-runners
13+
- /private-networking
1414
- /runner-groups
1515
- /runner-scale-sets
1616
- /actions-runner-controller
17-
- /support-for-actions-runner-controller
17+
- /support-for-arc
1818
---
19+
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Private networking with GitHub-hosted runners
3-
shortTitle: About private networking
3+
shortTitle: Private networking
44
intro: '{% data reusables.actions.private-networking-intro %}'
55
versions:
66
fpt: '*'
@@ -17,6 +17,7 @@ topics:
1717
redirect_from:
1818
- /actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners
1919
- /actions/concepts/runners/about-private-networking-with-github-hosted-runners
20+
- /actions/concepts/runners/private-networking-with-github-hosted-runners
2021
---
2122

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

content/actions/concepts/runners/support-for-actions-runner-controller.md renamed to content/actions/concepts/runners/support-for-arc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ topics:
1212
redirect_from:
1313
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller
1414
- /actions/concepts/runners/about-support-for-actions-runner-controller
15+
- /actions/concepts/runners/support-for-actions-runner-controller
1516
---
1617

1718
## Overview

content/actions/concepts/security/artifact-attestations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Artifact attestations
33
intro: 'Understand the usage and security benefits of artifact attestations.'
4-
shortTitle: Artifact attestations
54
topics:
65
- Actions
76
- Security

content/actions/concepts/security/compromised-runners.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Compromised runners
33
intro: 'Understand the security risks associated with compromised {% data variables.product.prodname_actions %} runners.'
4-
shortTitle: Compromised runners
54
versions:
65
fpt: '*'
76
ghes: '*'

content/actions/concepts/security/github_token.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: GITHUB_TOKEN
33
intro: Learn what `GITHUB_TOKEN` is, how it works, and why it matters for secure automation in {% data variables.product.prodname_actions %} workflows.
4-
shortTitle: GITHUB_TOKEN
54
versions:
65
fpt: '*'
76
ghes: '*'

content/actions/concepts/security/openid-connect.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: OpenID Connect
3-
shortTitle: OpenID Connect
43
intro: OpenID Connect allows your workflows to exchange short-lived tokens directly from your cloud provider.
54
versions:
65
fpt: '*'

0 commit comments

Comments
 (0)