aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2012-10-08 12:17:43 +0100
committerTom Christie2012-10-08 12:17:43 +0100
commitf4d4d54e030addf64efe68f387b934262a3c173b (patch)
tree8ae0cbd9b33447b71ddff4c5b5dde78e43aa5236 /docs/template.html
parent6b6c945d4e71bb70cb76c85cc675cc252a6ede2b (diff)
downloaddjango-rest-framework-f4d4d54e030addf64efe68f387b934262a3c173b.tar.bz2
Adding migration and changelog docs
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html
index c901cb9c..cc2fd019 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -72,9 +72,12 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Topics <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{{ base_url }}/topics/csrf{{ suffix }}">Working with AJAX and CSRF</a></li>
- <li><a href="{{ base_url }}/topics/formoverloading{{ suffix }}">Browser based PUT, PATCH and DELETE</a></li>
- <li><a href="{{ base_url }}/topics/browsable-api{{ suffix }}">Working with the browsable API</a></li>
+ <li><a href="{{ base_url }}/topics/formoverloading{{ suffix }}">Browser hacks</a></li>
+ <li><a href="{{ base_url }}/topics/browsable-api{{ suffix }}">Working with the Browsable API</a></li>
+ <li><a href="{{ base_url }}/topics/rest-hypermedia-hateoas{{ suffix }}">REST, Hypermedia & HATEOAS</a></li>
<li><a href="{{ base_url }}/topics/contributing{{ suffix }}">Contributing to REST framework</a></li>
+ <li><a href="{{ base_url }}/topics/migration{{ suffix }}">2.0 Migration Guide</a></li>
+ <li><a href="{{ base_url }}/topics/changelog{{ suffix }}">Change Log</a></li>
<li><a href="{{ base_url }}/topics/credits{{ suffix }}">Credits</a></li>
</ul>
</li>
@@ -98,6 +101,12 @@
<div class="row-fluid">
<div class="span3">
+ <!-- TODO
+ <p style="margin-top: -12px">
+ <a class="btn btn-mini btn-primary" style="width: 60px">&laquo; previous</a>
+ <a class="btn btn-mini btn-primary" style="float: right; margin-right: 8px; width: 60px;">next &raquo;</a>
+ </p>
+ -->
<div id="table-of-contents">
<ul class="nav nav-list side-nav well sidebar-nav-fixed">
{{ toc }}