Skip to content

Commit 8230def

Browse files
committed
docs: add automation setup guide and skill documentation
- Add automation.md with Shizuku + u2 service setup steps - Add automation-skill.md explaining how to use automation features - Include screenshots for each step (16 images + 3 MIUI-specific) - Add phone-row CSS class for side-by-side screenshots - Update sidebar config with Automation section - Support both English and Chinese versions
1 parent 4be404c commit 8230def

28 files changed

Lines changed: 5102 additions & 0 deletions

astro.config.mjs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,22 @@ export default defineConfig({
8585
},
8686
],
8787
},
88+
{
89+
label: 'Automation',
90+
translations: { 'zh-CN': '自动化' },
91+
items: [
92+
{
93+
label: 'Setup',
94+
translations: { 'zh-CN': '配置' },
95+
slug: 'automation',
96+
},
97+
{
98+
label: 'Automation Skill',
99+
translations: { 'zh-CN': '自动化技能' },
100+
slug: 'automation-skill',
101+
},
102+
],
103+
},
88104
],
89105
}),
90106
],

0 commit comments

Comments
 (0)