Skip to content

Commit 48f820b

Browse files
subatoilecoursen
andauthored
[EDI] Create Tutorials category in the GitHub Actions docset (#56302)
Co-authored-by: Laura Coursen <[email protected]>
1 parent 93333e8 commit 48f820b

File tree

12 files changed

+34
-17
lines changed

12 files changed

+34
-17
lines changed

content/actions/guides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ learningTracks:
1616
includeGuides:
1717
- /actions/writing-workflows/quickstart
1818
- /actions/about-github-actions/understanding-github-actions
19-
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
19+
- /actions/tutorials/creating-a-docker-container-action
2020
- /actions/writing-workflows/using-workflow-templates
2121
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
2222
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
@@ -42,8 +42,8 @@ includeGuides:
4242
- /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
4343
- /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
4444
- /actions/concepts/workflows-and-actions/about-custom-actions
45-
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
46-
- /actions/sharing-automations/creating-actions/creating-a-composite-action
45+
- /actions/tutorials/creating-a-javascript-action
46+
- /actions/tutorials/creating-a-composite-action
4747
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
4848
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
4949
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ versions:
99
topics:
1010
- Actions Runner Controller
1111
children:
12-
- /quickstart-for-actions-runner-controller
1312
- /authenticating-to-the-github-api
1413
- /deploying-runner-scale-sets-with-actions-runner-controller
1514
- /using-actions-runner-controller-runners-in-a-workflow

content/actions/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ children:
4949
- /migrating-to-github-actions
5050
- /administering-github-actions
5151
- /reference
52+
- /tutorials
5253
- /guides
5354
---
5455

content/actions/sharing-automations/creating-actions/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ versions:
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /creating-a-docker-container-action
11-
- /creating-a-javascript-action
12-
- /creating-a-composite-action
1310
- /setting-exit-codes-for-actions
1411
- /releasing-and-maintaining-actions
1512
- /publishing-actions-in-github-marketplace
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Creating a composite action
33
shortTitle: Create a composite action
4-
intro: 'In this guide, you''ll learn how to build a composite action.'
4+
intro: 'In this tutorial, you''ll learn how to build a composite action.'
55
redirect_from:
66
- /actions/creating-actions/creating-a-composite-run-steps-action
77
- /actions/creating-actions/creating-a-composite-action
8+
- /actions/sharing-automations/creating-actions/creating-a-composite-action
89
versions:
910
fpt: '*'
1011
ghes: '*'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Creating a Docker container action
33
shortTitle: Create a Docker container action
4-
intro: 'This guide shows you the minimal steps required to build a Docker container action. '
4+
intro: 'In this tutorial, you''ll learn how to build a Docker container action.'
55
redirect_from:
66
- /articles/creating-a-docker-container-action
77
- /github/automating-your-workflow-with-github-actions/creating-a-docker-container-action
88
- /actions/automating-your-workflow-with-github-actions/creating-a-docker-container-action
99
- /actions/building-actions/creating-a-docker-container-action
1010
- /actions/creating-actions/creating-a-docker-container-action
11+
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
1112
versions:
1213
fpt: '*'
1314
ghes: '*'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Creating a JavaScript action
33
shortTitle: Create a JavaScript action
4-
intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
4+
intro: 'In this tutorial, you''ll learn how to build a JavaScript action using the actions toolkit.'
55
redirect_from:
66
- /articles/creating-a-javascript-action
77
- /github/automating-your-workflow-with-github-actions/creating-a-javascript-action
88
- /actions/automating-your-workflow-with-github-actions/creating-a-javascript-action
99
- /actions/building-actions/creating-a-javascript-action
1010
- /actions/creating-actions/creating-a-javascript-action
11+
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
1112
versions:
1213
fpt: '*'
1314
ghes: '*'

content/actions/use-cases-and-examples/creating-an-example-workflow.md renamed to content/actions/tutorials/creating-an-example-workflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating an example workflow
3-
intro: Learn how to create a basic workflow that is triggered by a push event.
3+
intro: 'In this tutorial, you''ll learn how to create a basic workflow that is triggered by a push event.'
44
versions:
55
fpt: '*'
66
ghes: '*'
@@ -11,6 +11,8 @@ topics:
1111
- Workflows
1212
shortTitle: Create an example workflow
1313
layout: inline
14+
redirect_from:
15+
- /actions/use-cases-and-examples/creating-an-example-workflow
1416
---
1517

1618
## Introduction

content/actions/tutorials/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Tutorials
3+
intro: "Build skills and knowledge about GitHub Actions through hands-on activities."
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
children:
9+
- /creating-an-example-workflow
10+
- /creating-a-docker-container-action
11+
- /creating-a-javascript-action
12+
- /creating-a-composite-action
13+
- /quickstart-for-actions-runner-controller
14+
---
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart for Actions Runner Controller
3-
shortTitle: Quickstart
4-
intro: 'Try out {% data variables.product.prodname_actions_runner_controller %} in 5 minutes.'
3+
shortTitle: Actions Runner Controller
4+
intro: 'In this tutorial, you''ll try out the basics of {% data variables.product.prodname_actions_runner_controller %}.'
55
versions:
66
fpt: '*'
77
ghec: '*'
@@ -10,6 +10,8 @@ type: quick_start
1010
topics:
1111
- Actions Runner Controller
1212
defaultPlatform: linux
13+
redirect_from:
14+
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller
1315
---
1416

1517
[Legal notice](#legal-notice)

0 commit comments

Comments
 (0)