Skip to content

Commit 527fd9b

Browse files
subatoilecoursenheiskr
authored
[EDI] Create 'Get started' category in the GitHub Actions docset (#56305)
Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 5933525 commit 527fd9b

File tree

188 files changed

+260
-216
lines changed

Some content is hidden

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

188 files changed

+260
-216
lines changed

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

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

content/actions/get-started/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Get started with GitHub Actions
3+
shortTitle: Get started
4+
intro: "Learn the basics of GitHub Actions."
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /quickstart
11+
- /understanding-github-actions
12+
redirect_from:
13+
- /actions/about-github-actions
14+
---

content/actions/writing-workflows/quickstart.md renamed to content/actions/get-started/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Quickstart for GitHub Actions
3-
intro: 'Try out the features of {% data variables.product.prodname_actions %} in 5 minutes or less.'
3+
intro: 'Try out the core features of {% data variables.product.prodname_actions %} in minutes.'
44
allowTitleToDifferFromFilename: true
55
redirect_from:
66
- /actions/getting-started-with-github-actions/starting-with-preconfigured-workflow-templates
77
- /actions/quickstart
88
- /actions/getting-started-with-github-actions
9+
- /actions/writing-workflows/quickstart
910
versions:
1011
fpt: '*'
1112
ghes: '*'

content/actions/about-github-actions/understanding-github-actions.md renamed to content/actions/get-started/understanding-github-actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Understanding GitHub Actions
33
shortTitle: Understand GitHub Actions
4-
intro: 'Learn the basics of {% data variables.product.prodname_actions %}, including core concepts and essential terminology.'
4+
intro: 'Learn the basics of core concepts and essential terminology in {% data variables.product.prodname_actions %}.'
55
redirect_from:
66
- /github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions
77
- /actions/automating-your-workflow-with-github-actions/core-concepts-for-github-actions
@@ -10,6 +10,7 @@ redirect_from:
1010
- /actions/learn-github-actions/understanding-github-actions
1111
- /actions/learn-github-actions/essential-features-of-github-actions
1212
- /articles/getting-started-with-github-actions
13+
- /actions/about-github-actions/understanding-github-actions
1314
versions:
1415
fpt: '*'
1516
ghes: '*'

content/actions/guides.md

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

content/actions/administering-github-actions/index.md renamed to content/actions/how-tos/administering-github-actions/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ children:
1010
- /viewing-github-actions-metrics
1111
- /sharing-workflows-secrets-and-runners-with-your-organization
1212
- /making-retired-namespaces-available-on-ghecom
13+
redirect_from:
14+
- /actions/administering-github-actions
1315
---
1416

content/actions/administering-github-actions/making-retired-namespaces-available-on-ghecom.md renamed to content/actions/how-tos/administering-github-actions/making-retired-namespaces-available-on-ghecom.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ versions:
66
ghec: '*'
77
type: how_to
88
permissions: Enterprise owners
9+
redirect_from:
10+
- /actions/administering-github-actions/making-retired-namespaces-available-on-ghecom
911
---
1012

1113
## About retirement of namespaces
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /actions/learn-github-actions/sharing-workflows-with-your-organization
77
- /actions/learn-github-actions/sharing-workflows-secrets-and-runners-with-your-organization
88
- /actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization
9+
- /actions/administering-github-actions/sharing-workflows-secrets-and-runners-with-your-organization
910
versions:
1011
fpt: '*'
1112
ghes: '*'

content/actions/administering-github-actions/viewing-github-actions-metrics.md renamed to content/actions/how-tos/administering-github-actions/viewing-github-actions-metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ redirect_from:
99
- /actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization
1010
- /actions/administering-github-actions/viewing-github-actions-usage-metrics-for-your-organization
1111
- /actions/administering-github-actions/viewing-github-actions-metrics-for-your-organization
12+
- /actions/administering-github-actions/viewing-github-actions-metrics
1213
---
1314

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

content/actions/hosting-your-own-runners/index.md renamed to content/actions/how-tos/hosting-your-own-runners/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ redirect_from:
1111
- /actions/using-github-hosted-runners/using-labels-with-ae-hosted-runners
1212
- /actions/using-github-hosted-runners/using-groups-to-manage-access-to-ae-hosted-runners
1313
- /actions/using-github-hosted-runners/creating-custom-images
14+
- /actions/hosting-your-own-runners
1415
versions:
1516
fpt: '*'
1617
ghes: '*'

0 commit comments

Comments
 (0)