mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-18 14:53:46 +03:00
Merge pull request #3553 from adamzap/doc-section-permalinks
Add section permalinks to docs
This commit is contained in:
commit
63ac8ac4ab
|
@ -413,3 +413,7 @@ ul.sponsor {
|
||||||
#mkdocs_search_modal article p{
|
#mkdocs_search_modal article p{
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toclink {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
|
@ -6,6 +6,10 @@ repo_url: https://github.com/tomchristie/django-rest-framework
|
||||||
|
|
||||||
theme_dir: docs_theme
|
theme_dir: docs_theme
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- toc:
|
||||||
|
anchorlink: True
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
- Home: 'index.md'
|
- Home: 'index.md'
|
||||||
- Tutorial:
|
- Tutorial:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user