1
0
mirror of synced 2025-12-22 03:16:52 -05:00

add short titles to frontmatter (#20131)

This commit is contained in:
Rachael Sewell
2021-06-24 11:02:53 -07:00
committed by GitHub
parent ee823eb333
commit 52cf583bdd
973 changed files with 978 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ topics:
- Storage
redirect_from:
- /admin/github-actions/high-availability-for-github-actions
shortTitle: HA for GitHub Actions
---
## Replication or redundancy of your {% data variables.product.prodname_actions %} data

View File

@@ -10,5 +10,6 @@ children:
- /backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled
- /using-a-staging-environment
- /troubleshooting-github-actions-for-your-enterprise
shortTitle: HA & troubleshooting
---

View File

@@ -8,6 +8,7 @@ topics:
- Enterprise
redirect_from:
- /admin/github-actions/troubleshooting-github-actions-for-your-enterprise
shortTitle: Troubleshoot GitHub Actions
---
## Configuring self-hosted runners when using a self-signed certificate for {% data variables.product.prodname_ghe_server %}

View File

@@ -11,6 +11,7 @@ topics:
- Upgrades
redirect_from:
- /admin/github-actions/using-a-staging-environment
shortTitle: Use a staging area
---
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.