From d408331dc930b55aee649ea703bf8f0669dfd610 Mon Sep 17 00:00:00 2001 From: Vicente Russo Date: Sun, 3 Mar 2024 14:34:18 -0300 Subject: [PATCH] Adds menu versions --- docs/docs/.vuepress/config.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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,