mkdocs.yml: Add Social Links to Docs (#33)

* mkdocs.yml: Add Social Links

* mkdocs.yml: Add Social Links to Docs
This commit is contained in:
Mason Thompson 2021-06-17 18:38:49 -04:00 committed by GitHub
parent 8c918505a2
commit 5ffae3272e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,15 @@ theme:
extra:
homepage: https://xemu.app
social:
- icon: fontawesome/brands/github
link: https://github.com/mborgerson/xemu
- icon: fontawesome/brands/twitter
link: https://twitter.com/xemu_project
- icon: fontawesome/brands/patreon
link: https://www.patreon.com/mborgerson
- icon: fontawesome/brands/discord
link: https://discord.gg/ayyjsuM
markdown_extensions:
- admonition
@ -87,4 +96,4 @@ plugins:
redirect_maps:
index.md: getting-started.md
- minify:
minify_html: true
minify_html: true