mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-01-09 18:20:55 +03:00
Enable a few theme features
This commit is contained in:
parent
68203cb9db
commit
a8af6a7a0f
16
mkdocs.yml
16
mkdocs.yml
|
|
@ -30,7 +30,19 @@ theme:
|
|||
icon: material/brightness-4
|
||||
name: "Switch to system preference"
|
||||
features:
|
||||
- content.code.copy
|
||||
- content.tabs.link
|
||||
- content.code.annotate
|
||||
- content.code.copy
|
||||
- navigation.tabs
|
||||
- navigation.instant
|
||||
- navigation.instant.prefetch
|
||||
- navigation.instant.progress
|
||||
- navigation.path
|
||||
- navigation.sections
|
||||
- navigation.top
|
||||
- navigation.tracking
|
||||
- search.suggest
|
||||
- toc.follow
|
||||
|
||||
extra_css:
|
||||
- theme/stylesheets/extra.css
|
||||
|
|
@ -38,7 +50,7 @@ extra_css:
|
|||
markdown_extensions:
|
||||
- admonition
|
||||
- toc:
|
||||
anchorlink: True
|
||||
permalink: true
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user