From fbc8405b2d01e3918428b77d8e846a9c04f0d6f2 Mon Sep 17 00:00:00 2001 From: Joff Tiquez Date: Fri, 19 Jan 2024 15:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(config.mjs):=20add=20Link?= =?UTF-8?q?=20Authentication=20component=20to=20the=20navigation=20menu=20?= =?UTF-8?q?The=20Link=20Authentication=20component=20is=20added=20to=20the?= =?UTF-8?q?=20navigation=20menu=20under=20the=20Components=20section.=20Th?= =?UTF-8?q?is=20allows=20users=20to=20easily=20access=20the=20documentatio?= =?UTF-8?q?n=20for=20the=20Link=20Authentication=20component.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mjs b/.vitepress/config.mjs index a5d07ff..c845223 100644 --- a/.vitepress/config.mjs +++ b/.vitepress/config.mjs @@ -42,7 +42,8 @@ export default defineConfig({ text: 'Components', items: [ { text: 'Vue Stripe', link: '/components/vue-stripe' }, - { text: 'Elements', link: '/components/elements' } + { text: 'Elements', link: '/components/elements' }, + { text: 'Link Authentication', link: '/components/link-authentication' } ] }, {