django-rest-framework/mkdocs.yml

58 lines
2.3 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/
site_description: Django REST framework - Web APIs for DjangoProject documentation with Markdown.
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', ]
2014-10-30 01:30:00 +03:00
- ['api-guide/requests.md', "API Guide", ]
- ['api-guide/responses.md', "API Guide", ]
- ['api-guide/views.md', "API Guide", ]
- ['api-guide/generic-views.md', "API Guide", ]
- ['api-guide/viewsets.md', "API Guide", ]
- ['api-guide/routers.md', "API Guide", ]
- ['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/authentication.md', "API Guide", ]
- ['api-guide/permissions.md', "API Guide", ]
- ['api-guide/throttling.md', "API Guide", ]
- ['api-guide/filtering.md', "API Guide", ]
- ['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/exceptions.md', "API Guide", ]
- ['api-guide/status-codes.md', "API Guide", ]
- ['api-guide/testing.md', "API Guide", ]
- ['api-guide/settings.md', "API Guide", ]
2014-10-09 13:14:04 +04:00
- ['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', ]
2014-10-09 13:14:04 +04:00
- ['topics/release-notes.md', ]
- ['topics/credits.md', ]
site_dir: html
theme_dir: docs_theme
2014-10-09 13:14:04 +04:00
copyright: Copyright &copy; 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.
google_analytics: ['UA-18852272-2', 'django-rest-framework.org']