From f4d4d54e030addf64efe68f387b934262a3c173b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 8 Oct 2012 12:17:43 +0100 Subject: Adding migration and changelog docs --- docs/index.md | 10 +++- docs/template.html | 13 +++++- docs/topics/browserhacks.md | 43 +++++++++++++++++ docs/topics/changelog.md | 8 +++- docs/topics/formoverloading.md | 43 ----------------- docs/topics/migration.md | 85 ++++++++++++++++++++++++++++++++++ docs/topics/rest-hypermedia-hateoas.md | 2 +- 7 files changed, 154 insertions(+), 50 deletions(-) create mode 100644 docs/topics/browserhacks.md delete mode 100644 docs/topics/formoverloading.md create mode 100644 docs/topics/migration.md (limited to 'docs') 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 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 @@ Topics @@ -98,6 +101,12 @@
+