add example frontmatter for range of versions (#17877)

This commit is contained in:
Rachael Sewell 2021-02-16 17:37:01 -08:00 коммит произвёл GitHub
Родитель f9ca1199b5
Коммит 4aed5f11e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -71,6 +71,14 @@ versions:
enterprise-server: '*'
```
You can also version a page for a range of releases. This would version the page for GitHub Enterprise Server 2.22 and 3.0 only:
```yml
versions:
free-pro-team: '*'
enterprise-server: '>=2.22 <3.1'
```
### `redirect_from`
- Purpose: List URLs that should redirect to this page.