Skip to content

Commit f9452d0

Browse files
Nandesora TjiheroNandesora Tjihero
authored andcommitted
Added @nativescript/core subcategories names and their links.
1 parent 87a6f6a commit f9452d0

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

.vitepress/config.js

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,13 +532,29 @@ function getSidebar() {
532532
],
533533
},
534534
{
535-
text: 'Networking',
535+
text: '@nativescript/core',
536536
children: [
537-
{ text: 'Http', link: '/http' },
538-
{
539-
text: 'Connectivity',
540-
link: '/connectivity',
541-
},
537+
{ text: 'Color', link: '/nativescript-core/color' },
538+
{ text: 'Connectivity', link: '/nativescript-core/connectivity' },
539+
{ text: 'Application', link: '/nativescript-core/application' },
540+
{
541+
text: 'ApplicationSettings',
542+
link: '/nativescript-core/application-settings',
543+
},
544+
{ text: 'Observable', link: '/nativescript-core/observable' },
545+
{
546+
text: 'Observable Array',
547+
link: '/nativescript-core/observable-array',
548+
},
549+
{ text: 'Virtual Array', link: '/nativescript-core/virtual-array' },
550+
{ text: 'File System', link: '/nativescript-core/file-system' },
551+
{ text: 'Fps Meter', link: '/nativescript-core/fps-meter' },
552+
{ text: 'Http', link: '/nativescript-core/http' },
553+
{ text: 'Image Source', link: '/nativescript-core/image-source' },
554+
{ text: 'Platform', link: '/nativescript-core/platform' },
555+
{ text: 'Timer', link: '/nativescript-core/timer' },
556+
{ text: 'Trace', link: '/nativescript-core/trace' },
557+
{ text: 'Xml Parser', link: '/nativescript-core/xml-parser' },
542558
],
543559
},
544560
// {

0 commit comments

Comments
 (0)