-
Notifications
You must be signed in to change notification settings - Fork 183
/
Copy pathmkdocs.yml
49 lines (44 loc) · 1.36 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
site_name: Binance Chain Docs
site_description: Binance Chain Technology Documentation
site_author: Binance Chain Community
repo_url: https://github.com/binance-chain/
edit_uri: ""
use_directory_urls: false
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- go
- java
- javascript
nav:
- Home: index.md
- API Reference:
- HTTP API - Paths and Models: api-reference/dex-api/paths.md
- WebSockets - Connecting: api-reference/dex-api/ws-connection.md
- WebSockets - Streams: api-reference/dex-api/ws-streams.md
- Node RPC: api-reference/node-rpc.md
- API Server: api-reference/api-server.md
- Light Client: light-client.md
- SDK: api-reference/sdk.md
- Commands: api-reference/cli.md
- Transactions: encoding.md
- WalletConnect: walletconnect.md
- Changelog: changelog.md
- FAQ: faq.md
- Exchange Integration: exchange-integration.md
- List Instructions: list_instruction.md
- Wallets: wallets.md
- Tutorials: tutorials.md
- More Help: resources.md
- Binance DEX TestNet: https://testnet.binance.org
- Chain Explorer TestNet: https://testnet-explorer.binance.org
- Get Testnet Funds: https://www.binance.vision/tutorials/binance-dex-funding-your-testnet-account
markdown_extensions:
- toc:
permalink:
- admonition
- def_list
plugins:
- search:
prebuild_index: true