1
0
mirror of synced 2025-12-22 19:34:15 -05:00

add topic frontmatter to articles (#18245)

This commit is contained in:
Rachael Sewell
2021-03-17 12:31:29 -07:00
committed by GitHub
parent 0192f59031
commit b1b8cb8e84
1120 changed files with 2566 additions and 73 deletions

View File

@@ -6,6 +6,8 @@ redirect_from:
- /admin/github-actions/about-using-githubcom-actions-on-github-enterprise-server
versions:
enterprise-server: '>=2.22'
topics:
- enterprise
---
{% data reusables.actions.enterprise-beta %}

View File

@@ -4,4 +4,7 @@ intro: 'Configure high availability for {% data variables.product.prodname_actio
mapTopic: true
versions:
enterprise-server: '>=3.0'
topics:
- enterprise
---

View File

@@ -4,6 +4,8 @@ shortTitle: Backing up and restoring
intro: '{% data variables.product.prodname_actions %} data on your external storage provider is not included in regular {% data variables.product.prodname_ghe_server %} backups, and must be backed up separately.'
versions:
enterprise-server: '>=3.0'
topics:
- enterprise
---
{% data reusables.actions.enterprise-storage-ha-backups %}

View File

@@ -6,6 +6,8 @@ redirect_from:
- /enterprise/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect
versions:
enterprise-server: '>=2.22'
topics:
- enterprise
---
{% data reusables.actions.enterprise-beta %}

View File

@@ -4,4 +4,7 @@ intro: 'Learn how to configure storage and enable {% data variables.product.prod
mapTopic: true
versions:
enterprise-server: '>=2.22'
topics:
- enterprise
---

View File

@@ -4,6 +4,8 @@ intro: 'You can enable {% data variables.product.prodname_actions %} on {% data
permissions: 'Site administrators can enable {% data variables.product.prodname_actions %} and configure enterprise settings.'
versions:
enterprise-server: '>=3.0'
topics:
- enterprise
---
### Prerequisites

View File

@@ -4,6 +4,8 @@ intro: 'You can enable {% data variables.product.prodname_actions %} on {% data
permissions: 'Site administrators can enable {% data variables.product.prodname_actions %} and configure enterprise settings.'
versions:
enterprise-server: '>=3.0'
topics:
- enterprise
---
### Prerequisites

View File

@@ -4,6 +4,8 @@ intro: 'You can enable {% data variables.product.prodname_actions %} on {% data
permissions: 'Site administrators can enable {% data variables.product.prodname_actions %} and configure enterprise settings.'
versions:
enterprise-server: '>=3.0'
topics:
- enterprise
---
### Prerequisites

View File

@@ -6,6 +6,8 @@ redirect_from:
versions:
enterprise-server: '>=2.22'
github-ae: '*'
topics:
- enterprise
---
{% data reusables.actions.ae-beta %}

View File

@@ -7,6 +7,8 @@ redirect_from:
- /admin/github-actions/enabling-github-actions-and-configuring-storage
versions:
enterprise-server: '>=2.22'
topics:
- enterprise
---
{% data reusables.actions.enterprise-beta %}

View File

@@ -3,6 +3,8 @@ title: High availability for GitHub Actions
intro: 'There are some special considerations for administering {% data variables.product.prodname_actions %} in a high availability configuration.'
versions:
enterprise-server: '>=3.0'
topics:
- enterprise
---
### Replication or redundancy of your {% data variables.product.prodname_actions %} data

View File

@@ -6,6 +6,8 @@ redirect_from:
versions:
enterprise-server: '>=2.22'
github-ae: '*'
topics:
- enterprise
---
{% data reusables.actions.ae-beta %}

View File

@@ -6,5 +6,7 @@ redirect_from:
- /enterprise/admin/github-actions/managing-access-to-actions-from-githubcom
versions:
enterprise-server: '>=2.22'
topics:
- enterprise
---

View File

@@ -5,6 +5,8 @@ redirect_from:
- /enterprise/admin/github-actions/manually-syncing-actions-from-githubcom
versions:
enterprise-server: '>=2.22'
topics:
- enterprise
---
{% data reusables.actions.enterprise-beta %}

View File

@@ -5,6 +5,8 @@ redirect_from:
- /enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access
versions:
enterprise-server: '>=2.22'
topics:
- enterprise
---
{% data reusables.actions.enterprise-beta %}

View File

@@ -4,6 +4,8 @@ intro: 'Troubleshooting common issues that occur when using {% data variables.pr
permissions: 'Site administrators can troubleshoot {% data variables.product.prodname_actions %} issues and modify {% data variables.product.prodname_ghe_server %} configurations.'
versions:
enterprise-server: '>=3.0'
topics:
- enterprise
---
### Configuring self-hosted runners when using a self-signed certificate for {% data variables.product.prodname_ghe_server %}

View File

@@ -3,6 +3,8 @@ title: Using a staging environment
intro: 'Learn about using {% data variables.product.prodname_actions %} with {% data variables.product.prodname_ghe_server %} staging environments.'
versions:
enterprise-server: '>=3.0'
topics:
- enterprise
---
It can be useful to have a staging or testing environment for {% data variables.product.product_location %}, so that you can test updates or new features before implementing them in your production environment.