mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 01:49:50 +03:00
Update mkdocs version and config
This commit is contained in:
parent
df1d146ee7
commit
6be2cc4dd2
|
@ -4,13 +4,15 @@ site_description: Django REST framework - Web APIs for Django
|
|||
|
||||
repo_url: https://github.com/encode/django-rest-framework
|
||||
|
||||
theme_dir: docs_theme
|
||||
theme:
|
||||
name: mkdocs
|
||||
custom_dir: docs_theme
|
||||
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
anchorlink: True
|
||||
|
||||
pages:
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- Tutorial:
|
||||
- 'Quickstart': 'tutorial/quickstart.md'
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# MkDocs to build our documentation.
|
||||
mkdocs==0.16.3
|
||||
mkdocs==1.0.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user