mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-30 09:04:57 +02:00
docs: change code font and enable privacy (#1381)
This commit is contained in:
parent
16a94d65d2
commit
4246194634
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
site/
|
site/
|
||||||
venv/
|
venv/
|
||||||
|
.cache/
|
||||||
|
@ -14,17 +14,20 @@ copyright: Copyright © 2019 - 2024 Clement Tsang
|
|||||||
# Theming
|
# Theming
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
font:
|
||||||
|
code: IBM Plex Mono
|
||||||
features:
|
features:
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
|
- navigation.expand
|
||||||
|
- navigation.footer
|
||||||
|
- navigation.instant
|
||||||
|
- navigation.instant.progress
|
||||||
|
- navigation.sections
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
- navigation.top
|
- navigation.top
|
||||||
- navigation.expand
|
|
||||||
- navigation.instant
|
|
||||||
- navigation.sections
|
|
||||||
- navigation.footer
|
|
||||||
- toc.integrate
|
|
||||||
- search.suggest
|
|
||||||
- search.highlight
|
- search.highlight
|
||||||
|
- search.suggest
|
||||||
|
- toc.integrate
|
||||||
icon:
|
icon:
|
||||||
edit: material/pencil
|
edit: material/pencil
|
||||||
palette:
|
palette:
|
||||||
@ -127,6 +130,7 @@ plugins:
|
|||||||
canonical_version: stable
|
canonical_version: stable
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
type: date
|
type: date
|
||||||
|
- privacy
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
# Versioning
|
# Versioning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user