We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a8c4b commit 5c8f9e6Copy full SHA for 5c8f9e6
.vitepress/nav.ts
@@ -30,8 +30,7 @@ export default [
30
},
31
{
32
text: 'Plugins',
33
- link: '/soon',
34
- activeMatch: '^/plugins',
+ link: 'https://docs.nativescript.org/plugins/index.html',
35
icon: 'CubeTransparentIcon',
36
37
// {
@@ -40,11 +39,11 @@ export default [
40
39
// activeMatch: '^/best-practices',
41
// icon: 'CheckIcon',
42
// },
43
- {
44
- text: 'Integrations',
45
46
- icon: 'CpuChipIcon',
47
- },
+ // {
+ // text: 'Integrations',
+ // link: '/soon',
+ // icon: 'CpuChipIcon',
+ // },
48
49
text: 'UI Components',
50
link: '/ui/',
0 commit comments