|
5 | 5 | "apiKey": "",
|
6 | 6 | "indexName": "tanstack-store"
|
7 | 7 | },
|
8 |
| - "menu": [ |
| 8 | + "sections": [ |
9 | 9 | {
|
10 | 10 | "label": "Getting Started",
|
11 | 11 | "children": [
|
|
17 | 17 | "label": "Installation",
|
18 | 18 | "to": "installation"
|
19 | 19 | }
|
20 |
| - ] |
21 |
| - }, |
22 |
| - { |
23 |
| - "label": "API Reference", |
24 |
| - "children": [ |
25 |
| - { |
26 |
| - "label": "Store", |
27 |
| - "to": "reference/Store" |
28 |
| - } |
29 |
| - ] |
30 |
| - } |
31 |
| - ], |
32 |
| - "frameworkMenus": [ |
33 |
| - { |
34 |
| - "framework": "react", |
35 |
| - "menuItems": [ |
| 20 | + ], |
| 21 | + "frameworks": [ |
36 | 22 | {
|
37 |
| - "label": "Getting Started", |
| 23 | + "label": "react", |
38 | 24 | "children": [
|
39 | 25 | {
|
40 | 26 | "label": "Quick Start",
|
|
43 | 29 | ]
|
44 | 30 | },
|
45 | 31 | {
|
46 |
| - "label": "API Reference", |
| 32 | + "label": "vue", |
47 | 33 | "children": [
|
48 | 34 | {
|
49 |
| - "label": "useStore", |
50 |
| - "to": "framework/react/reference/useStore" |
| 35 | + "label": "Quick Start", |
| 36 | + "to": "framework/vue/quick-start" |
51 | 37 | }
|
52 | 38 | ]
|
53 |
| - } |
54 |
| - ] |
55 |
| - }, |
56 |
| - { |
57 |
| - "framework": "vue", |
58 |
| - "menuItems": [ |
| 39 | + }, |
59 | 40 | {
|
60 |
| - "label": "Getting Started", |
| 41 | + "label": "solid", |
61 | 42 | "children": [
|
62 | 43 | {
|
63 | 44 | "label": "Quick Start",
|
64 |
| - "to": "framework/vue/quick-start" |
| 45 | + "to": "framework/solid/quick-start" |
65 | 46 | }
|
66 | 47 | ]
|
67 | 48 | },
|
68 | 49 | {
|
69 |
| - "label": "API Reference", |
| 50 | + "label": "angular", |
70 | 51 | "children": [
|
71 | 52 | {
|
72 |
| - "label": "useStore", |
73 |
| - "to": "framework/vue/reference/useStore" |
| 53 | + "label": "Quick Start", |
| 54 | + "to": "framework/angular/quick-start" |
74 | 55 | }
|
75 | 56 | ]
|
76 | 57 | }
|
77 | 58 | ]
|
78 | 59 | },
|
79 | 60 | {
|
80 |
| - "framework": "solid", |
81 |
| - "menuItems": [ |
| 61 | + "label": "API Reference", |
| 62 | + "children": [ |
| 63 | + { |
| 64 | + "label": "Store", |
| 65 | + "to": "reference/Store" |
| 66 | + } |
| 67 | + ], |
| 68 | + "frameworks": [ |
82 | 69 | {
|
83 |
| - "label": "Getting Started", |
| 70 | + "label": "react", |
84 | 71 | "children": [
|
85 | 72 | {
|
86 |
| - "label": "Quick Start", |
87 |
| - "to": "framework/solid/quick-start" |
| 73 | + "label": "useStore", |
| 74 | + "to": "framework/react/reference/useStore" |
88 | 75 | }
|
89 | 76 | ]
|
90 | 77 | },
|
91 | 78 | {
|
92 |
| - "label": "API Reference", |
| 79 | + "label": "vue", |
93 | 80 | "children": [
|
94 | 81 | {
|
95 | 82 | "label": "useStore",
|
96 |
| - "to": "framework/solid/reference/useStore" |
| 83 | + "to": "framework/vue/reference/useStore" |
97 | 84 | }
|
98 | 85 | ]
|
99 |
| - } |
100 |
| - ] |
101 |
| - }, |
102 |
| - { |
103 |
| - "framework": "angular", |
104 |
| - "menuItems": [ |
| 86 | + }, |
105 | 87 | {
|
106 |
| - "label": "Getting Started", |
| 88 | + "label": "solid", |
107 | 89 | "children": [
|
108 | 90 | {
|
109 |
| - "label": "Quick Start", |
110 |
| - "to": "framework/angular/quick-start" |
| 91 | + "label": "useStore", |
| 92 | + "to": "framework/solid/reference/useStore" |
111 | 93 | }
|
112 | 94 | ]
|
113 | 95 | },
|
114 | 96 | {
|
115 |
| - "label": "API Reference", |
| 97 | + "label": "angular", |
116 | 98 | "children": [
|
117 | 99 | {
|
118 | 100 | "label": "injectStore",
|
|
0 commit comments