django-rest-framework/mkdocs.yml

57 lines
3.2 KiB
YAML
Raw Normal View History

site_name: Django REST framework
2014-10-09 13:14:04 +04:00
site_url: http://www.django-rest-framework.org/
2014-10-31 18:05:21 +03:00
site_description: Django REST framework - Web APIs for Django
2014-10-09 13:14:04 +04:00
repo_url: https://github.com/tomchristie/django-rest-framework
theme_dir: docs_theme
2014-10-09 13:14:04 +04:00
pages:
2014-11-25 19:24:35 +03:00
- ['index.md', 'Home']
- ['tutorial/quickstart.md', 'Tutorial', 'Quickstart']
2014-11-19 15:41:58 +03:00
- ['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']
2014-11-25 19:24:35 +03:00
- ['tutorial/6-viewsets-and-routers.md', 'Tutorial', '6 - Viewsets and routers']
- ['api-guide/requests.md', 'API Guide', 'Requests']
- ['api-guide/responses.md', 'API Guide', 'Responses']
- ['api-guide/views.md', 'API Guide', 'Views']
- ['api-guide/generic-views.md', 'API Guide', 'Generic views']
- ['api-guide/viewsets.md', 'API Guide', 'Viewsets']
- ['api-guide/routers.md', 'API Guide', 'Routers']
- ['api-guide/parsers.md', 'API Guide', 'Parsers']
- ['api-guide/renderers.md', 'API Guide', 'Renderers']
- ['api-guide/serializers.md', 'API Guide', 'Serializers']
2014-11-19 15:41:58 +03:00
- ['api-guide/fields.md', 'API Guide', 'Serializer fields']
- ['api-guide/relations.md', 'API Guide', 'Serializer relations']
2014-11-25 19:29:14 +03:00
- ['api-guide/validators.md', 'API Guide', 'Validators']
2014-11-25 19:24:35 +03:00
- ['api-guide/authentication.md', 'API Guide', 'Authentication']
- ['api-guide/permissions.md', 'API Guide', 'Permissions']
- ['api-guide/throttling.md', 'API Guide', 'Throttling']
- ['api-guide/filtering.md', 'API Guide', 'Filtering']
- ['api-guide/pagination.md', 'API Guide', 'Pagination']
- ['api-guide/versioning.md', 'API Guide', 'Versioning']
2014-11-25 19:24:35 +03:00
- ['api-guide/content-negotiation.md', 'API Guide', 'Content negotiation']
2014-12-18 18:42:27 +03:00
- ['api-guide/metadata.md', 'API Guide', 'Metadata']
2014-11-25 19:24:35 +03:00
- ['api-guide/format-suffixes.md', 'API Guide', 'Format suffixes']
2014-11-19 11:56:14 +03:00
- ['api-guide/reverse.md', 'API Guide', 'Returning URLs']
2014-11-25 19:24:35 +03:00
- ['api-guide/exceptions.md', 'API Guide', 'Exceptions']
- ['api-guide/status-codes.md', 'API Guide', 'Status codes']
- ['api-guide/testing.md', 'API Guide', 'Testing']
- ['api-guide/settings.md', 'API Guide', 'Settings']
2014-11-19 11:56:14 +03:00
- ['topics/documenting-your-api.md', 'Topics', 'Documenting your API']
2015-01-13 15:07:25 +03:00
- ['topics/internationalization.md', 'Topics', 'Internationalization']
2014-11-19 11:56:14 +03:00
- ['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']
2014-12-18 16:35:42 +03:00
- ['topics/project-management.md', 'Topics', 'Project management']
2014-12-01 11:54:12 +03:00
- ['topics/3.0-announcement.md', 'Topics', '3.0 Announcement']
2015-02-06 03:04:20 +03:00
- ['topics/3.1-announcement.md', 'Topics', '3.1 Announcement']
2014-11-19 11:56:14 +03:00
- ['topics/kickstarter-announcement.md', 'Topics', 'Kickstarter Announcement']
- ['topics/release-notes.md', 'Topics', 'Release Notes']