Skip to content

Commit 1977700

Browse files
authored
Merge pull request #38 from connorabbas/develop
Docs link
2 parents 2fefdd2 + 72ac2ed commit 1977700

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/composables/useAppLayout.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ref, computed, onMounted, onUnmounted, watchEffect } from 'vue';
22
import { useRoute } from 'vue-router';
3-
import { LayoutGrid, House, Info, Github, Code, Settings, LogOut } from 'lucide-vue-next';
3+
import { LayoutGrid, House, Info, Github, Code, Settings, LogOut, BookOpen } from 'lucide-vue-next';
44
import { useAuthStore } from '@/stores/auth';
55

66
export function useAppLayout() {
@@ -33,6 +33,11 @@ export function useAppLayout() {
3333
url: 'https://primevue.org/',
3434
lucideIcon: Code,
3535
},
36+
{
37+
label: 'Starter Kit Docs',
38+
url: 'https://connorabbas.github.io/laravel-primevue-starter-kit-docs/',
39+
lucideIcon: BookOpen,
40+
},
3641
{
3742
label: 'Starter Kit Repo',
3843
url: 'https://github.com/connorabbas/laravel-primevue-starter-kit',

0 commit comments

Comments
 (0)