aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
authorTom Christie2013-07-02 22:15:46 +0100
committerTom Christie2013-07-02 22:15:46 +0100
commit03e0ce35fe497d52d1a332e98c44e42acbc8af75 (patch)
treea37a2b2481e408ceef357a83dd7b5fab74ff3a4a /mkdocs.py
parente7529b4072274797daf5b886dbac4c0e65a65674 (diff)
downloaddjango-rest-framework-03e0ce35fe497d52d1a332e98c44e42acbc8af75.tar.bz2
Added 'Documenting your API' section. Closes #616
Diffstat (limited to 'mkdocs.py')
-rwxr-xr-xmkdocs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.py b/mkdocs.py
index c4da7aea..1e3f1db3 100755
--- a/mkdocs.py
+++ b/mkdocs.py
@@ -70,6 +70,7 @@ path_list = [
'api-guide/exceptions.md',
'api-guide/status-codes.md',
'api-guide/settings.md',
+ 'topics/documenting-your-api.md',
'topics/ajax-csrf-cors.md',
'topics/browser-enhancements.md',
'topics/browsable-api.md',