-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
142 lines (135 loc) · 5.15 KB
/
Copy pathmkdocs.yml
File metadata and controls
142 lines (135 loc) · 5.15 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
site_name: TronLink 开发者文档
site_description: TronLink 钱包开发者文档,包含移动端、插件钱包和 DApp 开发指南
site_author: TronLink Team
site_url: https://docs.tronlink.org/
# 仓库信息
repo_name: tronlink-doc
repo_url: https://github.com/TronLink/docs.git
# 主题配置
theme:
name: material
custom_dir: docs/overrides
language: en
logo: images/logo.png
# 功能配置
features:
- navigation.sections
# - navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
- header.autohide
- toc.integrate
- search.highlight # 搜索时高亮匹配内容
- search.suggest # 搜索时显示建议
- content.code.annotate # 代码块注释
- content.tooltips # 内容中的工具提示
# 字体配置
font:
text: Roboto # 正文字体
code: Roboto Mono # 代码字体
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/toc.js
- javascripts/nav-toc.js
# 插件配置
plugins:
- search
- minify:
minify_html: true
- i18n:
default_language: en
docs_structure: suffix
languages:
- locale: en
name: English
site_name: TronLink Docs
default: true
build: true
nav:
# - Home: index.en.md
- Introduction: introduction.en.md
- HD Wallets: hd-wallets.en.md
- TronLink App:
- Asset Management: mobile/asset-management.en.md
- DeepLink: mobile/deeplink.en.md
- DApp Support: mobile/dapp-support.en.md
- TronLink Wallet Extension:
- Request TronLink Extension: plugin-wallet/active-requests.en.md
- Receive messages from TronLink: plugin-wallet/passive-messages.en.md
- Compatibility for the v field after Ledger signing: plugin-wallet/ledger-signing-update.en.md
- AI Support:
- AI / LLMs: ai-support/ai-llms.en.md
- MCP Server TronLink : ai-support/mcp-server-tronlink.en.md
- TronLink MCP Core: ai-support/tronlink-mcp-core.en.md
- TronLink Skills: ai-support/tronlink-skills.en.md
- MCP TronLink Signer : ai-support/mcp-tronlink-signer.en.md
- TronLink Signer : ai-support/tronlink-signer.en.md
- TronLink Cli : ai-support/tronlink-cli.en.md
- DApp:
- Start Developing: dapp/getting-started.en.md
- Message Signature: dapp/message-signing.en.md
- General Transfer: dapp/transfer.en.md
- Multi-Signature Transfer: dapp/multi-sign-transfer.en.md
- Stake2.0: dapp/stake2.en.md
- Reference:
- Networks & Addresses: reference/networks.en.md
- Glossary: reference/glossary.en.md
- Error Code Map: reference/error-code-map.en.md
- FAQ: reference/faq.en.md
- locale: zh
name: 中文
site_name: TronLink 开发者文档
build: true
nav:
- 介绍: introduction.zh.md
- HD 钱包: hd-wallets.zh.md
- 移动端:
- 资产管理: mobile/asset-management.zh.md
- DeepLink: mobile/deeplink.zh.md
- DApp支持: mobile/dapp-support.zh.md
- 插件钱包:
- 主动请求TronLink插件功能: plugin-wallet/active-requests.zh.md
- 被动接收TronLink插件的消息: plugin-wallet/passive-messages.zh.md
- 对ledger签名后的v字段兼容: plugin-wallet/ledger-signing-update.zh.md
- AI 支持:
- AI / LLMs: ai-support/ai-llms.zh.md
- MCP Server TronLink : ai-support/mcp-server-tronlink.zh.md
- TronLink MCP Core: ai-support/tronlink-mcp-core.zh.md
- TronLink Skills: ai-support/tronlink-skills.zh.md
- MCP TronLink Signer : ai-support/mcp-tronlink-signer.zh.md
- TronLink Signer : ai-support/tronlink-signer.zh.md
- TronLink Cli : ai-support/tronlink-cli.zh.md
- DApp:
- 开始开发: dapp/getting-started.zh.md
- 消息签名: dapp/message-signing.zh.md
- 普通转账: dapp/transfer.zh.md
- 多签转账: dapp/multi-sign-transfer.zh.md
- Stake2.0: dapp/stake2.zh.md
- 参考:
- 网络与地址: reference/networks.zh.md
- 术语表: reference/glossary.zh.md
- 错误码对照表: reference/error-code-map.zh.md
- 常见问题: reference/faq.zh.md
use_directory_urls: true # 推荐保持为 true
suffix_mode: true
# Markdown 扩展(开启 mermaid 图表渲染)
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# 版权信息
copyright: Copyright © 2025 TronLink Team
# 验证
validation:
nav:
omitted_files: ignore
not_found: warn