aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:30:17 +0000
committerTom Christie2014-11-25 16:30:17 +0000
commit2647e1aaaadfc2cfd947c633399dca1060c17401 (patch)
tree89134763c491720dd8efa784a4a3c9f40f7319d3
parentb733f85ff1e3f70e9f5dee6f52bebe861bc0f411 (diff)
downloaddjango-rest-framework-2647e1aaaadfc2cfd947c633399dca1060c17401.tar.bz2
Move Quickstart back into 'Tutorial' section
-rw-r--r--mkdocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index e112315b..8932fa96 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -8,7 +8,7 @@ theme_dir: docs_theme
pages:
- ['index.md', 'Home']
- - ['tutorial/quickstart.md', 'Quickstart']
+ - ['tutorial/quickstart.md', 'Tutorial', 'Quickstart']
- ['tutorial/1-serialization.md', 'Tutorial', '1 - Serialization']
- ['tutorial/2-requests-and-responses.md', 'Tutorial', '2 - Requests and responses']
- ['tutorial/3-class-based-views.md', 'Tutorial', '3 - Class based views']