From 97651a80a3b7ae8ddc775a8c788034a14b15fef5 Mon Sep 17 00:00:00 2001 From: Ebuka Ifezue Date: Fri, 4 Aug 2023 09:38:36 +0100 Subject: [PATCH] add teams back to documentation --- .vitepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index fb02ccc..511dd1e 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -94,6 +94,7 @@ export default defineConfigWithTheme({ { text: 'Password Confirmation', link: '/features/password-confirmation' }, { text: 'Two Factor Authentication', link: '/features/two-factor-authentication' }, { text: 'Browser Sessions', link: '/features/browser-sessions' }, + { text: 'Teams', link: '/features/teams' }, ], }, { text: 'Stack Features',