Added nicer page titles

This commit is contained in:
Dougal Matthews 2014-11-19 08:56:14 +00:00
parent 8677316959
commit 6f28adeefe

View File

@ -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