Update docs/topics/documenting-your-api.md

Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
Asif Saif Uddin 2022-11-22 19:27:19 +06:00 committed by GitHub
parent bc247dde5e
commit d986ac717b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ This also translates into a very useful interactive documentation viewer in the
**Deprecation notice: REST framework's built-in support for generating OpenAPI schemas is **Deprecation notice: REST framework's built-in support for generating OpenAPI schemas is
deprecated in favor of 3rd party packages that can provide this functionality instead. deprecated in favor of 3rd party packages that can provide this functionality instead.
As replacement, we recommend using the [drf-spectacular](#drf-spectacular) package. ** As replacement, we recommend using the [drf-spectacular](#drf-spectacular) package.**
There are a number of packages available that allow you to generate HTML There are a number of packages available that allow you to generate HTML
documentation pages from OpenAPI schemas. documentation pages from OpenAPI schemas.