mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
Add OPTIONS/metadata to docs index
This commit is contained in:
parent
fcdef983b1
commit
7105c1308e
|
@ -1,4 +1,4 @@
|
||||||
<a class="github" href="metadata.py"></a>
|
source: metadata.py
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -181,6 +181,7 @@ The API guide is your complete reference manual to all the functionality provide
|
||||||
* [Filtering][filtering]
|
* [Filtering][filtering]
|
||||||
* [Pagination][pagination]
|
* [Pagination][pagination]
|
||||||
* [Content negotiation][contentnegotiation]
|
* [Content negotiation][contentnegotiation]
|
||||||
|
* [Metadata][metadata]
|
||||||
* [Format suffixes][formatsuffixes]
|
* [Format suffixes][formatsuffixes]
|
||||||
* [Returning URLs][reverse]
|
* [Returning URLs][reverse]
|
||||||
* [Exceptions][exceptions]
|
* [Exceptions][exceptions]
|
||||||
|
@ -305,6 +306,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
[filtering]: api-guide/filtering.md
|
[filtering]: api-guide/filtering.md
|
||||||
[pagination]: api-guide/pagination.md
|
[pagination]: api-guide/pagination.md
|
||||||
[contentnegotiation]: api-guide/content-negotiation.md
|
[contentnegotiation]: api-guide/content-negotiation.md
|
||||||
|
[metadata]: api-guide/metadata.md
|
||||||
[formatsuffixes]: api-guide/format-suffixes.md
|
[formatsuffixes]: api-guide/format-suffixes.md
|
||||||
[reverse]: api-guide/reverse.md
|
[reverse]: api-guide/reverse.md
|
||||||
[exceptions]: api-guide/exceptions.md
|
[exceptions]: api-guide/exceptions.md
|
||||||
|
|
|
@ -33,6 +33,7 @@ pages:
|
||||||
- ['api-guide/filtering.md', 'API Guide', 'Filtering']
|
- ['api-guide/filtering.md', 'API Guide', 'Filtering']
|
||||||
- ['api-guide/pagination.md', 'API Guide', 'Pagination']
|
- ['api-guide/pagination.md', 'API Guide', 'Pagination']
|
||||||
- ['api-guide/content-negotiation.md', 'API Guide', 'Content negotiation']
|
- ['api-guide/content-negotiation.md', 'API Guide', 'Content negotiation']
|
||||||
|
- ['api-guide/metadata.md', 'API Guide', 'Metadata']
|
||||||
- ['api-guide/format-suffixes.md', 'API Guide', 'Format suffixes']
|
- ['api-guide/format-suffixes.md', 'API Guide', 'Format suffixes']
|
||||||
- ['api-guide/reverse.md', 'API Guide', 'Returning URLs']
|
- ['api-guide/reverse.md', 'API Guide', 'Returning URLs']
|
||||||
- ['api-guide/exceptions.md', 'API Guide', 'Exceptions']
|
- ['api-guide/exceptions.md', 'API Guide', 'Exceptions']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user