Skip to content

Commit 5c8f9e6

Browse files
committed
chore: fix plugins link and hide integrations for now
1 parent c8a8c4b commit 5c8f9e6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.vitepress/nav.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export default [
3030
},
3131
{
3232
text: 'Plugins',
33-
link: '/soon',
34-
activeMatch: '^/plugins',
33+
link: 'https://docs.nativescript.org/plugins/index.html',
3534
icon: 'CubeTransparentIcon',
3635
},
3736
// {
@@ -40,11 +39,11 @@ export default [
4039
// activeMatch: '^/best-practices',
4140
// icon: 'CheckIcon',
4241
// },
43-
{
44-
text: 'Integrations',
45-
link: '/soon',
46-
icon: 'CpuChipIcon',
47-
},
42+
// {
43+
// text: 'Integrations',
44+
// link: '/soon',
45+
// icon: 'CpuChipIcon',
46+
// },
4847
{
4948
text: 'UI Components',
5049
link: '/ui/',

0 commit comments

Comments
 (0)