Skip to content

Commit f56678c

Browse files
authored
docs(site): add advanced sidebar entry (#1254)
1 parent 8692277 commit f56678c

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

apps/site/docs/en/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### 🚀 iOS platform support added
88
The biggest highlight of v0.29 is the official introduction of iOS platform support! Now you can connect and automate iOS devices through WebDriver, extending Midscene's powerful AI automation capabilities to the Apple ecosystem, details: [Support iOS automation](./blog-support-ios-automation).
99

10-
### Qwen3-VL model adaptation
10+
### 🚅 Qwen3-VL model adaptation
1111

1212
We've adapted the latest Qwen `Qwen3-VL` model, giving developers faster and more accurate visual understanding capabilities. See [Choose an AI model](./choose-a-model).
1313

850 KB
Loading

apps/site/docs/zh/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### 🚀 新增 iOS 平台支持
88
v0.29 版本最大的亮点是正式引入了对 iOS 平台的支持!现在,你可以通过 WebDriver 连接并自动化 iOS 设备,将 Midscene 的强大 AI 自动化能力扩展到苹果生态系统,了解详情: [支持 iOS 自动化](./blog-support-ios-automation)
99

10-
### 适配 Qwen3-VL 模型
10+
### 🚅 适配 Qwen3-VL 模型
1111

1212
我们适配了最新的通义千问 `Qwen3-VL` 模型,开发者可以体验到更快的、更准确的视觉理解能力。详见 [选择 AI 模型](./choose-a-model)
1313

apps/site/rspress.config.ts

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -170,45 +170,45 @@ export default defineConfig({
170170
],
171171
},
172172
{
173-
text: 'More',
173+
text: 'Advanced',
174174
items: [
175175
{
176176
text: 'Integrate with any interface (preview)',
177177
link: '/integrate-with-any-interface',
178178
},
179179
{
180-
text: 'Awesome Midscene',
181-
link: '/awesome-midscene',
182-
},
183-
{
184-
text: 'FAQ',
185-
link: '/faq',
186-
},
187-
{
188-
text: 'LLMs.txt documentation',
189-
link: '/llm-txt',
180+
text: 'Introducing instant actions and deep think',
181+
link: '/blog-introducing-instant-actions-and-deep-think',
190182
},
191183
{
192-
text: 'Data privacy',
193-
link: '/data-privacy',
184+
text: 'Use JavaScript to optimize the AI automation code',
185+
link: '/blog-programming-practice-using-structured-api',
194186
},
195187
],
196188
},
197189
{
198-
text: 'Blog',
190+
text: 'More',
199191
items: [
200192
{
201-
text: 'Introducing instant actions and deep think',
202-
link: '/blog-introducing-instant-actions-and-deep-think',
193+
text: 'Awesome Midscene',
194+
link: '/awesome-midscene',
203195
},
204196
{
205-
text: 'Use JavaScript to optimize the AI automation code',
206-
link: '/blog-programming-practice-using-structured-api',
197+
text: 'FAQ',
198+
link: '/faq',
207199
},
208200
{
209201
text: 'Changelog',
210202
link: '/changelog',
211203
},
204+
{
205+
text: 'LLMs.txt documentation',
206+
link: '/llm-txt',
207+
},
208+
{
209+
text: 'Data privacy',
210+
link: '/data-privacy',
211+
},
212212
],
213213
},
214214
],
@@ -320,45 +320,45 @@ export default defineConfig({
320320
],
321321
},
322322
{
323-
text: '更多',
323+
text: '进阶',
324324
items: [
325325
{
326326
text: '与任意界面集成(预览特性)',
327327
link: '/zh/integrate-with-any-interface',
328328
},
329329
{
330-
text: 'Awesome Midscene',
331-
link: '/zh/awesome-midscene',
332-
},
333-
{
334-
text: '常见问题 FAQ',
335-
link: '/zh/faq',
336-
},
337-
{
338-
text: 'LLMs.txt 文档',
339-
link: '/zh/llm-txt',
330+
text: '即时操作和深度思考',
331+
link: '/zh/blog-introducing-instant-actions-and-deep-think',
340332
},
341333
{
342-
text: '数据隐私',
343-
link: '/zh/data-privacy',
334+
text: '使用 JavaScript 优化 AI 自动化代码',
335+
link: '/zh/blog-programming-practice-using-structured-api',
344336
},
345337
],
346338
},
347339
{
348-
text: 'Blog',
340+
text: '更多',
349341
items: [
350342
{
351-
text: '即时操作和深度思考',
352-
link: '/zh/blog-introducing-instant-actions-and-deep-think',
343+
text: 'Awesome Midscene',
344+
link: '/zh/awesome-midscene',
353345
},
354346
{
355-
text: '使用 JavaScript 优化 AI 自动化代码',
356-
link: '/zh/blog-programming-practice-using-structured-api',
347+
text: '常见问题 FAQ',
348+
link: '/zh/faq',
357349
},
358350
{
359351
text: '更新日志',
360352
link: '/zh/changelog',
361353
},
354+
{
355+
text: 'LLMs.txt 文档',
356+
link: '/zh/llm-txt',
357+
},
358+
{
359+
text: '数据隐私',
360+
link: '/zh/data-privacy',
361+
},
362362
],
363363
},
364364
],

0 commit comments

Comments
 (0)