-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathmkdocs.yml
More file actions
206 lines (206 loc) · 9.35 KB
/
mkdocs.yml
File metadata and controls
206 lines (206 loc) · 9.35 KB
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
docs_dir: 'source'
site_dir: 'docs'
site_name: 'Blocknet Documentation'
site_description: 'Blocknet is a blockchain interoperability protocol that enables communication, interaction, and exchange between different public and private blockchains.'
site_author: 'Blocknet'
use_directory_urls: true # do not change this, it will break all links
google_analytics:
- 'UA-109213957-4'
- 'auto'
theme:
name: 'material'
custom_dir: 'theme/'
favicon: 'img/favicon.ico'
logo: 'img/blocknet-logo-128.svg'
font: false
extra:
social:
- type: 'envelope'
link: 'mailto:contact@blocknet.co'
- type: 'github'
link: 'https://github.com/blocknetdx/'
- type: 'comment'
link: 'https://discord.gg/vGa7GeCu8B'
- type: 'telegram'
link: 'https://t.me/Blocknet'
- type: 'medium'
link: 'https://medium.com/@theblocknetchannel'
- type: 'facebook'
link: 'https://en-gb.facebook.com/theblocknet/'
- type: 'twitter'
link: 'https://twitter.com/The_Blocknet'
- type: 'reddit'
link: 'https://www.reddit.com/r/theblocknet/'
- type: 'youtube'
link: 'https://www.youtube.com/c/TheBlocknet'
- type: 'instagram'
link: 'https://www.instagram.com/the_blocknet/'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/the-blocknet/'
snode_collateral: '5000'
proposal_link: 'http://blocknetdx.forumotion.com/f3-self-funding-proposals'
newsletter_general: 'http://eepurl.com/c5OJMj'
newsletter_snodes: 'http://eepurl.com/dq-ElD'
newsletter_developers: 'http://eepurl.com/dDjhYH'
discord: 'https://discord.gg/vGa7GeCu8B'
blockdx_releases: 'https://github.com/blocknetdx/blockdx-ui/releases'
docs_repo: 'blocknetdx/documentation'
site_url: 'https://docs.blocknet.org/'
repo_url: 'https://github.com/blocknetdx/documentation'
repo_name: 'blocknetdx/documentation'
edit_uri: '/blocknetdx/documentation/edit/master/docs/'
markdown_extensions:
- codehilite
- markdown.extensions.footnotes
- markdown.extensions.admonition
- pymdownx.details
- pymdownx.extra
- fontawesome_markdown
- meta
- markdown.extensions.toc:
permalink: True
- pymdownx.snippets:
base_path: 'snippets/'
encoding: 'utf-8'
check_paths: false
extra_javascript:
- js/main.js
extra_css:
- css/fonts.css
- css/style.css
nav:
- 'Home': 'index.md'
# - 'Dashboard': 'dashboard.md'
- 'Project':
- 'Introduction': 'project/introduction.md'
- 'Exchanges': 'project/exchanges.md'
- "Whitepaper <i class='fa fa-external-link' aria-hidden='true'></i>": 'project/blocknet-whitepaper.pdf'
- 'Roadmap': 'project/roadmap.md'
- 'Governance': 'governance/introduction.md'
- 'Contributors': 'project/contributors.md'
- 'Social': 'project/social.md'
# - 'Financials': 'project/financials.md'
# - 'FAQ': 'project/faq.md'
- 'Blockchain':
- 'Introduction': 'blockchain/introduction.md'
# - 'Tokenomics': 'blockchain/tokenomics.md'
- 'Exchanges': 'project/exchanges.md'
# - 'aaBLOCK': 'blockchain/aablock.md'
# - 'aBLOCK': 'blockchain/ablock.md'
- 'Explorers': 'blockchain/explorers.md'
- 'Protocol':
- 'XBridge':
- 'Introduction': 'protocol/xbridge/introduction.md'
- 'Fees': 'protocol/xbridge/fees.md'
# - 'Design': 'protocol/xbridge/design.md'
- 'Compatibility': 'protocol/xbridge/compatibility.md'
# - 'Standards': 'protocol/xbridge/standards.md'
# - 'Use Cases': 'protocol/xbridge/use-cases.md'
- 'Setup': 'protocol/xbridge/setup.md'
- "API Docs <i class='fa fa-external-link' aria-hidden='true'></i>": 'https://api.blocknet.org/#xbridge-api'
- 'XRouter':
- 'Introduction': 'protocol/xrouter/introduction.md'
- 'Fees': 'protocol/xrouter/introduction/#fees'
- 'Design': 'protocol/xrouter/introduction/#design'
# - 'Compatibility': 'protocol/xrouter/compatibility.md'
# - 'Standards': 'protocol/xrouter/standards.md'
- 'Use Cases': 'protocol/xrouter/introduction/#use-cases'
# - 'Setup': 'protocol/xrouter/setup.md'
- "API Docs <i class='fa fa-external-link' aria-hidden='true'></i>": 'https://api.blocknet.org/#xrouter-api'
- 'XCloud':
- 'Introduction': 'protocol/xcloud/introduction.md'
- 'Fees': 'protocol/xrouter/introduction/#fees'
- 'Design': 'protocol/xrouter/introduction/#design'
# - 'Compatibility': 'protocol/xcloud/compatibility.md'
# - 'Use Cases': 'protocol/xrouter/introduction/#use-cases'
- "API Docs <i class='fa fa-external-link' aria-hidden='true'></i>": 'https://api.blocknet.org/#xcloud-api'
# - "Use Cases <i class='fa fa-external-link' aria-hidden='true'></i>": 'project/blocknet-business-use-cases.pdf'
- "API Docs <i class='fa fa-external-link' aria-hidden='true'></i>": 'https://api.blocknet.org/'
- 'Blocknet Wallet':
- 'Getting Started': 'wallet/setup.md'
- 'Installation': 'wallet/installation.md'
# - 'Updating': 'wallet/updating.md'
- 'Syncing': 'wallet/syncing.md'
- 'Encrypt Wallet': 'wallet/encrypting.md'
- 'Backup/Restore': 'wallet/backup-restore.md'
- 'Staking': 'wallet/staking.md'
- 'Send Funds': 'wallet/send-funds.md'
- 'Coin Control': 'wallet/coin-control.md'
- 'Fix Wrong Balance': wallet/fix-wrong-balance.md
- 'Fork Management': 'wallet/forking.md'
# - 'Peers': 'wallet/peers.md'
- 'Lock/Unlock': 'wallet/lock-unlock.md'
# - 'Balances': 'wallet/balances.md'
# - 'Addresses': 'wallet/addresses.md'
# - 'Receive Funds': 'wallet/addresses/#receiving-addresses'
# - 'Transactions': 'wallet/transaction-details.md'
# - 'Debug Console': 'wallet/debug-console.md'
# - 'Troubleshooting': 'wallet/troubleshooting.md'
# - 'Security': 'wallet/security.md'
- 'Integration': 'wallet/integration.md'
- 'Log Files': 'wallet/log-files.md'
- 'XLite':
- 'Getting Started': 'xlite/setup.md'
- 'Installation': 'xlite/installation.md'
- 'Create, Backup & Restore': 'xlite/backup-and-restore.md'
- 'Using BlockDX w/ XLite': 'xlite/blockdx-xlite.md'
- 'Access Coin Daemons via RPC': 'xlite/access-coin-daemons-via-rpc.md'
- 'Recover Private Keys': 'xlite/recover-private-keys.md'
- 'Log Files': 'xlite/log-files.md'
- 'Block DX':
- 'Introduction': 'blockdx/introduction.md'
- 'Getting Started': 'blockdx/setup.md'
- 'Installation': 'blockdx/installation.md'
- 'Configuration': 'blockdx/configuration.md'
# - 'Updating': 'blockdx/updating.md'
# - 'Additional Setup':
# - 'Create Legacy Address': 'blockdx/setup/create-legacy-address.md'
# - 'Check Address Balance': 'wallet/address-balances.md'
# - 'View Inputs': 'blockdx/setup/view-inputs.md'
# - 'Create Inputs': 'wallet/create-inputs.md'
- 'Trading': 'blockdx/trading.md'
- 'Listings': 'blockdx/listings.md'
- 'Fees': 'blockdx/fees.md'
- 'Settings': 'blockdx/settings.md'
- 'FAQ': 'blockdx/faq.md'
- 'Log Files': 'blockdx/log-files.md'
# - 'Troubleshooting': 'blockdx/troubleshooting.md'
- 'Service Nodes':
- 'Introduction': 'service-nodes/introduction.md'
- 'Setup': 'service-nodes/setup.md'
- 'Operation': 'service-nodes/operation.md'
- 'XBridge Configuration': 'service-nodes/xbridge-configuration.md'
- 'XRouter Configuration': 'service-nodes/xrouter-configuration.md'
- 'XCloud Configuration': 'service-nodes/xcloud-configuration.md'
# - 'Config Manager': 'service-nodes/config-manager.md'
- 'Governance':
- 'Introduction': 'governance/introduction.md'
# - 'Governance Model': 'governance/governance-model.md'
# - 'Blocknet Improvement Process (BIP)': 'governance/blocknet-improvement-process-bip.md'
- 'View Proposals': 'governance/view-proposals.md'
- 'Create Proposal': 'governance/create-proposal.md'
- 'Proposal Voting': 'governance/proposal-voting.md'
- 'Resources':
- 'Interviews': 'resources/interviews.md'
- "Branding Resources <i class='fa fa-external-link' aria-hidden='true'></i>": 'https://blocknet.co/brand-resources/'
# - "Graphics Library <i class='fa fa-external-link' aria-hidden='true'></i>": 'https://drive.google.com/drive/folders/13Mke43Y0Lrc2SBTbSTOV71U4Jgjj9V75'
- "Social Media Guideline <i class='fa fa-external-link' aria-hidden='true'></i>": 'project/social-media-guidelines.pdf'
# - 'Tools': 'tools.md'
- 'Developers':
- "API <i class='fa fa-external-link' aria-hidden='true'></i>": 'https://api.blocknet.org'
# - 'XBridge Setup': 'protocol/xbridge/setup.md'
# - 'Blockchain Integration': 'developers/blockchain-integration.md'
# - 'Service Integration': 'developers/service-integration.md'
# - 'Project Ideas': 'developers/project-ideas.md'
# - 'Repositories': 'developers/repositories.md'
# - 'Tools': 'tools.md'
# - 'Contributing': 'contributing/developers.md'
# - 'Support': 'support.md'
# - 'Contributing':
# - 'Developers': 'contributing/developers.md'
# - 'Community': 'contributing/community.md'
- 'About':
- 'License': 'about/license.md'
- 'Glossary': 'resources/glossary.md'
copyright: If you wish to improve this site, please <a href="https://github.com/blocknetdx/documentation/issues/new"><i class="fa fa-github"></i> open an issue</a> or <a href="https://github.com/blocknetdx/documentation/compare"><i class="fa fa-github"></i> send a pull request</a>.<br>Blocknet Protocol 2022.
# copyright: If you wish to improve this site, please <a href="https://github.com/blocknetdx/documentation/issues/new"><i class="fa fa-github"></i> open an issue</a> or <a href="https://github.com/blocknetdx/documentation/compare"><i class="fa fa-github"></i> send a pull request</a>.<br>For collaboration, <a href="mailto:contact@blocknet.co">send us an email</a>.<br>Blocknet Protocol 2022.