@@ -532,13 +532,29 @@ function getSidebar() {
532
532
] ,
533
533
} ,
534
534
{
535
- text : 'Networking ' ,
535
+ text : '@nativescript/core ' ,
536
536
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' } ,
542
558
] ,
543
559
} ,
544
560
// {
0 commit comments