diff --git a/docs/en/index.md b/docs/en/index.md index 412501a..a2ecfc2 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -5,4 +5,8 @@ title: Monero Docs Monero Docs intends to be a Knowledge Base and User Guide for interacting with Monero. -Contributions can be made via issues and pull requests to the [GitHub](https://github.com/monero-project/monero-docs) repository, or by joining the #monero-docs workgroup on [Matrix](https://matrix.to/#/%23monero-docs:monero.social) and [IRC (libera.chat)](https://libera.chat). +Contributions can be made via issues and pull requests on GitHub, or communicated via the #monero-docs workgroup on Matrix or IRC (libera.chat). + +[:simple-github: GitHub](https://github.com/monero-project/monero-docs){ .md-button } +[:simple-matrix: Matrix](https://matrix.to/#/%23monero-docs:monero.social){ .md-button } +[:simple-liberadotchat: IRC](https://web.libera.chat/#monero-docs){ .md-button } diff --git a/mkdocs.yml b/mkdocs.yml index e8f5705..391a6e6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -129,10 +129,14 @@ markdown_extensions: - admonition - abbr - def_list + - attr_list - footnotes - meta - toc: permalink: true + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - pymdownx.details - pymdownx.highlight: use_pygments: true # build time highlighting, not client side