mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
enable social cards, allow building docs without insiders
This commit is contained in:
parent
ceeb007ca0
commit
86d3fc4fbb
1 changed files with 7 additions and 4 deletions
11
mkdocs.yml
11
mkdocs.yml
|
@ -194,7 +194,7 @@ extra:
|
|||
version:
|
||||
provider: mike
|
||||
social:
|
||||
- icon: fontawesome/brands/discord
|
||||
- icon: fontawesome/brands/discord
|
||||
link: https://discord.gg/k4ruYNrudu
|
||||
- icon: fontawesome/regular/message
|
||||
link: https://github.com/benphelps/homepage/discussions
|
||||
|
@ -223,10 +223,13 @@ markdown_extensions:
|
|||
- admonition
|
||||
|
||||
plugins:
|
||||
- group:
|
||||
enabled: !ENV MKINSIDERS
|
||||
plugins:
|
||||
- optimize
|
||||
- typeset
|
||||
- social
|
||||
- tags
|
||||
- typeset
|
||||
# - social
|
||||
- optimize
|
||||
- search:
|
||||
pipeline:
|
||||
- stemmer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue