|
9 | 9 | { |
10 | 10 | "label": "Getting Started", |
11 | 11 | "children": [ |
12 | | - { "label": "Introduction", "to": "introduction" }, |
13 | 12 | { "label": "Overview", "to": "overview" }, |
14 | 13 | { "label": "Installation", "to": "installation" }, |
15 | | - { "label": "Devtools", "to": "devtools" }, |
16 | | - { "label": "FAQ", "to": "faq" } |
| 14 | + { "label": "Devtools", "to": "devtools" } |
17 | 15 | ], |
18 | 16 | "frameworks": [ |
19 | 17 | { |
20 | 18 | "label": "angular", |
21 | 19 | "children": [ |
22 | | - { "label": "Angular Table Adapter", "to": "framework/angular/angular-table" }, |
| 20 | + { "label": "Quick Start", "to": "framework/angular/quick-start" }, |
23 | 21 | { "label": "Migrating to V9", "to": "framework/angular/guide/migrating" }, |
24 | 22 | { "label": "Rendering components", "to": "framework/angular/guide/rendering" } |
25 | 23 | ] |
26 | 24 | }, |
27 | 25 | { |
28 | 26 | "label": "lit", |
29 | 27 | "children": [ |
30 | | - { "label": "Lit Table Adapter", "to": "framework/lit/lit-table" }, |
| 28 | + { "label": "Quick Start", "to": "framework/lit/quick-start" }, |
31 | 29 | { "label": "Migrating to V9", "to": "framework/lit/guide/migrating" } |
32 | 30 | ] |
33 | 31 | }, |
34 | 32 | { |
35 | 33 | "label": "react", |
36 | 34 | "children": [ |
37 | | - { "label": "React Table Adapter", "to": "framework/react/react-table" }, |
| 35 | + { "label": "Quick Start", "to": "framework/react/quick-start" }, |
38 | 36 | { "label": "Migrating to V9", "to": "framework/react/guide/migrating" }, |
39 | 37 | { "label": "useLegacyTable Guide", "to": "framework/react/guide/use-legacy-table" } |
40 | 38 | ] |
41 | 39 | }, |
42 | 40 | { |
43 | 41 | "label": "preact", |
44 | 42 | "children": [ |
45 | | - { "label": "Preact Table Adapter", "to": "framework/preact/preact-table" }, |
| 43 | + { "label": "Quick Start", "to": "framework/preact/quick-start" }, |
46 | 44 | { "label": "Migrating to V9", "to": "framework/preact/guide/migrating" } |
47 | 45 | ] |
48 | 46 | }, |
49 | 47 | { |
50 | 48 | "label": "solid", |
51 | 49 | "children": [ |
52 | | - { "label": "Solid Table Adapter", "to": "framework/solid/solid-table" }, |
| 50 | + { "label": "Quick Start", "to": "framework/solid/quick-start" }, |
53 | 51 | { "label": "Migrating to V9", "to": "framework/solid/guide/migrating" } |
54 | 52 | ] |
55 | 53 | }, |
56 | 54 | { |
57 | 55 | "label": "svelte", |
58 | 56 | "children": [ |
59 | | - { "label": "Svelte Table Adapter", "to": "framework/svelte/svelte-table" }, |
| 57 | + { "label": "Quick Start", "to": "framework/svelte/quick-start" }, |
60 | 58 | { "label": "Migrating to V9", "to": "framework/svelte/guide/migrating" } |
61 | 59 | ] |
62 | 60 | }, |
63 | 61 | { |
64 | 62 | "label": "vue", |
65 | 63 | "children": [ |
66 | | - { "label": "Vue Table Adapter", "to": "framework/vue/vue-table" }, |
| 64 | + { "label": "Quick Start", "to": "framework/vue/quick-start" }, |
67 | 65 | { "label": "Migrating to V9", "to": "framework/vue/guide/migrating" } |
68 | 66 | ] |
69 | 67 | }, |
|
161 | 159 | { "label": "Column Filtering", "to": "framework/angular/guide/column-filtering" }, |
162 | 160 | { "label": "Global Filtering", "to": "framework/angular/guide/global-filtering" }, |
163 | 161 | { "label": "Fuzzy Filtering", "to": "framework/angular/guide/fuzzy-filtering" }, |
164 | | - { "label": "Column Faceting", "to": "framework/angular/guide/column-faceting" }, |
165 | | - { "label": "Global Faceting", "to": "framework/angular/guide/global-faceting" }, |
| 162 | + { "label": "Faceting", "to": "framework/angular/guide/column-faceting" }, |
166 | 163 | { "label": "Grouping", "to": "framework/angular/guide/grouping" }, |
167 | 164 | { "label": "Expanding", "to": "framework/angular/guide/expanding" }, |
168 | 165 | { "label": "Pagination", "to": "framework/angular/guide/pagination" }, |
|
184 | 181 | { "label": "Column Filtering", "to": "framework/lit/guide/column-filtering" }, |
185 | 182 | { "label": "Global Filtering", "to": "framework/lit/guide/global-filtering" }, |
186 | 183 | { "label": "Fuzzy Filtering", "to": "framework/lit/guide/fuzzy-filtering" }, |
187 | | - { "label": "Column Faceting", "to": "framework/lit/guide/column-faceting" }, |
188 | | - { "label": "Global Faceting", "to": "framework/lit/guide/global-faceting" }, |
| 184 | + { "label": "Faceting", "to": "framework/lit/guide/column-faceting" }, |
189 | 185 | { "label": "Grouping", "to": "framework/lit/guide/grouping" }, |
190 | 186 | { "label": "Expanding", "to": "framework/lit/guide/expanding" }, |
191 | 187 | { "label": "Pagination", "to": "framework/lit/guide/pagination" }, |
|
207 | 203 | { "label": "Column Filtering", "to": "framework/react/guide/column-filtering" }, |
208 | 204 | { "label": "Global Filtering", "to": "framework/react/guide/global-filtering" }, |
209 | 205 | { "label": "Fuzzy Filtering", "to": "framework/react/guide/fuzzy-filtering" }, |
210 | | - { "label": "Column Faceting", "to": "framework/react/guide/column-faceting" }, |
211 | | - { "label": "Global Faceting", "to": "framework/react/guide/global-faceting" }, |
| 206 | + { "label": "Faceting", "to": "framework/react/guide/column-faceting" }, |
212 | 207 | { "label": "Grouping", "to": "framework/react/guide/grouping" }, |
213 | 208 | { "label": "Expanding", "to": "framework/react/guide/expanding" }, |
214 | 209 | { "label": "Pagination", "to": "framework/react/guide/pagination" }, |
|
230 | 225 | { "label": "Column Filtering", "to": "framework/preact/guide/column-filtering" }, |
231 | 226 | { "label": "Global Filtering", "to": "framework/preact/guide/global-filtering" }, |
232 | 227 | { "label": "Fuzzy Filtering", "to": "framework/preact/guide/fuzzy-filtering" }, |
233 | | - { "label": "Column Faceting", "to": "framework/preact/guide/column-faceting" }, |
234 | | - { "label": "Global Faceting", "to": "framework/preact/guide/global-faceting" }, |
| 228 | + { "label": "Faceting", "to": "framework/preact/guide/column-faceting" }, |
235 | 229 | { "label": "Grouping", "to": "framework/preact/guide/grouping" }, |
236 | 230 | { "label": "Expanding", "to": "framework/preact/guide/expanding" }, |
237 | 231 | { "label": "Pagination", "to": "framework/preact/guide/pagination" }, |
|
253 | 247 | { "label": "Column Filtering", "to": "framework/solid/guide/column-filtering" }, |
254 | 248 | { "label": "Global Filtering", "to": "framework/solid/guide/global-filtering" }, |
255 | 249 | { "label": "Fuzzy Filtering", "to": "framework/solid/guide/fuzzy-filtering" }, |
256 | | - { "label": "Column Faceting", "to": "framework/solid/guide/column-faceting" }, |
257 | | - { "label": "Global Faceting", "to": "framework/solid/guide/global-faceting" }, |
| 250 | + { "label": "Faceting", "to": "framework/solid/guide/column-faceting" }, |
258 | 251 | { "label": "Grouping", "to": "framework/solid/guide/grouping" }, |
259 | 252 | { "label": "Expanding", "to": "framework/solid/guide/expanding" }, |
260 | 253 | { "label": "Pagination", "to": "framework/solid/guide/pagination" }, |
|
276 | 269 | { "label": "Column Filtering", "to": "framework/svelte/guide/column-filtering" }, |
277 | 270 | { "label": "Global Filtering", "to": "framework/svelte/guide/global-filtering" }, |
278 | 271 | { "label": "Fuzzy Filtering", "to": "framework/svelte/guide/fuzzy-filtering" }, |
279 | | - { "label": "Column Faceting", "to": "framework/svelte/guide/column-faceting" }, |
280 | | - { "label": "Global Faceting", "to": "framework/svelte/guide/global-faceting" }, |
| 272 | + { "label": "Faceting", "to": "framework/svelte/guide/column-faceting" }, |
281 | 273 | { "label": "Grouping", "to": "framework/svelte/guide/grouping" }, |
282 | 274 | { "label": "Expanding", "to": "framework/svelte/guide/expanding" }, |
283 | 275 | { "label": "Pagination", "to": "framework/svelte/guide/pagination" }, |
|
299 | 291 | { "label": "Column Filtering", "to": "framework/vue/guide/column-filtering" }, |
300 | 292 | { "label": "Global Filtering", "to": "framework/vue/guide/global-filtering" }, |
301 | 293 | { "label": "Fuzzy Filtering", "to": "framework/vue/guide/fuzzy-filtering" }, |
302 | | - { "label": "Column Faceting", "to": "framework/vue/guide/column-faceting" }, |
303 | | - { "label": "Global Faceting", "to": "framework/vue/guide/global-faceting" }, |
| 294 | + { "label": "Faceting", "to": "framework/vue/guide/column-faceting" }, |
304 | 295 | { "label": "Grouping", "to": "framework/vue/guide/grouping" }, |
305 | 296 | { "label": "Expanding", "to": "framework/vue/guide/expanding" }, |
306 | 297 | { "label": "Pagination", "to": "framework/vue/guide/pagination" }, |
|
0 commit comments