forked from tronprotocol/documentation-en
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
82 lines (80 loc) · 3.6 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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 Plugin: architecture/event.md
- Database Configuration: architecture/database.md
- Network Configuration: using_javatron/connecting_to_tron.md
- Node Monitoring: using_javatron/metrics.md
- Tools:
- Database Partition: using_javatron/toolkit.md
- API:
- HTTP API: api/http.md
- gRPC API: api/rpc.md
- Core Protocal:
- 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
- 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:
- Overview: developers/code-structure.md
- Chainbase: developers/chainbase.md
- Network: developers/network.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
- History:
- GreatVoyage-v4.6.0: releases/GreatVoyage-v460.md
- GreatVoyage-v4.5.2: releases/GreatVoyage-v452.md
- GreatVoyage-v4.5.1: releases/GreatVoyage-v451.md
- GreatVoyage-v4.4.6: releases/GreatVoyage-v446.md
- GreatVoyage-v4.4.5: releases/GreatVoyage-v445.md
- GreatVoyage-v4.4.4: releases/GreatVoyage-v444.md
- GreatVoyage-v4.4.2: releases/GreatVoyage-v442.md
- GreatVoyage-v4.4.0: releases/GreatVoyage-v440.md
- GreatVoyage-v4.3.0: releases/GreatVoyage-v430.md
- GreatVoyage-v4.2.2.1: releases/GreatVoyage-v4221.md
- GreatVoyage-v4.2.2: releases/GreatVoyage-v422.md
- GreatVoyage-v4.2.0: releases/GreatVoyage-v420.md
- GreatVoyage-v4.1.3: releases/GreatVoyage-v413.md
- GreatVoyage-v4.1.2: releases/GreatVoyage-v412.md
- GreatVoyage-v4.1.1: releases/GreatVoyage-v411.md
- GreatVoyage-v4.0.0: releases/GreatVoyage-v400.md
- Odyssey-v3.7: releases/Odyssey-v37.md
- Odyssey-v3.6.5: releases/Odyssey-v365.md
- Binary Integrity Check: releases/index.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