Skip to content

Commit cd91f21

Browse files
authored
Merge pull request #16 from talkincode/feature/docs-website-2
fix: resolve mkdocs config merge
2 parents e228e62 + 790f9d4 commit cd91f21

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ repos:
2020
- id: trailing-whitespace # 删除行尾空格
2121
- id: end-of-file-fixer # 确保文件以换行符结束
2222
- id: check-yaml # 检查 YAML 语法
23+
args: ['--unsafe']
2324
- id: check-added-large-files # 防止提交大文件
2425
args: ['--maxkb=1000']
2526
- id: check-merge-conflict # 检查合并冲突标记

mkdocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ markdown_extensions:
6464
- admonition
6565
- pymdownx.details
6666
- pymdownx.emoji:
67-
emoji_index: material.extensions.emoji.twemoji
68-
emoji_generator: material.extensions.emoji.to_svg
67+
emoji_index: "material.extensions.emoji.twemoji"
68+
emoji_generator: "material.extensions.emoji.to_svg"
6969
- attr_list
7070
- md_in_html
7171
- tables
@@ -82,8 +82,6 @@ nav:
8282
- MCP 客户端集成: guides/mcp-integration.md
8383
- 交易工具: guides/trading-tools.md
8484
- 账户管理: guides/account-management.md
85-
- 市场数据: guides/market-data.md
86-
- 常见用例: guides/use-cases.md
8785
- API 参考:
8886
- 工具列表: api/tools-reference.md
8987
- 返回格式: api/response-format.md

0 commit comments

Comments
 (0)