diff options
| author | Tom Christie | 2014-11-25 16:30:17 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-25 16:30:17 +0000 |
| commit | 2647e1aaaadfc2cfd947c633399dca1060c17401 (patch) | |
| tree | 89134763c491720dd8efa784a4a3c9f40f7319d3 | |
| parent | b733f85ff1e3f70e9f5dee6f52bebe861bc0f411 (diff) | |
| download | django-rest-framework-2647e1aaaadfc2cfd947c633399dca1060c17401.tar.bz2 | |
Move Quickstart back into 'Tutorial' section
| -rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] |
