aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2013-07-04 20:31:26 +0100
committerTom Christie2013-07-04 20:31:26 +0100
commit9e4e2c60f75f596d3f9e32deaab23bf98fc8ef0f (patch)
treef594816d59322fd4f2dd7f1a4ad79cb4333bf2f6 /docs/template.html
parent379ad8a82485e61b180ee823ba49799d39446aeb (diff)
parenta890116ab31e57af3bd1382c1f17259fa368f988 (diff)
downloaddjango-rest-framework-9e4e2c60f75f596d3f9e32deaab23bf98fc8ef0f.tar.bz2
Merge branch 'master' into 2.4.0
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/template.html b/docs/template.html
index 21771025..27bc1062 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -95,6 +95,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Topics <b class="caret"></b></a>
<ul class="dropdown-menu">
+ <li><a href="{{ base_url }}/topics/documenting-your-api{{ suffix }}">Documenting your API</a></li>
<li><a href="{{ base_url }}/topics/ajax-csrf-cors{{ suffix }}">AJAX, CSRF & CORS</a></li>
<li><a href="{{ base_url }}/topics/browser-enhancements{{ suffix }}">Browser enhancements</a></li>
<li><a href="{{ base_url }}/topics/browsable-api{{ suffix }}">The Browsable API</a></li>