Skip to content

Commit

Permalink
docs: add examples link in header (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haythamasalama authored Sep 9, 2023
1 parent 9d23b82 commit fd6bcd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ const links = computed(() => {
label: 'Documentation',
icon: 'i-heroicons-book-open-solid',
to: '/getting-started'
}, {
label: 'Examples',
icon: 'i-heroicons-square-3-stack-3d',
to: '/getting-started/examples'
}, {
label: 'Playground',
icon: 'i-simple-icons-stackblitz',
Expand Down

1 comment on commit fd6bcd3

@vercel
Copy link

@vercel vercel bot commented on fd6bcd3 Sep 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxt-js.vercel.app
ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.