aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2013-07-04 20:31:26 +0100
committerTom Christie2013-07-04 20:31:26 +0100
commit9e4e2c60f75f596d3f9e32deaab23bf98fc8ef0f (patch)
treef594816d59322fd4f2dd7f1a4ad79cb4333bf2f6 /docs/index.md
parent379ad8a82485e61b180ee823ba49799d39446aeb (diff)
parenta890116ab31e57af3bd1382c1f17259fa368f988 (diff)
downloaddjango-rest-framework-9e4e2c60f75f596d3f9e32deaab23bf98fc8ef0f.tar.bz2
Merge branch 'master' into 2.4.0
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