-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (28 loc) · 964 Bytes
/
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
24
25
26
27
28
29
30
31
32
33
site_url: https://nxexox.github.io/python-rest-framework/
site_description: Python Rest Framework - Web APIs for Python
site_author: Deys Timofey
site_name: Python Rest Framework
copyright: 'Copyright (c) 2019, Deys Timofey All rights reserved.'
repo_name: GitHub
repo_url: https://github.com/nxexox/python-rest-framework
edit_uri: /blob/master/docs/
nav:
- Home: 'index.md'
- API:
- Serializers: 'api-guid/serializers.md'
- Serializers Fields: 'api-guid/fields.md'
- Serializers Validation: 'api-guid/validators.md'
- BaseViews: 'api-guid/views/views.md'
- ViewsMixins: 'api-guid/views/mixins.md'
- PaginationViews: 'api-guid/views/paginations.md'
- FlaskViews: 'api-guid/views/flask.md'
- AioHTTPViews: 'api-guid/views/aiohttp.md'
- SanicViews: 'api-guid/views/sanic.md'
- Release Notes: 'release-notes.md'
theme:
name: null
custom_dir: 'docs_theme/'
markdown_extensions:
- toc:
anchorlink: True
- smarty