8000 Add Material for MkDocs Plugins & minor fixes by boldsuck · Pull Request #27 · haveno-dex/haveno-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Material for MkDocs Plugins & minor fixes #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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