Skip to content

Commit 17c8ce6

Browse files
committed
chore: hide navigation for 1.0
1 parent b7a8260 commit 17c8ce6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

app/composables/useNavigation.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ function _useHeaderLinks() {
99
target: '_blank',
1010
search: false,
1111
},
12-
{
13-
label: 'Tutorial',
14-
icon: 'i-lucide-graduation-cap',
15-
to: '#',
16-
search: false,
17-
disabled: true,
18-
},
12+
// {
13+
// label: 'Tutorial',
14+
// icon: 'i-lucide-graduation-cap',
15+
// to: '#',
16+
// search: false,
17+
// disabled: true,
18+
// },
1919
{
2020
label: 'Plugins',
2121
to: '/plugins',
2222
icon: 'i-lucide-puzzle',
2323
search: false,
2424
},
25-
{
26-
label: 'Deploy',
27-
to: '/deploy',
28-
icon: 'i-lucide-rocket',
29-
search: false,
30-
},
31-
{
32-
label: 'Templates',
33-
icon: 'i-lucide-app-window',
34-
to: '/templates',
35-
search: false,
36-
},
25+
// {
26+
// label: 'Deploy',
27+
// to: '/deploy',
28+
// icon: 'i-lucide-rocket',
29+
// search: false,
30+
// },
31+
// {
32+
// label: 'Templates',
33+
// icon: 'i-lucide-app-window',
34+
// to: '/templates',
35+
// search: false,
36+
// },
3737
{
3838
label: 'Blog',
3939
icon: 'i-lucide-newspaper',

0 commit comments

Comments
 (0)