Skip to content

Commit

Permalink
fix: add link to yaml doc (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao authored Nov 28, 2024
1 parent fe2e13d commit 515639f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/site/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ export default defineConfig({
{
text: '使用指南',
items: [
{
text: '使用 YAML 格式的自动化脚本',
link: '/zh/automate-with-scripts-in-yaml',
},
{
text: '集成到 Playwright',
link: '/zh/integrate-with-playwright',
Expand All @@ -125,10 +129,6 @@ export default defineConfig({
text: '集成到 Puppeteer',
link: '/zh/integrate-with-puppeteer',
},
{
text: '命令行工具',
link: '/zh/cli',
},
{
text: 'API 参考',
link: '/zh/api',
Expand Down

0 comments on commit 515639f

Please sign in to comment.