docs: various
- disable navigation.tabs - enable toc.integrate and disable toc_depth - move contact and security under about
This commit is contained in:
parent
c97bd30074
commit
4814eb2778
1 changed files with 7 additions and 3 deletions
10
mkdocs.yml
10
mkdocs.yml
|
@ -6,8 +6,8 @@ nav:
|
||||||
- About:
|
- About:
|
||||||
- FAQ: faq.md
|
- FAQ: faq.md
|
||||||
- administrators.md
|
- administrators.md
|
||||||
- contact.md
|
- contact.md
|
||||||
- security.md
|
- security.md
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
@ -17,13 +17,17 @@ theme:
|
||||||
- content.tabs.link
|
- content.tabs.link
|
||||||
- navigation.expand
|
- navigation.expand
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.tabs
|
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
|
- toc.integrate
|
||||||
favicon: nix-community-logo.png
|
favicon: nix-community-logo.png
|
||||||
logo: nix-community-logo.png
|
logo: nix-community-logo.png
|
||||||
icon:
|
icon:
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- toc:
|
||||||
|
toc_depth: 0
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/github
|
- icon: fontawesome/brands/github
|
||||||
|
|
Loading…
Add table
Reference in a new issue