diff options
| author | Dougal Matthews | 2014-11-19 08:56:14 +0000 | 
|---|---|---|
| committer | Dougal Matthews | 2014-11-25 12:44:26 +0000 | 
| commit | 6f28adeefe21df4330fe70bc20cb457e249a29d2 (patch) | |
| tree | a13e3112c067d5b037d8b0d8f06f3a4b5b3756e4 /mkdocs.yml | |
| parent | 8677316959c65da1305b0bfc7c06733093d5af3e (diff) | |
| download | django-rest-framework-6f28adeefe21df4330fe70bc20cb457e249a29d2.tar.bz2 | |
Added nicer page titles
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 46 | 
1 files changed, 23 insertions, 23 deletions
@@ -7,12 +7,12 @@ repo_url: https://github.com/tomchristie/django-rest-framework  pages:   - ['index.md', ]   - ['tutorial/quickstart.md', ] - - ['tutorial/1-serialization.md', ] - - ['tutorial/2-requests-and-responses.md', ] - - ['tutorial/3-class-based-views.md', ] - - ['tutorial/4-authentication-and-permissions.md', ] - - ['tutorial/5-relationships-and-hyperlinked-apis.md', ] - - ['tutorial/6-viewsets-and-routers.md', ] + - ['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"] + - ['tutorial/4-authentication-and-permissions.md', "Tutorial", "4 - Authentication and permissions"] + - ['tutorial/5-relationships-and-hyperlinked-apis.md', "Tutorial", "5 - Relationships and hyperlinked APIs"] + - ['tutorial/6-viewsets-and-routers.md', "Tutorial", "6- Viewsets and routers"]   - ['api-guide/requests.md', 'API Guide', ]   - ['api-guide/responses.md', 'API Guide', ]   - ['api-guide/views.md', 'API Guide', ] @@ -22,8 +22,8 @@ pages:   - ['api-guide/parsers.md', 'API Guide', ]   - ['api-guide/renderers.md', 'API Guide', ]   - ['api-guide/serializers.md', 'API Guide', ] - - ['api-guide/fields.md', 'API Guide', ] - - ['api-guide/relations.md', 'API Guide', ] + - ['api-guide/fields.md', 'API Guide', "Serializer fields"] + - ['api-guide/relations.md', 'API Guide', "Serializer relations"]   - ['api-guide/validators.md', 'API Guide', ]   - ['api-guide/authentication.md', 'API Guide', ]   - ['api-guide/permissions.md', 'API Guide', ] @@ -32,25 +32,25 @@ pages:   - ['api-guide/pagination.md', 'API Guide', ]   - ['api-guide/content-negotiation.md', 'API Guide', ]   - ['api-guide/format-suffixes.md', 'API Guide', ] - - ['api-guide/reverse.md', 'API Guide', ] + - ['api-guide/reverse.md', 'API Guide', 'Returning URLs']   - ['api-guide/exceptions.md', 'API Guide', ]   - ['api-guide/status-codes.md', 'API Guide', ]   - ['api-guide/testing.md', 'API Guide', ]   - ['api-guide/settings.md', 'API Guide', ] - - ['topics/documenting-your-api.md', ] - - ['topics/ajax-csrf-cors.md', ] - - ['topics/browser-enhancements.md', ] - - ['topics/browsable-api.md', ] - - ['topics/rest-hypermedia-hateoas.md', ] - - ['topics/third-party-resources.md', ] - - ['topics/contributing.md', ] - - ['topics/rest-framework-2-announcement.md', ] - - ['topics/2.2-announcement.md', ] - - ['topics/2.3-announcement.md', ] - - ['topics/2.4-announcement.md', ] - - ['topics/kickstarter-announcement.md', ] - - ['topics/release-notes.md', ] - - ['topics/credits.md', ] + - ['topics/documenting-your-api.md', 'Topics', 'Documenting your API'] + - ['topics/ajax-csrf-cors.md', 'Topics', 'AJAX, CSRF & CORS'] + - ['topics/browser-enhancements.md', 'Topics',] + - ['topics/browsable-api.md', 'Topics', 'The Browsable API'] + - ['topics/rest-hypermedia-hateoas.md', 'Topics', 'REST, Hypermedia & HATEOAS'] + - ['topics/third-party-resources.md', 'Topics', 'Third Party Resources'] + - ['topics/contributing.md', 'Topics', 'Contributing to REST framework'] + - ['topics/rest-framework-2-announcement.md', 'Topics', '2.0 Announcement'] + - ['topics/2.2-announcement.md', 'Topics', '2.2 Announcement'] + - ['topics/2.3-announcement.md', 'Topics', '2.3 Announcement'] + - ['topics/2.4-announcement.md', 'Topics', '2.4 Announcement'] + - ['topics/kickstarter-announcement.md', 'Topics', 'Kickstarter Announcement'] + - ['topics/release-notes.md', 'Topics', 'Release Notes'] + - ['topics/credits.md', 'Topics', 'Credits']  site_dir: html  theme_dir: docs_theme  | 
