-
Notifications
You must be signed in to change notification settings - Fork 264
Expand file tree
/
Copy pathmkdocs.yml
More file actions
116 lines (108 loc) · 3.71 KB
/
mkdocs.yml
File metadata and controls
116 lines (108 loc) · 3.71 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: java-tron
site_url: https://tronprotocol.github.io/documentation-en/
repo_url: https://github.com/tronprotocol/documentation-en
nav:
- Home: index.md
- Getting Started With java-tron:
- Getting Started: getting_started/getting_started_with_javatron.md
- Using java-tron:
- Deploying: using_javatron/installing_javatron.md
- Backup and Restore: using_javatron/backup_restore.md
- Lite FullNode: using_javatron/litefullnode.md
- Private Network: using_javatron/private_network.md
- Event Subscription: architecture/event.md
- Database Configuration: architecture/database.md
- Network Connection: using_javatron/connecting_to_tron.md
- Node Monitoring: using_javatron/metrics.md
- Node Maintenance Tool: using_javatron/toolkit.md
- API:
- HTTP API: api/http.md
- gRPC API: api/rpc.md
- jsonRPC API: api/json-rpc.md
- Core Protocol:
- DPoS: mechanism-algorithm/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
- Account Permission Management: mechanism-algorithm/multi-signatures.md
- For java-tron Developers:
- Developer Guide: developers/java-tron.md
- TIPs Workflow: developers/tips-workflow.md
- TIPs: developers/tips/
- 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:
- Tools: contracts/tools.md
- Clients:
- wallet-cli: clients/wallet-cli.md
- Releases:
- Deployment Manual for the New Version: releases/upgrade-instruction.md
- Integrity Check: releases/signature_verification.md
- History: releases/history.md
- Appendix:
- Glossary: glossary.md
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.sections # Enable grouping in the left navigation bar
- navigation.footer
- toc.integrate
- search.highlight # Highlight matching content during search
- search.suggest # Show suggestions during search
- content.code.annotate # Code block annotations
- content.tooltips # Tooltips in content
- navigation.tabs
- content.tabs.link
- content.code.copy
- tags
palette:
primary: custom # Primary color
accent: custom # Accent color
font:
text: Roboto # Body text font
code: Roboto Mono # Code font
extra_javascript:
- javascripts/toc.js
- javascripts/nav-toc.js
- javascripts/mathjax-sri.js
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- footnotes
- codehilite
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex
- pymdownx.tilde
- pymdownx.tasklist
- pymdownx.superfences
- tables
- attr_list
- md_in_html
plugins:
- search
- exclude:
glob:
- clients/tron-grid.md
- contracts/trc20.md
- contracts/tvm.md
- developers/contribution.md
- developers/gpg.md
- developers/incentives.md
- developers/resources.md
- faq/index.md
- introduction/index.md
- introduction/overview.md
- mechanism-algorithm/shielded-TRC20-contract.md
- mechanism-algorithm/trc10.md
- search
- tags