From ad7cf632ed4c66de526e8b8b9f597ba512e83777 Mon Sep 17 00:00:00 2001 From: 0xSelenicDove <140679517+0xSelenicDove@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:42:18 -0700 Subject: [PATCH] chore(docs): add missing tamagotchi setup-and-use page to sidebar (#1713) --- docs/.vitepress/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index fdf1ee1ce..02c748e4d 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -152,6 +152,7 @@ export default defineConfig({ { text: 'Web Version', link: withBase('/en/docs/manual/web/') }, ], }, + { text: 'Setup and Use', link: withBase('/en/docs/manual/tamagotchi/setup-and-use/') }, { text: 'Configuration', items: [ @@ -293,6 +294,10 @@ export default defineConfig({ { text: '网页版', link: withBase('/zh-Hans/docs/manual/web/') }, ], }, + { + text: '安装与使用', + link: withBase('/zh-Hans/docs/manual/tamagotchi/setup-and-use/'), + }, { text: '配置', items: [