docs(sdk): add minimal Python example

This commit is contained in:
Yichen Jiang
2026-08-10 19:30:46 +08:00
parent 86d5dd4384
commit 20139a3fb7
21 changed files with 421 additions and 93 deletions
+9 -1
View File
@@ -138,13 +138,21 @@ const homeAndGuide = pairedPages([
section: { root: '入门', en: 'Guide' },
order: 3,
},
{
source: 'docs/user/guide/python-sdk-minimal.md',
route: 'guide/python-sdk-minimal.md',
label: { root: 'Python SDK 极简模式', en: 'Minimal mode with Python' },
sidebar: { root: 'zh-guide', en: 'en-guide' },
section: { root: '入门', en: 'Guide' },
order: 4,
},
{
source: 'docs/user/guide/config.md',
route: 'guide/config.md',
label: { root: '配置文件', en: 'Configuration' },
sidebar: { root: 'zh-guide', en: 'en-guide' },
section: { root: '入门', en: 'Guide' },
order: 4,
order: 5,
},
])