forked from haveno-dex/haveno-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
150 lines (143 loc) · 5.47 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
site_name: Haveno Documentation
site_url: https://docs.haveno.exchange
copyright: Copyright © 2025 Haveno
repo_url: 'https://github.com/haveno-dex/haveno-docs'
repo_name: 'haveno-dex/haveno-docs'
edit_uri: edit/master/docs/
theme:
name: material
#custom_dir: overrides
logo: 'resources/img/haveno.svg'
favicon: 'resources/img/favicon.ico'
# icon:
# repo: simple/git
features:
- content.action.edit
- content.action.view
- content.code.copy
# - content.code.select # Currently only for sponsors :-(
- content.code.annotate
- navigation.instant
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- toc.follow
palette:
# 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
# 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:
# Python Markdown - https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/
- admonition
- attr_list
- md_in_html
- tables
# Python Markdown Extensions - https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/
- pymdownx.blocks.caption
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# TODO: test 'use_pygments: true' Controls whether highlighting carried out during build time using Pygments or in the browser with a JavaScript syntax highlighter.
- pymdownx.highlight: # Code blocks
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
extra:
version:
haveno: 1.0.18
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
name: Matrix
- icon: simple/liberadotchat
link: irc://irc.libera.chat/#haveno
name: IRC/Libera
nav:
- Home: 'index.md'
- The Project:
- Overview of Haveno: 'the-project/overview.md'
- Trade Protocol: 'the-project/trade-protocol.md'
- Dispute Resolution: 'the-project/dispute-resolution.md'
- Roles:
- Core Team: 'the-project/roles/core-team.md'
- Arbitrators: 'the-project/roles/arbitrators.md'
- Publishers: 'the-project/roles/publishers.md'
- Assets and Payment Methods: 'the-project/assets.md'
- Payment Methods:
- Overview - Currently supported: 'the-project/payment_methods/0-all-methods.md'
- ACH: 'the-project/payment_methods/ACH.md'
- Amazon eGift card: 'the-project/payment_methods/Amazon_eGift_card.md'
- Bizum: 'the-project/payment_methods/Bizum.md'
- Capitual: 'the-project/payment_methods/Capitual.md'
- Domestic Wire Transfer: 'the-project/payment_methods/Domestic_Wire_Transfer.md'
- F2F: 'the-project/payment_methods/F2F.md'
- Faster Payments: 'the-project/payment_methods/Faster_Payments.md'
- IMPS: 'the-project/payment_methods/IMPS.md'
- Interac e-transfer: 'the-project/payment_methods/interac_e-transfer.md'
- Monese: 'the-project/payment_methods/Monese.md'
- NEFT: 'the-project/payment_methods/NEFT.md'
- Nequi: 'the-project/payment_methods/Nequi.md'
- Paxum: 'the-project/payment_methods/Paxum.md'
- Pay By Mail: 'the-project/payment_methods/Pay_By_Mail.md'
- Paysera: 'the-project/payment_methods/Paysera.md'
- PayTM: 'the-project/payment_methods/PayTM.md'
- Pix: 'the-project/payment_methods/Pix.md'
- Revolut: 'the-project/payment_methods/Revolut.md'
- RTGS: 'the-project/payment_methods/RTGS.md'
- Satispay: 'the-project/payment_methods/Satispay.md'
- SEPA: 'the-project/payment_methods/SEPA.md'
- SEPA Instant: 'the-project/payment_methods/SEPA_Instant.md'
- Strike: 'the-project/payment_methods/Strike.md'
- SWIFT: 'the-project/payment_methods/SWIFT.md'
- UPI: 'the-project/payment_methods/UPI.md'
- US Postal Money Order: 'the-project/payment_methods/US_Postal_Money_Order.md'
- Verse: 'the-project/payment_methods/Verse.md'
- Wise: 'the-project/payment_methods/Wise.md'
- Wise USD: 'the-project/payment_methods/Wise-USD.md'
- Zelle: 'the-project/payment_methods/Zelle.md'
- Account limits: 'the-project/account_limits.md'
- Development:
- Install and Run Haveno: 'development/installing.md'
- User Interface: 'development/haveno-ui.md'
- API: 'development/api.md'
- Bounties: 'development/bounties.md'
- Import Development Environment: 'development/importing.md'
- Contributor Guidelines: 'development/contributor-guidelines.md'
- Haveno UI:
- Backup & Restore: 'haveno-ui/backup_and_restore.md'
- DirectBindTor: 'haveno-ui/DirectBindTor.md'