forked from vtnerd/monero-lws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (27 loc) · 821 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (27 loc) · 821 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
site_name: docs.monerolws.com
site_url: https://docs.monerolws.com
site_description: Documentation for Monero-LWS
nav:
- Overview: index.md
- Installation:
- From Source: installation/source.md
- Docker: installation/docker.md
- Processes:
- daemon: apps/daemon.md
- admin: apps/admin.md
- client: apps/client.md
- Scan Algorithms:
- Round Robin: scan/round_robin.md
- Balance New Addresses: scan/balance_new_addresses.md
- Block Depth Threading: scan/block_depth_threading.md
- Split Synced Threads: scan/split_synced_threads.md
- API:
- Wallet: api/wallet.md
- Admin: api/admin.md
- Webhooks/ZeroMQ: api/zmq.md
- RabbitMQ: api/rmq.md
plugins:
- swagger-ui-tag
theme: readthedocs
repo_url: https://github.com/vtnerd/monero-lws
edit_uri: edit/develop/docs