Skip to content

Commit aeff218

Browse files
authored
Merge pull request #43334 from github/repo-sync
Repo sync
2 parents 187593c + 48b7036 commit aeff218

File tree

885 files changed

+9775
-1774
lines changed

Some content is hidden

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

885 files changed

+9775
-1774
lines changed

content/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See the [contributing docs](https://docs.github.com/en/contributing) for general
2626
- [`learningTracks`](#learningtracks)
2727
- [`includeGuides`](#includeguides)
2828
- [`journeyTracks`](#journeytracks)
29-
- [`type`](#type)
29+
- [`contentType`](#contenttype)
3030
- [`communityRedirect`](#communityRedirect)
3131
- [`effectiveDate`](#effectiveDate)
3232
- [Escaping single quotes](#escaping-single-quotes)
@@ -238,7 +238,7 @@ defaultTool: cli
238238
**Note: the featured track is set by a specific property in the learning tracks YAML. See that [README](../data/learning-tracks/README.md) for details.*
239239

240240
### `includeGuides`
241-
- Purpose: Render a list of articles, filterable by `type` and `topics`. Only applicable when used with `layout: product-guides`.
241+
- Purpose: Render a list of articles, filterable by `contentType` and `topics`. Only applicable when used with `layout: product-guides`.
242242
- Type: `Array`
243243
- Optional.
244244

@@ -284,9 +284,9 @@ journeyTracks:
284284
- href: '/actions/deployment/deploying-with-github-actions'
285285
```
286286

287-
### `type`
287+
### `contentType`
288288
- Purpose: Indicate the type of article.
289-
- Type: `String`, one of the `overview`, `quick_start`, `tutorial`, `how_to`, `reference`.
289+
- Type: `String`, one of `get-started`, `concepts`, `how-tos`, `reference`, `tutorials`, `rai`, `landing` (only applies to `content/<product>/index.md` files).
290290
- Optional.
291291

292292
### `communityRedirect`
@@ -442,4 +442,4 @@ To create a product guides page (e.g. [Actions' Guide page](https://docs.github.
442442
1. (optional) Define which articles to include with [`includeGuides`](#includeGuides).
443443

444444
If using learning tracks, they need to be defined in [`data/learning-tracks/*.yml`](../data/learning-tracks/README.md).
445-
If using `includeGuides`, make sure each of the articles in this list has [`type`](#type) in its frontmatter.
445+
If using `includeGuides`, make sure each of the articles in this list has [`contentType`](#contenttype) in its frontmatter.

content/actions/concepts/billing-and-usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ versions:
1111
fpt: '*'
1212
ghes: '*'
1313
ghec: '*'
14+
category:
15+
- Administer GitHub Actions
1416
---
1517

1618
## About billing for {% data variables.product.prodname_actions %}

content/actions/concepts/metrics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ versions:
77
feature: actions-metrics
88
redirect_from:
99
- /actions/concepts/about-github-actions-metrics
10+
category:
11+
- Administer GitHub Actions
1012
---
1113

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

content/actions/concepts/runners/actions-runner-controller.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ versions:
88
redirect_from:
99
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller
1010
- /actions/concepts/runners/about-actions-runner-controller
11+
category:
12+
- Set up runners
1113
---
1214

1315
## About {% data variables.product.prodname_actions_runner_controller %}

content/actions/concepts/runners/github-hosted-runners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ versions:
1818
fpt: '*'
1919
ghes: '*'
2020
ghec: '*'
21+
category:
22+
- Set up runners
2123
---
2224

2325
{% data reusables.actions.enterprise-github-hosted-runners %}

content/actions/concepts/runners/larger-runners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ redirect_from:
1010
- /actions/using-github-hosted-runners/about-larger-runners/about-larger-runners
1111
- /actions/using-github-hosted-runners/using-larger-runners/about-larger-runners
1212
- /actions/concepts/runners/about-larger-runners
13+
category:
14+
- Set up runners
1315
---
1416

1517
{% ifversion ghes %}

content/actions/concepts/runners/private-networking.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ redirect_from:
1010
- /actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners
1111
- /actions/concepts/runners/about-private-networking-with-github-hosted-runners
1212
- /actions/concepts/runners/private-networking-with-github-hosted-runners
13+
category:
14+
- Set up runners
1315
---
1416

1517
{% data reusables.actions.enterprise-github-hosted-runners %}

content/actions/concepts/runners/runner-groups.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ versions:
77
ghes: '*'
88
redirect_from:
99
- /actions/concepts/runners/about-runner-groups
10+
category:
11+
- Set up runners
1012
---
1113

1214
## About runner groups

content/actions/concepts/runners/runner-scale-sets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ versions:
88
ghes: '*'
99
redirect_from:
1010
- /actions/concepts/runners/about-runner-scale-sets
11+
category:
12+
- Set up runners
1113
---
1214

1315
## About runner scale sets

content/actions/concepts/runners/self-hosted-runners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ versions:
1313
ghes: '*'
1414
ghec: '*'
1515
contentType: concepts
16+
category:
17+
- Set up runners
1618
---
1719

1820
A self-hosted runner is a system that you deploy and manage to execute jobs from {% data variables.product.prodname_actions %} on {% data variables.product.github %}.

0 commit comments

Comments
 (0)