aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2014-12-18 15:42:27 +0000
committerTom Christie2014-12-18 15:42:27 +0000
commit7105c1308e08a756fcb4131168e3187b0bc1ddee (patch)
tree09a9c57c0a62de09be0f5ca7ea3d7e34d720a1f1 /docs/index.md
parentfcdef983b104bc32d64f79fe8bfa58252c9098fd (diff)
downloaddjango-rest-framework-7105c1308e08a756fcb4131168e3187b0bc1ddee.tar.bz2
Add OPTIONS/metadata to docs index
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index ba915459..8a96fc9f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -181,6 +181,7 @@ The API guide is your complete reference manual to all the functionality provide
* [Filtering][filtering]
* [Pagination][pagination]
* [Content negotiation][contentnegotiation]
+* [Metadata][metadata]
* [Format suffixes][formatsuffixes]
* [Returning URLs][reverse]
* [Exceptions][exceptions]
@@ -305,6 +306,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[filtering]: api-guide/filtering.md
[pagination]: api-guide/pagination.md
[contentnegotiation]: api-guide/content-negotiation.md
+[metadata]: api-guide/metadata.md
[formatsuffixes]: api-guide/format-suffixes.md
[reverse]: api-guide/reverse.md
[exceptions]: api-guide/exceptions.md