* Run script/new-versioning/update-not-fpt-conditionals.js * Fix a few things * Remove outdated versioning * Fix broken link Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
12 lines
438 B
Markdown
12 lines
438 B
Markdown
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.21" %}
|
|
{% note %}
|
|
|
|
**Note:** {% data variables.product.prodname_github_app %} Manifests are currently available for developers to preview. To access this API during the preview period, you must provide a custom [media type](/v3/media) in the `Accept` header:
|
|
|
|
```
|
|
application/vnd.github.fury-preview+json
|
|
```
|
|
|
|
{% endnote %}
|
|
{% endif %}
|