forked from maxonrow/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (30 loc) · 1013 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
36 lines (30 loc) · 1013 Bytes
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
site_name: Maxonrow Blockchain <br /> v1.0
nav:
- Introduction:
- 'Overview': 'index.md'
- 'Compilation': 'mxw-Installation.md'
- 'Quick Start': 'mxw-Quick-Start.md'
- Modules:
- 'List of Modules': 'modules/mxw-Modules.md'
- 'Fungible Token': 'modules/fungible/fungible.md'
- 'Non-fungible Token': 'modules/nonfungible/nonfungible.md'
- Interfaces:
- 'Node CLI': 'mxw-Node-CLI.md'
- 'Node RPC': 'mxw-Node-RPC.md'
- Toolkits:
- 'API reference SDK': 'mxw-SDKs.md'
- 'Block Explorer for Testnet': 'https://scan.maxonrow.com/'
- 'Faucet': 'mxw-faucet.md'
#- 'Tutorials': 'mxw-Tutorials.md'
- FAQ: 'mxw-FAQ.md'
- Community channels: 'mxw-Community-Channels.md'
theme:
name: readthedocs
features:
- tabs
navigation_depth: 2
collapse_navigation: true
titles_only: true
sticky_navigation: true
use_directory_urls: false
site_favicon: favicon.ico