forked from drf-forms/drf-schema-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
23 lines (23 loc) · 1.03 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: DRF-schema-adapter documentation
repo_url: https://github.com/drf-forms/drf-schema-adapter
pages:
- Home: index.md
- 'DRF-auto-endpoint':
- 'DRF-auto-endpoint': drf_auto_endpoint/index.md
- 'Endpoint': drf_auto_endpoint/endpoint.md
- 'Metadata': drf_auto_endpoint/metadata.md
- 'Export-app': export_app/index.md
- 'Cookbooks':
- 'Basics':
- 'Quick start': cookbooks/basics/quickstart.md
- 'Creating endpoints from models': cookbooks/basics/endpoints.md
- 'Using drf-schema-adapter with Ember.js': cookbooks/basics/ember.md
- 'Topics':
- 'Custom MetaData Adapter': cookbooks/topics/custom_metadata_adapter.md
- 'Custom Export Adapter': cookbooks/topics/custom_export_adapter.md
- 'Custom ViewSets': cookbooks/topics/viewsets.md
- 'Custom Serializers': cookbooks/topics/serializers.md
- 'Custom Actions': cookbooks/topics/actions.md
- 'Custom Actions With Specialized Serializers': cookbooks/topics/wizards.md
- License: LICENSE.md
- 'Code of conduct': COC.md