Skip to content

Commit

Permalink
šŸ“ docs(config.mjs): add Link Authentication component to the navigatiā€¦
Browse files Browse the repository at this point in the history
ā€¦on menu

The Link Authentication component is added to the navigation menu under the Components section. This allows users to easily access the documentation for the Link Authentication component.
  • Loading branch information
jofftiquez committed Jan 19, 2024
1 parent b1c8ee1 commit fbc8405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
]
},
{
Expand Down

0 comments on commit fbc8405

Please sign in to comment.