Skip to content

Commit

Permalink
Add Material for MkDocs Plugins & minor fixes (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
boldsuck authored Dec 12, 2024
1 parent c857134 commit a4c3232
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/the-project/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These are the assets currently supported on Haveno. The community is welcome to
These are the cryptocurrencies currently listed on Haveno:

!!! info "Remember"
Monero is the base base currency of all the cryptocurrencies below (e.g. XMR/BTC, XMR/ETH).
Monero is the base currency of all the cryptocurrencies below (e.g. XMR/BTC, XMR/ETH).

<!-- Crypto Logos Archive: https://github.com/coinwink/crypto-logos-cc -->

Expand Down
31 changes: 24 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,36 @@ theme:
favicon: 'resources/img/favicon.ico'
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- toc.follow
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- search.suggest
- navigation.tracking
- search.highlight
- search.suggest
- toc.follow
palette:
- scheme: youtube # Palette toggle for light mode
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: youtube
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate # Palette toggle for dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode

plugins:
- macros
- privacy
- search

markdown_extensions:
Expand All @@ -51,18 +63,23 @@ extra_css:

extra:
version:
haveno: 1.0.12
haveno: 1.0.14
social:
- icon: material/web
link: https://haveno.exchange
name: Website
- icon: fontawesome/brands/github
link: https://github.com/haveno-dex
name: GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/HavenoDEX
name: Twitter
- icon: simple/matrix
link: https://matrix.to/#/#haveno:monero.social
- icon: material/chat
name: Matrix
- icon: simple/liberadotchat
link: irc://irc.libera.chat/#haveno
name: IRC/Libera

nav:
- Home: 'index.md'
Expand Down

0 comments on commit a4c3232

Please sign in to comment.