forked from tronprotocol/documentation-en
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (59 loc) · 2.46 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
50
51
52
53
54
55
56
57
58
59
60
61
site_name: Java Tron
site_url: https://tronprotocol.github.io/documentation-en/
repo_url: https://github.com/tronprotocol/documentation-en
nav:
- Getting Started:
- Getting Started with Java-tron: getting_started/getting_started_with_javatron.md
- Using Java-tron:
- Deploying Java-tron: using_javatron/installing_javatron.md
- Backup & Restore: using_javatron/backup_restore.md
- Lite Fullnode: developers/litefullnode.md
- Private Network: using_javatron/private_network.md
- Event Subscription: architecture/event.md
- Database Configuration: architecture/database.md
- Network Configuration: using_javatron/connecting_to_tron.md
- Node Monitoring: using_javatron/metrics.md
- Tools: using_javatron/toolkit.md
- API:
- HTTP API: api/http.md
- gRPC API: api/rpc.md
- Core Protocol:
- DPoS: introduction/dpos.md
- Super Representative: mechanism-algorithm/sr.md
- Account Model: mechanism-algorithm/account.md
- Resource Model: mechanism-algorithm/resource.md
- Smart Contract: contracts/contract.md
- System Contract: mechanism-algorithm/system-contracts.md
- Decentralized Exchange: mechanism-algorithm/dex.md
- Multi-Signature: mechanism-algorithm/multi-signatures.md
- For Java-tron Developers:
- Developer Guide: developers/java-tron.md
- TIPs Workflow: developers/tips.md
- Issue Workflow: developers/issue-workflow.md
- Governance Workflow: developers/governance.md
- Configure the IDE: developers/run-in-idea.md
- Development Example: developers/demo.md
- Core Modules: developers/code-structure.md
- For DAPP developers:
- Dapp Development Tool: contracts/compiler.md
- Wallet-cli:
- What is Wallet-CLI: clients/wallet-cli.md
- Wallet Commands: clients/wallet-cli-command.md
- Releases:
- Deployment Manual for the New Version: releases/upgrade-instruction.md
- Integrity Check: releases/signature_verification.md
- History: releases/history.md
- Glossary: glossary.md
theme: readthedocs
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
markdown_extensions:
- admonition
- footnotes
- codehilite
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.tilde
- pymdownx.tasklist
- pymdownx.superfences