forked from TanStack/virtual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
56 lines (56 loc) · 1.65 KB
/
config.json
File metadata and controls
56 lines (56 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"docSearch": {
"appId": "",
"indexName": "",
"apiKey": ""
},
"menu": [
{
"label": "Guide",
"children": [
{ "label": "Introduction", "to": "guide/00-introduction" },
{ "label": "Installation", "to": "guide/01-installation" }
]
},
{
"label": "Adapters",
"children": [
{ "label": "React Virtual", "to": "adapters/react-virtual" },
{ "label": "Solid Virtual", "to": "adapters/solid-virtual" },
{ "label": "Svelte Virtual", "to": "adapters/svelte-virtual" },
{ "label": "Vue Virtual", "to": "adapters/vue-virtual" }
]
},
{
"label": "Core APIs",
"children": [
{ "label": "Virtualizer", "to": "api/virtualizer" },
{ "label": "VirtualItem", "to": "api/virtual-item" }
]
},
{
"label": "React Examples",
"children": [
{ "to": "examples/react/fixed", "label": "Fixed" },
{ "to": "examples/react/variable", "label": "Variable" },
{ "to": "examples/react/dynamic", "label": "Dynamic" },
{ "to": "examples/react/padding", "label": "Padding" },
{ "to": "examples/react/sticky", "label": "Sticky" },
{ "to": "examples/react/infinite-scroll", "label": "Infinite Scroll" },
{ "to": "examples/react/smooth-scroll", "label": "Smooth Scroll" }
]
},
{
"label": "Solid Examples",
"children": [{ "to": "#", "label": "Coming Soon!" }]
},
{
"label": "Svelte Examples",
"children": [{ "to": "#", "label": "Coming Soon!" }]
},
{
"label": "Vue Examples",
"children": [{ "to": "#", "label": "Coming Soon!" }]
}
]
}