mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +01:00
docs: add examples link in header (#618)
This commit is contained in:
committed by
GitHub
parent
9d23b82d1d
commit
fd6bcd3f84
@@ -51,6 +51,10 @@ const links = computed(() => {
|
|||||||
label: 'Documentation',
|
label: 'Documentation',
|
||||||
icon: 'i-heroicons-book-open-solid',
|
icon: 'i-heroicons-book-open-solid',
|
||||||
to: '/getting-started'
|
to: '/getting-started'
|
||||||
|
}, {
|
||||||
|
label: 'Examples',
|
||||||
|
icon: 'i-heroicons-square-3-stack-3d',
|
||||||
|
to: '/getting-started/examples'
|
||||||
}, {
|
}, {
|
||||||
label: 'Playground',
|
label: 'Playground',
|
||||||
icon: 'i-simple-icons-stackblitz',
|
icon: 'i-simple-icons-stackblitz',
|
||||||
|
|||||||
Reference in New Issue
Block a user