mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Fixes #12104: Restore copy-to-clipboard & footer navigation in docs
This commit is contained in:
parent
e467589730
commit
0ac8419005
@ -8,6 +8,9 @@ theme:
|
|||||||
custom_dir: docs/_theme/
|
custom_dir: docs/_theme/
|
||||||
icon:
|
icon:
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
|
features:
|
||||||
|
- content.code.copy
|
||||||
|
- navigation.footer
|
||||||
palette:
|
palette:
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
scheme: default
|
scheme: default
|
||||||
@ -20,7 +23,8 @@ theme:
|
|||||||
icon: material/lightbulb
|
icon: material/lightbulb
|
||||||
name: Switch to Light Mode
|
name: Switch to Light Mode
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search:
|
||||||
|
lang: en
|
||||||
- mkdocstrings:
|
- mkdocstrings:
|
||||||
handlers:
|
handlers:
|
||||||
python:
|
python:
|
||||||
|
Loading…
Reference in New Issue
Block a user