aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
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/index.md
parente7529b4072274797daf5b886dbac4c0e65a65674 (diff)
downloaddjango-rest-framework-03e0ce35fe497d52d1a332e98c44e42acbc8af75.tar.bz2
Added 'Documenting your API' section. Closes #616
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index de4b01c6..99cd6b88 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -170,6 +170,7 @@ The API guide is your complete reference manual to all the functionality provide
General guides to using REST framework.
+* [Documenting your API][documenting-your-api]
* [AJAX, CSRF & CORS][ajax-csrf-cors]
* [Browser enhancements][browser-enhancements]
* [The Browsable API][browsableapi]
@@ -289,6 +290,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[status]: api-guide/status-codes.md
[settings]: api-guide/settings.md
+[documenting-your-api]: topics/documenting-your-api.md
[ajax-csrf-cors]: topics/ajax-csrf-cors.md
[browser-enhancements]: topics/browser-enhancements.md
[browsableapi]: topics/browsable-api.md