mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-26 09:14:34 +03:00
Minor changes
This commit is contained in:
parent
1aedaafba4
commit
a83cb1d2f3
|
@ -14,9 +14,9 @@ The most common way to document Web APIs today is to produce documentation that
|
|||
|
||||
#### DRF Docs
|
||||
|
||||
[DRF Docs][drfdocs-repo] allows you to Document Web APIs made with Django Rest Framework. It's made to work out of the box and its setup should not take more than a couple of minutes. Complete documentation can be found on the [website][drfdocs-website] while there is also an available [demo][drfdocs-demo] for people to see what it looks like.
|
||||
[DRF Docs][drfdocs-repo] allows you to document Web APIs made with Django Rest Framework and it is authored by Emmanouil Konstantinidis. It's made to work out of the box and its setup should not take more than a couple of minutes. Complete documentation can be found on the [website][drfdocs-website] while there is also a [demo][drfdocs-demo] available for people to see what it looks like.
|
||||
|
||||
Features include customizing the template with your branding and settings for hiding the docs depending on the environment.
|
||||
Features include customizing the template with your branding, settings for hiding the docs depending on the environment and more.
|
||||
|
||||
![Screenshot - DRF docs][image-drf-docs]
|
||||
|
||||
|
@ -28,7 +28,7 @@ Marc Gibbons' [Django REST Swagger][django-rest-swagger] integrates REST framewo
|
|||
|
||||
Django REST Swagger supports REST framework versions 2.3 and above.
|
||||
|
||||
Mark is also the author of the [REST Framework Docs][rest-framework-docs] package is which offers clean, simple autogenerated documentation for your API but is depracated and has moved to Django REST Swagger.
|
||||
Mark is also the author of the [REST Framework Docs][rest-framework-docs] package which offers clean, simple autogenerated documentation for your API but is deprecated and has moved to Django REST Swagger.
|
||||
|
||||
|
||||
![Screenshot - Django REST Swagger][image-django-rest-swagger]
|
||||
|
|
Loading…
Reference in New Issue
Block a user