@@ -8,78 +8,83 @@ export default {
88 open : 'icon-gui-prod-pubsub-solid' ,
99 } ,
1010 content : [
11- {
12- name : 'About Pub/Sub' ,
13- link : '/docs/basics' ,
14- index : true ,
15- } ,
1611 {
1712 name : 'Getting started' ,
1813 pages : [
1914 {
20- name : 'Overview ' ,
21- link : '/docs/getting-started ' ,
15+ name : 'About Pub/Sub ' ,
16+ link : '/docs/basics ' ,
2217 index : true ,
2318 } ,
2419 {
25- name : 'JavaScript' ,
26- link : '/docs/getting-started/javascript' ,
27- } ,
28- {
29- name : 'Node.js' ,
30- link : '/docs/getting-started/node' ,
31- } ,
32- {
33- name : 'React' ,
34- link : '/docs/getting-started/react' ,
35- } ,
36- {
37- name : 'React Native' ,
38- link : '/docs/getting-started/react-native' ,
39- } ,
40- {
41- name : 'Kotlin' ,
42- link : '/docs/getting-started/kotlin' ,
43- } ,
44- {
45- name : 'Swift' ,
46- link : '/docs/getting-started/swift' ,
47- } ,
48- {
49- name : 'Flutter' ,
50- link : '/docs/getting-started/flutter' ,
51- } ,
52- {
53- name : 'Java' ,
54- link : '/docs/getting-started/java' ,
55- } ,
56- {
57- name : 'Go' ,
58- link : '/docs/getting-started/go' ,
59- } ,
60- {
61- name : 'Python' ,
62- link : '/docs/getting-started/python' ,
63- } ,
64- {
65- name : 'Ruby' ,
66- link : '/docs/getting-started/ruby' ,
67- } ,
68- {
69- name : 'C# .NET' ,
70- link : '/docs/getting-started/dotnet' ,
71- } ,
72- {
73- name : 'Objective C' ,
74- link : '/docs/getting-started/objective-c' ,
75- } ,
76- {
77- name : 'PHP' ,
78- link : '/docs/getting-started/php' ,
79- } ,
80- {
81- name : 'Laravel' ,
82- link : '/docs/getting-started/laravel' ,
20+ name : 'By language' ,
21+ pages : [
22+ {
23+ name : 'Overview' ,
24+ link : '/docs/getting-started' ,
25+ index : true ,
26+ } ,
27+ {
28+ name : 'JavaScript' ,
29+ link : '/docs/getting-started/javascript' ,
30+ } ,
31+ {
32+ name : 'Node.js' ,
33+ link : '/docs/getting-started/node' ,
34+ } ,
35+ {
36+ name : 'React' ,
37+ link : '/docs/getting-started/react' ,
38+ } ,
39+ {
40+ name : 'React Native' ,
41+ link : '/docs/getting-started/react-native' ,
42+ } ,
43+ {
44+ name : 'Kotlin' ,
45+ link : '/docs/getting-started/kotlin' ,
46+ } ,
47+ {
48+ name : 'Swift' ,
49+ link : '/docs/getting-started/swift' ,
50+ } ,
51+ {
52+ name : 'Flutter' ,
53+ link : '/docs/getting-started/flutter' ,
54+ } ,
55+ {
56+ name : 'Java' ,
57+ link : '/docs/getting-started/java' ,
58+ } ,
59+ {
60+ name : 'Go' ,
61+ link : '/docs/getting-started/go' ,
62+ } ,
63+ {
64+ name : 'Python' ,
65+ link : '/docs/getting-started/python' ,
66+ } ,
67+ {
68+ name : 'Ruby' ,
69+ link : '/docs/getting-started/ruby' ,
70+ } ,
71+ {
72+ name : 'C# .NET' ,
73+ link : '/docs/getting-started/dotnet' ,
74+ } ,
75+ {
76+ name : 'Objective C' ,
77+ link : '/docs/getting-started/objective-c' ,
78+ } ,
79+ {
80+ name : 'PHP' ,
81+ link : '/docs/getting-started/php' ,
82+ } ,
83+ {
84+ name : 'Laravel' ,
85+ link : '/docs/getting-started/laravel' ,
86+ } ,
87+ ] ,
8388 } ,
8489 ] ,
8590 } ,
0 commit comments