Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
e6c74680
Commit
e6c74680
authored
May 31, 2015
by
Dougal Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the new pages structure.
This is optional, but will be required by MkDocs 1.0
parent
8ace80c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
47 deletions
+50
-47
mkdocs.yml
+50
-47
No files found.
mkdocs.yml
View file @
e6c74680
...
@@ -7,50 +7,53 @@ repo_url: https://github.com/tomchristie/django-rest-framework
...
@@ -7,50 +7,53 @@ repo_url: https://github.com/tomchristie/django-rest-framework
theme_dir
:
docs_theme
theme_dir
:
docs_theme
pages
:
pages
:
-
[
'
index.md'
,
'
Home'
]
-
Home
:
'
index.md'
-
[
'
tutorial/quickstart.md'
,
'
Tutorial'
,
'
Quickstart'
]
-
Tutorial
:
-
[
'
tutorial/1-serialization.md'
,
'
Tutorial'
,
'
1
-
Serialization'
]
-
'
Quickstart'
:
'
tutorial/quickstart.md'
-
[
'
tutorial/2-requests-and-responses.md'
,
'
Tutorial'
,
'
2
-
Requests
and
responses'
]
-
'
1
-
Serialization'
:
'
tutorial/1-serialization.md'
-
[
'
tutorial/3-class-based-views.md'
,
'
Tutorial'
,
'
3
-
Class
based
views'
]
-
'
2
-
Requests
and
responses'
:
'
tutorial/2-requests-and-responses.md'
-
[
'
tutorial/4-authentication-and-permissions.md'
,
'
Tutorial'
,
'
4
-
Authentication
and
permissions'
]
-
'
3
-
Class
based
views'
:
'
tutorial/3-class-based-views.md'
-
[
'
tutorial/5-relationships-and-hyperlinked-apis.md'
,
'
Tutorial'
,
'
5
-
Relationships
and
hyperlinked
APIs'
]
-
'
4
-
Authentication
and
permissions'
:
'
tutorial/4-authentication-and-permissions.md'
-
[
'
tutorial/6-viewsets-and-routers.md'
,
'
Tutorial'
,
'
6
-
Viewsets
and
routers'
]
-
'
5
-
Relationships
and
hyperlinked
APIs'
:
'
tutorial/5-relationships-and-hyperlinked-apis.md'
-
[
'
api-guide/requests.md'
,
'
API
Guide'
,
'
Requests'
]
-
'
6
-
Viewsets
and
routers'
:
'
tutorial/6-viewsets-and-routers.md'
-
[
'
api-guide/responses.md'
,
'
API
Guide'
,
'
Responses'
]
-
API Guide
:
-
[
'
api-guide/views.md'
,
'
API
Guide'
,
'
Views'
]
-
'
Requests'
:
'
api-guide/requests.md'
-
[
'
api-guide/generic-views.md'
,
'
API
Guide'
,
'
Generic
views'
]
-
'
Responses'
:
'
api-guide/responses.md'
-
[
'
api-guide/viewsets.md'
,
'
API
Guide'
,
'
Viewsets'
]
-
'
Views'
:
'
api-guide/views.md'
-
[
'
api-guide/routers.md'
,
'
API
Guide'
,
'
Routers'
]
-
'
Generic
views'
:
'
api-guide/generic-views.md'
-
[
'
api-guide/parsers.md'
,
'
API
Guide'
,
'
Parsers'
]
-
'
Viewsets'
:
'
api-guide/viewsets.md'
-
[
'
api-guide/renderers.md'
,
'
API
Guide'
,
'
Renderers'
]
-
'
Routers'
:
'
api-guide/routers.md'
-
[
'
api-guide/serializers.md'
,
'
API
Guide'
,
'
Serializers'
]
-
'
Parsers'
:
'
api-guide/parsers.md'
-
[
'
api-guide/fields.md'
,
'
API
Guide'
,
'
Serializer
fields'
]
-
'
Renderers'
:
'
api-guide/renderers.md'
-
[
'
api-guide/relations.md'
,
'
API
Guide'
,
'
Serializer
relations'
]
-
'
Serializers'
:
'
api-guide/serializers.md'
-
[
'
api-guide/validators.md'
,
'
API
Guide'
,
'
Validators'
]
-
'
Serializer
fields'
:
'
api-guide/fields.md'
-
[
'
api-guide/authentication.md'
,
'
API
Guide'
,
'
Authentication'
]
-
'
Serializer
relations'
:
'
api-guide/relations.md'
-
[
'
api-guide/permissions.md'
,
'
API
Guide'
,
'
Permissions'
]
-
'
Validators'
:
'
api-guide/validators.md'
-
[
'
api-guide/throttling.md'
,
'
API
Guide'
,
'
Throttling'
]
-
'
Authentication'
:
'
api-guide/authentication.md'
-
[
'
api-guide/filtering.md'
,
'
API
Guide'
,
'
Filtering'
]
-
'
Permissions'
:
'
api-guide/permissions.md'
-
[
'
api-guide/pagination.md'
,
'
API
Guide'
,
'
Pagination'
]
-
'
Throttling'
:
'
api-guide/throttling.md'
-
[
'
api-guide/versioning.md'
,
'
API
Guide'
,
'
Versioning'
]
-
'
Filtering'
:
'
api-guide/filtering.md'
-
[
'
api-guide/content-negotiation.md'
,
'
API
Guide'
,
'
Content
negotiation'
]
-
'
Pagination'
:
'
api-guide/pagination.md'
-
[
'
api-guide/metadata.md'
,
'
API
Guide'
,
'
Metadata'
]
-
'
Versioning'
:
'
api-guide/versioning.md'
-
[
'
api-guide/format-suffixes.md'
,
'
API
Guide'
,
'
Format
suffixes'
]
-
'
Content
negotiation'
:
'
api-guide/content-negotiation.md'
-
[
'
api-guide/reverse.md'
,
'
API
Guide'
,
'
Returning
URLs'
]
-
'
Metadata'
:
'
api-guide/metadata.md'
-
[
'
api-guide/exceptions.md'
,
'
API
Guide'
,
'
Exceptions'
]
-
'
Format
suffixes'
:
'
api-guide/format-suffixes.md'
-
[
'
api-guide/status-codes.md'
,
'
API
Guide'
,
'
Status
codes'
]
-
'
Returning
URLs'
:
'
api-guide/reverse.md'
-
[
'
api-guide/testing.md'
,
'
API
Guide'
,
'
Testing'
]
-
'
Exceptions'
:
'
api-guide/exceptions.md'
-
[
'
api-guide/settings.md'
,
'
API
Guide'
,
'
Settings'
]
-
'
Status
codes'
:
'
api-guide/status-codes.md'
-
[
'
topics/documenting-your-api.md'
,
'
Topics'
,
'
Documenting
your
API'
]
-
'
Testing'
:
'
api-guide/testing.md'
-
[
'
topics/internationalization.md'
,
'
Topics'
,
'
Internationalization'
]
-
'
Settings'
:
'
api-guide/settings.md'
-
[
'
topics/ajax-csrf-cors.md'
,
'
Topics'
,
'
AJAX,
CSRF
&
CORS'
]
-
Topics
:
-
[
'
topics/browser-enhancements.md'
,
'
Topics'
,]
-
'
Documenting
your
API'
:
'
topics/documenting-your-api.md'
-
[
'
topics/browsable-api.md'
,
'
Topics'
,
'
The
Browsable
API'
]
-
'
Internationalization'
:
'
topics/internationalization.md'
-
[
'
topics/rest-hypermedia-hateoas.md'
,
'
Topics'
,
'
REST,
Hypermedia
&
HATEOAS'
]
-
'
AJAX,
CSRF
&
CORS'
:
'
topics/ajax-csrf-cors.md'
-
[
'
topics/third-party-resources.md'
,
'
Topics'
,
'
Third
Party
Resources'
]
-
'
Browser
Enhancements'
:
'
topics/browser-enhancements.md'
-
[
'
topics/contributing.md'
,
'
Topics'
,
'
Contributing
to
REST
framework'
]
-
'
The
Browsable
API'
:
'
topics/browsable-api.md'
-
[
'
topics/project-management.md'
,
'
Topics'
,
'
Project
management'
]
-
'
REST,
Hypermedia
&
HATEOAS'
:
'
topics/rest-hypermedia-hateoas.md'
-
[
'
topics/3.0-announcement.md'
,
'
Topics'
,
'
3.0
Announcement'
]
-
'
Third
Party
Resources'
:
'
topics/third-party-resources.md'
-
[
'
topics/3.1-announcement.md'
,
'
Topics'
,
'
3.1
Announcement'
]
-
'
Contributing
to
REST
framework'
:
'
topics/contributing.md'
-
[
'
topics/kickstarter-announcement.md'
,
'
Topics'
,
'
Kickstarter
Announcement'
]
-
'
Project
management'
:
'
topics/project-management.md'
-
[
'
topics/release-notes.md'
,
'
Topics'
,
'
Release
Notes'
]
-
'
3.0
Announcement'
:
'
topics/3.0-announcement.md'
-
'
3.1
Announcement'
:
'
topics/3.1-announcement.md'
-
'
Kickstarter
Announcement'
:
'
topics/kickstarter-announcement.md'
-
'
Release
Notes'
:
'
topics/release-notes.md'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment