Skip to content

Commit

Permalink
Merge pull request #29991 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Nov 15, 2023
2 parents 6fddca1 + 53f297b commit d8b355d
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ For more information about the different types of versioning, see "[Versioning d
- Type: `Object`. Allowable keys map to product names and can be found in the `versions` object in [`lib/frontmatter.js`](https://github.com/github/docs/blob/main/src/frame/lib/frontmatter.js).
- This frontmatter value is currently **required** for all pages.
- The `*` is used to denote all releases for the version.
- Must be present for all `index.md` files, but actual value is computed at runtime based on the children.

This frontmatter value is used by the docs site to generate "permalinks" for each version of an article. For more information, see [Permalinks](#permalinks).

Expand All @@ -59,7 +60,7 @@ Example that applies to {% data variables.product.prodname_dotcom_the_website %}
title: About your personal dashboard
versions:
fpt: '*'
ghes: '>=2.20'
ghes: '>=3.11'
```
Example that applies to all supported versions of {% data variables.product.prodname_ghe_server %}, but not {% data variables.product.prodname_dotcom_the_website %}:
Expand Down Expand Up @@ -89,9 +90,9 @@ Example:
```yaml
title: Getting started with GitHub Desktop
redirect_from:
- /articles/first-launch/
- /articles/error-github-enterprise-version-is-too-old/
- /articles/getting-started-with-github-for-windows/
- /articles/first-launch
- /articles/error-github-enterprise-version-is-too-old
- /articles/getting-started-with-github-for-windows
```

For more information, see "[AUTOTITLE](/contributing/syntax-and-versioning-for-github-docs/configuring-redirects)."
Expand Down

0 comments on commit d8b355d

Please sign in to comment.