diff --git a/docs/index.md b/docs/index.md index 44bd34a06..f9795c1a3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -98,9 +98,12 @@ The API guide is your complete reference manual to all the functionality provide General guides to using REST framework. * [CSRF][csrf] -* [Form overloading][formoverloading] +* [Browser hacks][browserhacks] * [Working with the Browsable API][browsableapi] +* [REST, Hypermedia & HATEOAS][rest-hypermedia-hateoas] * [Contributing to REST framework][contributing] +* [2.0 Migration Guide][migration] +* [Change Log][changelog] * [Credits][credits] ## Development @@ -173,7 +176,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [settings]: api-guide/settings.md [csrf]: topics/csrf.md -[formoverloading]: topics/formoverloading.md +[browserhacks]: topics/browserhacks.md [browsableapi]: topics/browsable-api.md +[rest-hypermedia-hateoas]: topics/rest-hypermedia-hateoas.md [contributing]: topics/contributing.md +[migration]: topics/migration.md +[changelog]: topics/changelog.md [credits]: topics/credits.md diff --git a/docs/template.html b/docs/template.html index c901cb9c0..cc2fd0198 100644 --- a/docs/template.html +++ b/docs/template.html @@ -72,9 +72,12 @@ Topics
@@ -98,6 +101,12 @@