Skip to content

Commit b726ba6

Browse files
authored
[EDI] Create "Reference" category in the GitHub Actions docset (#56219)
1 parent 7e0a99d commit b726ba6

File tree

21 files changed

+39
-18
lines changed

21 files changed

+39
-18
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ versions:
99
children:
1010
- /about-self-hosted-runners
1111
- /communicating-with-self-hosted-runners
12-
- /supported-architectures-and-operating-systems-for-self-hosted-runners
13-
- /usage-limits-for-self-hosted-runners
1412
- /adding-self-hosted-runners
1513
- /autoscaling-with-self-hosted-runners
1614
- /running-scripts-before-or-after-a-job

content/actions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ featuredLinks:
1818
- /actions/use-cases-and-examples/publishing-packages/publishing-nodejs-packages
1919
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-powershell
2020
popular:
21-
- /actions/writing-workflows/workflow-syntax-for-github-actions
21+
- /actions/reference/workflow-syntax-for-github-actions
2222
- /actions/writing-workflows
2323
- /actions/use-cases-and-examples
2424
changelog:
@@ -30,7 +30,6 @@ redirect_from:
3030
- /actions/automating-your-workflow-with-github-actions
3131
- /categories/automating-your-workflow-with-github-actions
3232
- /marketplace/actions
33-
- /actions/reference
3433
layout: product-landing
3534
versions:
3635
fpt: '*'
@@ -48,6 +47,7 @@ children:
4847
- /use-cases-and-examples
4948
- /migrating-to-github-actions
5049
- /administering-github-actions
50+
- /reference
5151
- /guides
5252
---
5353

content/actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ versions:
99
children:
1010
- /automating-migration-with-github-actions-importer
1111
- /extending-github-actions-importer-with-custom-transformers
12-
- /supplemental-arguments-and-settings
1312
- /migrating-from-azure-devops-with-github-actions-importer
1413
- /migrating-from-bamboo-with-github-actions-importer
1514
- /migrating-from-bitbucket-pipelines-with-github-actions-importer

content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ versions:
88
ghec: '*'
99
children:
1010
- /about-troubleshooting-workflows
11-
- /actions-limits
1211
- /using-copilot-to-troubleshoot-workflows
1312
- /enabling-debug-logging
1413
- /working-with-support-for-github-actions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ redirect_from:
1010
- /actions/reference/context-and-expression-syntax-for-github-actions
1111
- /actions/learn-github-actions/contexts
1212
- /actions/writing-workflows/choosing-what-your-workflow-does/contexts
13+
- /actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs
1314
versions:
1415
fpt: '*'
1516
ghes: '*'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Actions limits
33
intro: 'There are limits in {% data variables.product.prodname_actions %} which you may hit as you scale up, some may be increased by contacting support.'
4+
redirect_from:
5+
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/actions-limits
46
versions:
57
fpt: '*'
68
ghes: '*'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ intro: 'When creating a `Dockerfile` for a Docker container action, you should b
55
redirect_from:
66
- /actions/building-actions/dockerfile-support-for-github-actions
77
- /actions/creating-actions/dockerfile-support-for-github-actions
8+
- /actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions
89
versions:
910
fpt: '*'
1011
ghes: '*'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ versions:
99
redirect_from:
1010
- /actions/learn-github-actions/expressions
1111
- /actions/writing-workflows/choosing-what-your-workflow-does/expressions
12+
- /actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions
1213
---
1314

1415
{% data reusables.actions.enterprise-github-hosted-runners %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ redirect_from:
55
- /articles/events-that-trigger-workflows
66
- /github/automating-your-workflow-with-github-actions/events-that-trigger-workflows
77
- /actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows
8-
- /actions/reference/events-that-trigger-workflows
98
- /actions/learn-github-actions/events-that-trigger-workflows
109
- /actions/using-workflows/events-that-trigger-workflows
10+
- /actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
1111
versions:
1212
fpt: '*'
1313
ghes: '*'

content/actions/reference/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Reference for GitHub Actions
3+
shortTitle: Reference
4+
intro: "Find information to apply to your work with GitHub Actions."
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /workflow-syntax-for-github-actions
11+
- /events-that-trigger-workflows
12+
- /workflow-commands-for-github-actions
13+
- /evaluate-expressions-in-workflows-and-actions
14+
- /accessing-contextual-information-about-workflow-runs
15+
- /metadata-syntax-for-github-actions
16+
- /actions-limits
17+
- /dockerfile-support-for-github-actions
18+
- /supported-architectures-and-operating-systems-for-self-hosted-runners
19+
- /usage-limits-for-self-hosted-runners
20+
- /supplemental-arguments-and-settings
21+
---

0 commit comments

Comments
 (0)