@@ -7,50 +7,53 @@ repo_url: https://github.com/tomchristie/django-rest-framework
7
7
theme_dir : docs_theme
8
8
9
9
pages :
10
- - ['index.md', 'Home']
11
- - ['tutorial/quickstart.md', 'Tutorial', 'Quickstart']
12
- - ['tutorial/1-serialization.md', 'Tutorial', '1 - Serialization']
13
- - ['tutorial/2-requests-and-responses.md', 'Tutorial', '2 - Requests and responses']
14
- - ['tutorial/3-class-based-views.md', 'Tutorial', '3 - Class based views']
15
- - ['tutorial/4-authentication-and-permissions.md', 'Tutorial', '4 - Authentication and permissions']
16
- - ['tutorial/5-relationships-and-hyperlinked-apis.md', 'Tutorial', '5 - Relationships and hyperlinked APIs']
17
- - ['tutorial/6-viewsets-and-routers.md', 'Tutorial', '6 - Viewsets and routers']
18
- - ['api-guide/requests.md', 'API Guide', 'Requests']
19
- - ['api-guide/responses.md', 'API Guide', 'Responses']
20
- - ['api-guide/views.md', 'API Guide', 'Views']
21
- - ['api-guide/generic-views.md', 'API Guide', 'Generic views']
22
- - ['api-guide/viewsets.md', 'API Guide', 'Viewsets']
23
- - ['api-guide/routers.md', 'API Guide', 'Routers']
24
- - ['api-guide/parsers.md', 'API Guide', 'Parsers']
25
- - ['api-guide/renderers.md', 'API Guide', 'Renderers']
26
- - ['api-guide/serializers.md', 'API Guide', 'Serializers']
27
- - ['api-guide/fields.md', 'API Guide', 'Serializer fields']
28
- - ['api-guide/relations.md', 'API Guide', 'Serializer relations']
29
- - ['api-guide/validators.md', 'API Guide', 'Validators']
30
- - ['api-guide/authentication.md', 'API Guide', 'Authentication']
31
- - ['api-guide/permissions.md', 'API Guide', 'Permissions']
32
- - ['api-guide/throttling.md', 'API Guide', 'Throttling']
33
- - ['api-guide/filtering.md', 'API Guide', 'Filtering']
34
- - ['api-guide/pagination.md', 'API Guide', 'Pagination']
35
- - ['api-guide/versioning.md', 'API Guide', 'Versioning']
36
- - ['api-guide/content-negotiation.md', 'API Guide', 'Content negotiation']
37
- - ['api-guide/metadata.md', 'API Guide', 'Metadata']
38
- - ['api-guide/format-suffixes.md', 'API Guide', 'Format suffixes']
39
- - ['api-guide/reverse.md', 'API Guide', 'Returning URLs']
40
- - ['api-guide/exceptions.md', 'API Guide', 'Exceptions']
41
- - ['api-guide/status-codes.md', 'API Guide', 'Status codes']
42
- - ['api-guide/testing.md', 'API Guide', 'Testing']
43
- - ['api-guide/settings.md', 'API Guide', 'Settings']
44
- - ['topics/documenting-your-api.md', 'Topics', 'Documenting your API']
45
- - ['topics/internationalization.md', 'Topics', 'Internationalization']
46
- - ['topics/ajax-csrf-cors.md', 'Topics', 'AJAX, CSRF & CORS']
47
- - ['topics/browser-enhancements.md', 'Topics',]
48
- - ['topics/browsable-api.md', 'Topics', 'The Browsable API']
49
- - ['topics/rest-hypermedia-hateoas.md', 'Topics', 'REST, Hypermedia & HATEOAS']
50
- - ['topics/third-party-resources.md', 'Topics', 'Third Party Resources']
51
- - ['topics/contributing.md', 'Topics', 'Contributing to REST framework']
52
- - ['topics/project-management.md', 'Topics', 'Project management']
53
- - ['topics/3.0-announcement.md', 'Topics', '3.0 Announcement']
54
- - ['topics/3.1-announcement.md', 'Topics', '3.1 Announcement']
55
- - ['topics/kickstarter-announcement.md', 'Topics', 'Kickstarter Announcement']
56
- - ['topics/release-notes.md', 'Topics', 'Release Notes']
10
+ - Home : ' index.md'
11
+ - Tutorial :
12
+ - ' Quickstart ' : ' tutorial/quickstart.md'
13
+ - ' 1 - Serialization ' : ' tutorial/1-serialization.md'
14
+ - ' 2 - Requests and responses ' : ' tutorial/2-requests-and-responses.md'
15
+ - ' 3 - Class based views ' : ' tutorial/3-class-based-views.md'
16
+ - ' 4 - Authentication and permissions ' : ' tutorial/4-authentication-and-permissions.md'
17
+ - ' 5 - Relationships and hyperlinked APIs ' : ' tutorial/5-relationships-and-hyperlinked-apis.md'
18
+ - ' 6 - Viewsets and routers ' : ' tutorial/6-viewsets-and-routers.md'
19
+ - API Guide :
20
+ - ' Requests ' : ' api-guide/requests.md'
21
+ - ' Responses ' : ' api-guide/responses.md'
22
+ - ' Views ' : ' api-guide/views.md'
23
+ - ' Generic views ' : ' api-guide/generic-views.md'
24
+ - ' Viewsets ' : ' api-guide/viewsets.md'
25
+ - ' Routers ' : ' api-guide/routers.md'
26
+ - ' Parsers ' : ' api-guide/parsers.md'
27
+ - ' Renderers ' : ' api-guide/renderers.md'
28
+ - ' Serializers ' : ' api-guide/serializers.md'
29
+ - ' Serializer fields ' : ' api-guide/fields.md'
30
+ - ' Serializer relations ' : ' api-guide/relations.md'
31
+ - ' Validators ' : ' api-guide/validators.md'
32
+ - ' Authentication ' : ' api-guide/authentication.md'
33
+ - ' Permissions ' : ' api-guide/permissions.md'
34
+ - ' Throttling ' : ' api-guide/throttling.md'
35
+ - ' Filtering ' : ' api-guide/filtering.md'
36
+ - ' Pagination ' : ' api-guide/pagination.md'
37
+ - ' Versioning ' : ' api-guide/versioning.md'
38
+ - ' Content negotiation ' : ' api-guide/content-negotiation.md'
39
+ - ' Metadata ' : ' api-guide/metadata.md'
40
+ - ' Format suffixes ' : ' api-guide/format-suffixes.md'
41
+ - ' Returning URLs ' : ' api-guide/reverse.md'
42
+ - ' Exceptions ' : ' api-guide/exceptions.md'
43
+ - ' Status codes ' : ' api-guide/status-codes.md'
44
+ - ' Testing ' : ' api-guide/testing.md'
45
+ - ' Settings ' : ' api-guide/settings.md'
46
+ - Topics :
47
+ - ' Documenting your API ' : ' topics/documenting-your-api.md'
48
+ - ' Internationalization ' : ' topics/internationalization.md'
49
+ - ' AJAX, CSRF & CORS ' : ' topics/ajax-csrf-cors.md'
50
+ - ' Browser Enhancements ' : ' topics/browser-enhancements.md'
51
+ - ' The Browsable API ' : ' topics/browsable-api.md'
52
+ - ' REST, Hypermedia & HATEOAS ' : ' topics/rest-hypermedia-hateoas.md'
53
+ - ' Third Party Resources ' : ' topics/third-party-resources.md'
54
+ - ' Contributing to REST framework ' : ' topics/contributing.md'
55
+ - ' Project management ' : ' topics/project-management.md'
56
+ - ' 3.0 Announcement ' : ' topics/3.0-announcement.md'
57
+ - ' 3.1 Announcement ' : ' topics/3.1-announcement.md'
58
+ - ' Kickstarter Announcement ' : ' topics/kickstarter-announcement.md'
59
+ - ' Release Notes ' : ' topics/release-notes.md'
0 commit comments