diff options
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 44bd34a0..f9795c1a 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  | 
