-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
35 lines (33 loc) · 1.08 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
site_name: GreenWeb.js
nav:
- 'Modules':
- 'xch':
- 'Module Overview': 'xch/index.md'
- 'Provider': 'xch/provider.md'
- 'LeafletProvider': 'xch/leaflet-provider.md'
- 'GobyProvider': 'xch/goby-provider.md'
- 'MultiProvider': 'xch/multi-provider.md'
- 'PrivateKeyProvider': 'xch/private-key-provider.md'
- 'clvm':
- 'Module Overview': 'clvm/index.md'
- 'util':
- 'Module Overview': 'util/index.md'
- 'address': 'util/address.md'
- 'coin': 'util/coin.md'
- 'serializer': 'util/serializer.md'
- 'network': 'util/network.md'
- 'sexp': 'util/sexp.md'
- 'goby': 'util/goby.md'
- 'key': 'util/key.md'
- 'spend':
- 'Module Overview': 'spend/index.md'
- SmartCoin: 'smart-coin.md'
- StandardCoin: 'standard-coin.md'
- CAT: 'CAT.md'
- Singleton: 'singleton.md'
- License: 'license.md'
markdown_extensions:
- def_list
- tables
- toc:
permalink: "#"