Remove banner and add deprecation callout to Fern Definition pages #5526
Remove banner and add deprecation callout to Fern Definition pages
#5526fern-api[bot] wants to merge 4 commits into
Conversation
… Fern Definition pages
|
Requested by: devin |
| @@ -0,0 +1,3 @@ | |||
| <Note title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers. We are not actively developing new features or accepting feature requests for this format. If you're starting a new project, we recommend using [OpenAPI](/learn/api-definitions/openapi/overview) instead. | |||
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'isn't' instead of 'is not'.
| @@ -0,0 +1,3 @@ | |||
| <Note title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers. We are not actively developing new features or accepting feature requests for this format. If you're starting a new project, we recommend using [OpenAPI](/learn/api-definitions/openapi/overview) instead. | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'We'.
| @@ -0,0 +1,3 @@ | |||
| <Note title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers. We are not actively developing new features or accepting feature requests for this format. If you're starting a new project, we recommend using [OpenAPI](/learn/api-definitions/openapi/overview) instead. | |||
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'we're' instead of 'We are'.
| @@ -0,0 +1,3 @@ | |||
| <Note title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers. We are not actively developing new features or accepting feature requests for this format. If you're starting a new project, we recommend using [OpenAPI](/learn/api-definitions/openapi/overview) instead. | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.
…nued support for existing users
| @@ -0,0 +1,3 @@ | |||
| <Note title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers and we are not accepting feature requests for this format. It remains supported for existing users. If you're starting a new project, we recommend using [OpenAPI](/learn/api-definitions/openapi/overview) instead. | |||
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'isn't' instead of 'is not'.
| @@ -0,0 +1,3 @@ | |||
| <Note title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers and we are not accepting feature requests for this format. It remains supported for existing users. If you're starting a new project, we recommend using [OpenAPI](/learn/api-definitions/openapi/overview) instead. | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.
| @@ -0,0 +1,3 @@ | |||
| <Note title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers and we are not accepting feature requests for this format. It remains supported for existing users. If you're starting a new project, we recommend using [OpenAPI](/learn/api-definitions/openapi/overview) instead. | |||
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'we're' instead of 'we are'.
| @@ -0,0 +1,3 @@ | |||
| <Note title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers and we are not accepting feature requests for this format. It remains supported for existing users. If you're starting a new project, we recommend using [OpenAPI](/learn/api-definitions/openapi/overview) instead. | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.
| @@ -0,0 +1,3 @@ | |||
| <Warning title="Fern Definition is no longer recommended"> | |||
| Fern Definition is not recommended for new customers and Fern isn't accepting feature requests for this format. It remains supported for existing users. | |||
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'isn't' instead of 'is not'.
Summary
Removes the announcement banner from the API Definitions product (which was showing on all pages including OpenAPI, AsyncAPI, etc.) and replaces it with a targeted callout snippet on each Fern Definition page only.
Changes
announcementfield from the API Definitions product infern/docs.ymlfern/products/api-def/snippets/ferndef-deprecation.mdxwith a<Note>callout explaining Fern Definition is no longer recommended for new customers and that feature requests are not being acceptedRequested by: Fern Support