-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (94 loc) · 2.6 KB
/
mkdocs.yml
File metadata and controls
104 lines (94 loc) · 2.6 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
site_name: HyperLiquid MCP Server
site_description: FastMCP-based trading server for HyperLiquid perpetual and spot trading
site_author: TalkingData
site_url: https://talkincode.github.io/hyperliquid-mcp-python/
repo_name: talkincode/hyperliquid-mcp-python
repo_url: https://github.com/talkincode/hyperliquid-mcp-python
edit_uri: edit/main/docs/
theme:
name: material
language: zh
palette:
# 浅色模式
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: 切换到暗色模式
# 暗色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: 切换到浅色模式
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
plugins:
- search:
lang:
- zh
- en
- minify:
minify_html: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- tables
- toc:
permalink: true
nav:
- 首页: index.md
- 快速开始:
- 安装: getting-started/installation.md
- 配置: getting-started/configuration.md
- 快速验证: getting-started/quick-start.md
- 使用指南:
- MCP 客户端集成: guides/mcp-integration.md
- 交易工具: guides/trading-tools.md
- 账户管理: guides/account-management.md
- API 参考:
- 工具列表: api/tools-reference.md
- 返回格式: api/response-format.md
- 错误处理: api/error-handling.md
- 开发者:
- 贡献指南: developers/contributing.md
- 故障排除: troubleshooting.md
- 更新日志: changelog.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/talkincode/hyperliquid-mcp-python
- icon: fontawesome/brands/python
link: https://pypi.org/project/hyperliquid-mcp-python/
version:
provider: mike
copyright: Copyright © 2024 TalkingData