index.md: add buttons

This commit is contained in:
nahuhh 2024-08-30 16:15:45 +00:00
parent 6950bc2d63
commit 0d57560a81
2 changed files with 9 additions and 1 deletions

View file

@ -5,4 +5,8 @@ title: Monero Docs
Monero Docs intends to be a Knowledge Base and User Guide for interacting with Monero. 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 }

View file

@ -129,10 +129,14 @@ markdown_extensions:
- admonition - admonition
- abbr - abbr
- def_list - def_list
- attr_list
- footnotes - footnotes
- meta - meta
- toc: - toc:
permalink: true permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details - pymdownx.details
- pymdownx.highlight: - pymdownx.highlight:
use_pygments: true # build time highlighting, not client side use_pygments: true # build time highlighting, not client side