Skip to content

Commit e25a532

Browse files
committed
docs: beta docs pass
1 parent 5ca8a67 commit e25a532

216 files changed

Lines changed: 8102 additions & 4576 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_artifacts/domain_map.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6827,7 +6827,7 @@ gaps:
68276827
- skill: setup
68286828
question:
68296829
For vanilla JS (`@tanstack/table-core` direct), is `storeReactivityBindings()` strictly required,
6830-
or is there a no-reactivity path? `constructTable` reads `tableOptions.features.coreReativityFeature`
6830+
or is there a no-reactivity path? `constructTable` reads `tableOptions.features.coreReactivityFeature`
68316831
unconditionally — implies required, but want to confirm.
68326832
context:
68336833
Affects the vanilla failure mode set. Currently I have not added a failure mode for "uses constructTable

_artifacts/scratch/cluster-a-foundational.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ gaps:
657657
status: 'open'
658658

659659
- skill: 'setup'
660-
question: 'For vanilla JS (`@tanstack/table-core` direct), is `storeReactivityBindings()` strictly required, or is there a no-reactivity path? `constructTable` reads `tableOptions.features.coreReativityFeature` unconditionally — implies required, but want to confirm.'
660+
question: 'For vanilla JS (`@tanstack/table-core` direct), is `storeReactivityBindings()` strictly required, or is there a no-reactivity path? `constructTable` reads `tableOptions.features.coreReactivityFeature` unconditionally — implies required, but want to confirm.'
661661
context: 'Affects the vanilla failure mode set. Currently I have not added a failure mode for "uses constructTable without storeReactivityBindings" — would do so if confirmed required.'
662662
status: 'open'
663663

docs/config.json

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,61 +9,59 @@
99
{
1010
"label": "Getting Started",
1111
"children": [
12-
{ "label": "Introduction", "to": "introduction" },
1312
{ "label": "Overview", "to": "overview" },
1413
{ "label": "Installation", "to": "installation" },
15-
{ "label": "Devtools", "to": "devtools" },
16-
{ "label": "FAQ", "to": "faq" }
14+
{ "label": "Devtools", "to": "devtools" }
1715
],
1816
"frameworks": [
1917
{
2018
"label": "angular",
2119
"children": [
22-
{ "label": "Angular Table Adapter", "to": "framework/angular/angular-table" },
20+
{ "label": "Quick Start", "to": "framework/angular/quick-start" },
2321
{ "label": "Migrating to V9", "to": "framework/angular/guide/migrating" },
2422
{ "label": "Rendering components", "to": "framework/angular/guide/rendering" }
2523
]
2624
},
2725
{
2826
"label": "lit",
2927
"children": [
30-
{ "label": "Lit Table Adapter", "to": "framework/lit/lit-table" },
28+
{ "label": "Quick Start", "to": "framework/lit/quick-start" },
3129
{ "label": "Migrating to V9", "to": "framework/lit/guide/migrating" }
3230
]
3331
},
3432
{
3533
"label": "react",
3634
"children": [
37-
{ "label": "React Table Adapter", "to": "framework/react/react-table" },
35+
{ "label": "Quick Start", "to": "framework/react/quick-start" },
3836
{ "label": "Migrating to V9", "to": "framework/react/guide/migrating" },
3937
{ "label": "useLegacyTable Guide", "to": "framework/react/guide/use-legacy-table" }
4038
]
4139
},
4240
{
4341
"label": "preact",
4442
"children": [
45-
{ "label": "Preact Table Adapter", "to": "framework/preact/preact-table" },
43+
{ "label": "Quick Start", "to": "framework/preact/quick-start" },
4644
{ "label": "Migrating to V9", "to": "framework/preact/guide/migrating" }
4745
]
4846
},
4947
{
5048
"label": "solid",
5149
"children": [
52-
{ "label": "Solid Table Adapter", "to": "framework/solid/solid-table" },
50+
{ "label": "Quick Start", "to": "framework/solid/quick-start" },
5351
{ "label": "Migrating to V9", "to": "framework/solid/guide/migrating" }
5452
]
5553
},
5654
{
5755
"label": "svelte",
5856
"children": [
59-
{ "label": "Svelte Table Adapter", "to": "framework/svelte/svelte-table" },
57+
{ "label": "Quick Start", "to": "framework/svelte/quick-start" },
6058
{ "label": "Migrating to V9", "to": "framework/svelte/guide/migrating" }
6159
]
6260
},
6361
{
6462
"label": "vue",
6563
"children": [
66-
{ "label": "Vue Table Adapter", "to": "framework/vue/vue-table" },
64+
{ "label": "Quick Start", "to": "framework/vue/quick-start" },
6765
{ "label": "Migrating to V9", "to": "framework/vue/guide/migrating" }
6866
]
6967
},
@@ -161,8 +159,7 @@
161159
{ "label": "Column Filtering", "to": "framework/angular/guide/column-filtering" },
162160
{ "label": "Global Filtering", "to": "framework/angular/guide/global-filtering" },
163161
{ "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" },
166163
{ "label": "Grouping", "to": "framework/angular/guide/grouping" },
167164
{ "label": "Expanding", "to": "framework/angular/guide/expanding" },
168165
{ "label": "Pagination", "to": "framework/angular/guide/pagination" },
@@ -184,8 +181,7 @@
184181
{ "label": "Column Filtering", "to": "framework/lit/guide/column-filtering" },
185182
{ "label": "Global Filtering", "to": "framework/lit/guide/global-filtering" },
186183
{ "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" },
189185
{ "label": "Grouping", "to": "framework/lit/guide/grouping" },
190186
{ "label": "Expanding", "to": "framework/lit/guide/expanding" },
191187
{ "label": "Pagination", "to": "framework/lit/guide/pagination" },
@@ -207,8 +203,7 @@
207203
{ "label": "Column Filtering", "to": "framework/react/guide/column-filtering" },
208204
{ "label": "Global Filtering", "to": "framework/react/guide/global-filtering" },
209205
{ "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" },
212207
{ "label": "Grouping", "to": "framework/react/guide/grouping" },
213208
{ "label": "Expanding", "to": "framework/react/guide/expanding" },
214209
{ "label": "Pagination", "to": "framework/react/guide/pagination" },
@@ -230,8 +225,7 @@
230225
{ "label": "Column Filtering", "to": "framework/preact/guide/column-filtering" },
231226
{ "label": "Global Filtering", "to": "framework/preact/guide/global-filtering" },
232227
{ "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" },
235229
{ "label": "Grouping", "to": "framework/preact/guide/grouping" },
236230
{ "label": "Expanding", "to": "framework/preact/guide/expanding" },
237231
{ "label": "Pagination", "to": "framework/preact/guide/pagination" },
@@ -253,8 +247,7 @@
253247
{ "label": "Column Filtering", "to": "framework/solid/guide/column-filtering" },
254248
{ "label": "Global Filtering", "to": "framework/solid/guide/global-filtering" },
255249
{ "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" },
258251
{ "label": "Grouping", "to": "framework/solid/guide/grouping" },
259252
{ "label": "Expanding", "to": "framework/solid/guide/expanding" },
260253
{ "label": "Pagination", "to": "framework/solid/guide/pagination" },
@@ -276,8 +269,7 @@
276269
{ "label": "Column Filtering", "to": "framework/svelte/guide/column-filtering" },
277270
{ "label": "Global Filtering", "to": "framework/svelte/guide/global-filtering" },
278271
{ "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" },
281273
{ "label": "Grouping", "to": "framework/svelte/guide/grouping" },
282274
{ "label": "Expanding", "to": "framework/svelte/guide/expanding" },
283275
{ "label": "Pagination", "to": "framework/svelte/guide/pagination" },
@@ -299,8 +291,7 @@
299291
{ "label": "Column Filtering", "to": "framework/vue/guide/column-filtering" },
300292
{ "label": "Global Filtering", "to": "framework/vue/guide/global-filtering" },
301293
{ "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" },
304295
{ "label": "Grouping", "to": "framework/vue/guide/grouping" },
305296
{ "label": "Expanding", "to": "framework/vue/guide/expanding" },
306297
{ "label": "Pagination", "to": "framework/vue/guide/pagination" },

0 commit comments

Comments
 (0)