aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2013-07-02 22:15:46 +0100
committerTom Christie2013-07-02 22:15:46 +0100
commit03e0ce35fe497d52d1a332e98c44e42acbc8af75 (patch)
treea37a2b2481e408ceef357a83dd7b5fab74ff3a4a /docs/template.html
parente7529b4072274797daf5b886dbac4c0e65a65674 (diff)
downloaddjango-rest-framework-03e0ce35fe497d52d1a332e98c44e42acbc8af75.tar.bz2
Added 'Documenting your API' section. Closes #616
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>