From 3538bbdb953c14a720507e7666356cd0a54325e9 Mon Sep 17 00:00:00 2001 From: iMaeGoo Date: Fri, 24 May 2024 15:19:32 +0800 Subject: [PATCH] doc: add mongodb atlas sidebar --- docs/.vitepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 5ecb29bcd..c44e5c990 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -17,6 +17,7 @@ export default defineConfig({ sidebar: [ { text: '简介', link: '/intro' }, { text: '快速上手', link: '/quick-start' }, + { text: 'MongoDB Atlas', link: '/mongodb-atlas' }, { text: '云函数部署', link: '/backend' }, { text: '前端部署', link: '/frontend' }, { text: '版本更新', link: '/update' },