diff --git a/docs/docs/.vuepress/config.ts b/docs/docs/.vuepress/config.ts index 31d29db6f..bae77c615 100644 --- a/docs/docs/.vuepress/config.ts +++ b/docs/docs/.vuepress/config.ts @@ -64,6 +64,19 @@ export default defineUserConfig({ text: "Telegram", link: "https://t.me/isardb", }, + { + text: "3.x", + children: [ + { + text: "v4.x", + link: "https://isar-community.dev/", + }, + { + text: "v3.x", + link: "https://isar-community.dev/v3", + }, + ], + }, ], sidebarDepth: 1,