[EDI] Create Tutorials category in the GitHub Actions docset (#56302)
Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ learningTracks:
|
||||
includeGuides:
|
||||
- /actions/writing-workflows/quickstart
|
||||
- /actions/about-github-actions/understanding-github-actions
|
||||
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
|
||||
- /actions/tutorials/creating-a-docker-container-action
|
||||
- /actions/writing-workflows/using-workflow-templates
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
|
||||
@@ -42,8 +42,8 @@ includeGuides:
|
||||
- /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
|
||||
- /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
|
||||
- /actions/concepts/workflows-and-actions/about-custom-actions
|
||||
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-composite-action
|
||||
- /actions/tutorials/creating-a-javascript-action
|
||||
- /actions/tutorials/creating-a-composite-action
|
||||
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
|
||||
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
|
||||
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
|
||||
|
||||
@@ -9,7 +9,6 @@ versions:
|
||||
topics:
|
||||
- Actions Runner Controller
|
||||
children:
|
||||
- /quickstart-for-actions-runner-controller
|
||||
- /authenticating-to-the-github-api
|
||||
- /deploying-runner-scale-sets-with-actions-runner-controller
|
||||
- /using-actions-runner-controller-runners-in-a-workflow
|
||||
|
||||
@@ -49,6 +49,7 @@ children:
|
||||
- /migrating-to-github-actions
|
||||
- /administering-github-actions
|
||||
- /reference
|
||||
- /tutorials
|
||||
- /guides
|
||||
---
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@ versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /creating-a-docker-container-action
|
||||
- /creating-a-javascript-action
|
||||
- /creating-a-composite-action
|
||||
- /setting-exit-codes-for-actions
|
||||
- /releasing-and-maintaining-actions
|
||||
- /publishing-actions-in-github-marketplace
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
---
|
||||
title: Creating a composite action
|
||||
shortTitle: Create a composite action
|
||||
intro: 'In this guide, you''ll learn how to build a composite action.'
|
||||
intro: 'In this tutorial, you''ll learn how to build a composite action.'
|
||||
redirect_from:
|
||||
- /actions/creating-actions/creating-a-composite-run-steps-action
|
||||
- /actions/creating-actions/creating-a-composite-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-composite-action
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -1,13 +1,14 @@
|
||||
---
|
||||
title: Creating a Docker container action
|
||||
shortTitle: Create a Docker container action
|
||||
intro: 'This guide shows you the minimal steps required to build a Docker container action. '
|
||||
intro: 'In this tutorial, you''ll learn how to build a Docker container action.'
|
||||
redirect_from:
|
||||
- /articles/creating-a-docker-container-action
|
||||
- /github/automating-your-workflow-with-github-actions/creating-a-docker-container-action
|
||||
- /actions/automating-your-workflow-with-github-actions/creating-a-docker-container-action
|
||||
- /actions/building-actions/creating-a-docker-container-action
|
||||
- /actions/creating-actions/creating-a-docker-container-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -1,13 +1,14 @@
|
||||
---
|
||||
title: Creating a JavaScript action
|
||||
shortTitle: Create a JavaScript action
|
||||
intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
|
||||
intro: 'In this tutorial, you''ll learn how to build a JavaScript action using the actions toolkit.'
|
||||
redirect_from:
|
||||
- /articles/creating-a-javascript-action
|
||||
- /github/automating-your-workflow-with-github-actions/creating-a-javascript-action
|
||||
- /actions/automating-your-workflow-with-github-actions/creating-a-javascript-action
|
||||
- /actions/building-actions/creating-a-javascript-action
|
||||
- /actions/creating-actions/creating-a-javascript-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Creating an example workflow
|
||||
intro: Learn how to create a basic workflow that is triggered by a push event.
|
||||
intro: 'In this tutorial, you''ll learn how to create a basic workflow that is triggered by a push event.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -11,6 +11,8 @@ topics:
|
||||
- Workflows
|
||||
shortTitle: Create an example workflow
|
||||
layout: inline
|
||||
redirect_from:
|
||||
- /actions/use-cases-and-examples/creating-an-example-workflow
|
||||
---
|
||||
|
||||
## Introduction
|
||||
14
content/actions/tutorials/index.md
Normal file
14
content/actions/tutorials/index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Tutorials
|
||||
intro: "Build skills and knowledge about GitHub Actions through hands-on activities."
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /creating-an-example-workflow
|
||||
- /creating-a-docker-container-action
|
||||
- /creating-a-javascript-action
|
||||
- /creating-a-composite-action
|
||||
- /quickstart-for-actions-runner-controller
|
||||
---
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Quickstart for Actions Runner Controller
|
||||
shortTitle: Quickstart
|
||||
intro: 'Try out {% data variables.product.prodname_actions_runner_controller %} in 5 minutes.'
|
||||
shortTitle: Actions Runner Controller
|
||||
intro: 'In this tutorial, you''ll try out the basics of {% data variables.product.prodname_actions_runner_controller %}.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
@@ -10,6 +10,8 @@ type: quick_start
|
||||
topics:
|
||||
- Actions Runner Controller
|
||||
defaultPlatform: linux
|
||||
redirect_from:
|
||||
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller
|
||||
---
|
||||
|
||||
[Legal notice](#legal-notice)
|
||||
@@ -12,7 +12,6 @@ redirect_from:
|
||||
- /actions/deployment/deploying-to-your-cloud-provider
|
||||
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure
|
||||
children:
|
||||
- creating-an-example-workflow
|
||||
- building-and-testing
|
||||
- deploying
|
||||
- publishing-packages
|
||||
|
||||
@@ -88,9 +88,9 @@ create_actions:
|
||||
guides:
|
||||
- /actions/concepts/workflows-and-actions/about-custom-actions
|
||||
- >-
|
||||
/actions/sharing-automations/creating-actions/creating-a-docker-container-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-composite-action
|
||||
/actions/tutorials/creating-a-docker-container-action
|
||||
- /actions/tutorials/creating-a-javascript-action
|
||||
- /actions/tutorials/creating-a-composite-action
|
||||
- >-
|
||||
/actions/reference/metadata-syntax-for-github-actions
|
||||
- >-
|
||||
|
||||
Reference in New Issue
Block a user