Skip to content

Commit 00ac397

Browse files
authored
EDI-ify "Reference" in the Actions docs (#56847)
1 parent 427c965 commit 00ac397

28 files changed

+115
-42
lines changed

content/actions/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ featuredLinks:
1616
- /actions/tutorials/publishing-packages/publishing-nodejs-packages
1717
- /actions/tutorials/build-and-test-code/building-and-testing-powershell
1818
popular:
19-
- /actions/reference/workflow-syntax-for-github-actions
19+
- /actions/reference/workflows-and-actions/workflow-syntax
2020
- /actions/how-tos/write-workflows
2121
changelog:
2222
label: actions
@@ -39,3 +39,4 @@ children:
3939
- /reference
4040
- /tutorials
4141
---
42+
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ topics:
1010
- Migration
1111
- CI
1212
- CD
13-
shortTitle: Extending GitHub Actions Importer
13+
shortTitle: Custom transformers
1414
redirect_from:
1515
- /actions/migrating-to-github-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers
1616
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers
1717
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers
18+
- /actions/reference/extending-github-actions-importer-with-custom-transformers
1819
---
1920

2021
## About custom transformers
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: GitHub Actions Importer reference
3+
shortTitle: GitHub Actions Importer
4+
intro: Find information on migrating your CI/CD pipeline to GitHub Actions with the GitHub Actions Importer.
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /supplemental-arguments-and-settings
11+
- /custom-transformers
12+
---

content/actions/reference/supplemental-arguments-and-settings.md renamed to content/actions/reference/github-actions-importer/supplemental-arguments-and-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ topics:
1313
redirect_from:
1414
- /actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings
1515
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/supplemental-arguments-and-settings
16+
- /actions/reference/supplemental-arguments-and-settings
1617
---
1718

1819
This article provides general information for configuring {% data variables.product.prodname_actions_importer %}'s supplemental arguments and settings, such as optional parameters, path arguments, and network settings.

content/actions/reference/index.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,9 @@ versions:
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /secure-use-reference
11-
- /workflow-syntax-for-github-actions
12-
- /events-that-trigger-workflows
13-
- /workflow-commands-for-github-actions
14-
- /variables-reference
15-
- /secrets-reference
16-
- /evaluate-expressions-in-workflows-and-actions
17-
- /contexts-reference
18-
- /deployments-and-environments
19-
- /dependency-caching-reference
20-
- /metadata-syntax-reference
21-
- /actions-limits
22-
- /reusable-workflows-reference
23-
- /openid-connect-reference
24-
- /dockerfile-support-for-github-actions
25-
- /github-hosted-runners-reference
26-
- /larger-runners-reference
27-
- /self-hosted-runners-reference
28-
- /supplemental-arguments-and-settings
29-
- /extending-github-actions-importer-with-custom-transformers
30-
- /workflow-cancellation-reference
10+
- /workflows-and-actions
11+
- /runners
12+
- /security
13+
- /limits
14+
- /github-actions-importer
3115
---

content/actions/reference/actions-limits.md renamed to content/actions/reference/limits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ redirect_from:
55
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/actions-limits
66
- /actions/hosting-your-own-runners/managing-self-hosted-runners/usage-limits-for-self-hosted-runners
77
- /actions/reference/usage-limits-for-self-hosted-runners
8+
- /actions/reference/actions-limits
89
versions:
910
fpt: '*'
1011
ghes: '*'
1112
ghec: '*'
12-
shortTitle: Actions limits
13+
shortTitle: Limits
1314
---
1415

1516
You may be rate limited by {% data variables.product.prodname_actions %} when you scale your usage. Some limits can be increased by contacting {% data variables.contact.contact_support %}.

content/actions/reference/github-hosted-runners-reference.md renamed to content/actions/reference/runners/github-hosted-runners.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: GitHub-hosted runners reference
3-
shortTitle: GitHub-hosted runners reference
3+
shortTitle: GitHub-hosted runners
44
intro: 'Find information about {% data variables.product.github %}-hosted runners, including their specifications and customization options.'
55
versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9+
redirect_from:
10+
- /actions/reference/github-hosted-runners-reference
911
---
1012

1113
{% ifversion ghes %}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Runners reference
3+
shortTitle: Runners
4+
intro: Find information on the machines that execute jobs in GitHub Actions.
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /github-hosted-runners
11+
- /larger-runners
12+
- /self-hosted-runners
13+
---

content/actions/reference/larger-runners-reference.md renamed to content/actions/reference/runners/larger-runners.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: Larger runners reference
3-
shortTitle: Larger runners reference
3+
shortTitle: Larger runners
44
intro: 'Find information about larger runners, including their specifications and customization options.'
55
versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9+
redirect_from:
10+
- /actions/reference/larger-runners-reference
911
---
1012

1113
{% ifversion ghes %}

content/actions/reference/self-hosted-runners-reference.md renamed to content/actions/reference/runners/self-hosted-runners.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Self-hosted runners reference
3-
shortTitle: Self-hosted runners reference
3+
shortTitle: Self-hosted runners
44
intro: Find information about setting up and using self-hosted runners.
55
redirect_from:
66
- /actions/hosting-your-own-runners/managing-self-hosted-runners/supported-architectures-and-operating-systems-for-self-hosted-runners
@@ -10,6 +10,7 @@ redirect_from:
1010
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners
1111
- /actions/hosting-your-own-runners/managing-self-hosted-runners/communicating-with-self-hosted-runners
1212
- /actions/concepts/runners/communicating-with-self-hosted-runners
13+
- /actions/reference/self-hosted-runners-reference
1314
versions:
1415
fpt: '*'
1516
ghes: '*'

0 commit comments

Comments
 (0)