-
Notifications
You must be signed in to change notification settings - Fork 114
/
mkdocs.yml
68 lines (65 loc) · 2.52 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
site_name: Java Tron
site_url: https://tronprotocol.github.io/documentation-zh/
repo_url: https://github.com/tronprotocol/documentation-zh
nav:
- 入门:
- Java-tron入门: 'getting_started/getting_started_with_javatron.md'
- 使用Java-tron:
- 部署Java-tron: using_javatron/installing_javatron.md
- 备份和恢复: using_javatron/backup_restore.md
- 轻节点: developers/litefullnode.md
- 私链网络: using_javatron/private_network.md
- 事件订阅: architecture/event.md
- 数据库配置: architecture/database.md
- 网络配置: using_javatron/connecting_to_tron.md
- 节点监控: using_javatron/metrics.md
- 节点维护工具: using_javatron/toolkit.md
- API 接口:
- HTTP 接口: api/http.md
- gRPC 接口: api/rpc.md
- 核心协议:
- 波场共识: introduction/dpos.md
- 超级代表: mechanism-algorithm/sr.md
- 账户模型: mechanism-algorithm/account.md
- 资源模型: mechanism-algorithm/resource.md
- 智能合约: contracts/contract.md
- 系统合约: mechanism-algorithm/system-contracts.md
- 去中心化交易所: mechanism-algorithm/dex.md
- 多重签名: mechanism-algorithm/multi-signatures.md
- Java-tron开发:
- 开发者指南: developers/java-tron.md
- TIPs工作流程: developers/tips.md
- Issue工作流程: developers/issue-workflow.md
- 治理流程: developers/governance.md
- 配置IDE开发环境: developers/run-in-idea.md
- 开发示例: developers/demo.md
- 核心模块: developers/code-structure.md
- Dapp开发:
- Dapp开发工具: contracts/compiler.md
- Wallet-cli:
- 什么是Wallet-Cli: clients/wallet-cli.md
- Wallet命令: clients/wallet-cli-command.md
- 版本发布:
- 新版本部署手册: releases/upgrade-instruction.md
- 一致性检验: releases/signature_verification.md
- 历史版本: releases/history.md
- 术语表: glossary.md
theme:
name: readthedocs
feature:
- navigation.tracing
- navigation.expand: false
- navigation.tabs
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
toc_depth: 4
- pymdownx.arithmatex
- pymdownx.tilde
- pymdownx.tasklist
- pymdownx.superfences