Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update docs/config.json #5404

Merged
merged 2 commits into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 58 additions & 70 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apiKey": "9fc015a3310be6669ed66c6c459f319f",
"indexName": "tanstack-table"
},
"menu": [
"sections": [
{
"label": "Getting Started",
"children": [
Expand All @@ -29,6 +29,44 @@
"label": "Vanilla JS/TS",
"to": "vanilla"
}
],
"frameworks": [
{
"label": "react",
"children": [
{
"label": "React Table",
"to": "framework/react/react-table"
}
]
},
{
"label": "solid",
"children": [
{
"label": "Solid Table",
"to": "framework/solid/solid-table"
}
]
},
{
"label": "svelte",
"children": [
{
"label": "Svelte Table",
"to": "framework/svelte/svelte-table"
}
]
},
{
"label": "vue",
"children": [
{
"label": "Vue Table",
"to": "framework/vue/vue-table"
}
]
}
]
},
{
Expand Down Expand Up @@ -62,6 +100,17 @@
"label": "Cells",
"to": "guide/cells"
}
],
"frameworks": [
{
"label": "react",
"children": [
{
"label": "Table State",
"to": "framework/react/guide/table-state"
}
]
}
]
},
{
Expand Down Expand Up @@ -219,32 +268,13 @@
"to": "enterprise/ag-grid"
}
]
}
],
"frameworkMenus": [
},
{
"framework": "react",
"menuItems": [
{
"label": "Getting Started",
"children": [
{
"label": "React Table",
"to": "framework/react/react-table"
}
]
},
"label": "Examples",
"children": [],
"frameworks": [
{
"label": "Core Guides",
"children": [
{
"label": "Table State",
"to": "framework/react/guide/table-state"
}
]
},
{
"label": "Examples",
"label": "react",
"children": [
{
"to": "framework/react/examples/basic",
Expand Down Expand Up @@ -363,23 +393,9 @@
"label": "React Full Width Resizable"
}
]
}
]
},
{
"framework": "solid",
"menuItems": [
{
"label": "Getting Started",
"children": [
{
"label": "Solid Table",
"to": "framework/solid/solid-table"
}
]
},
{
"label": "Examples",
"label": "solid",
"children": [
{
"to": "framework/solid/examples/basic",
Expand Down Expand Up @@ -410,23 +426,9 @@
"label": "Solid Bootstrap"
}
]
}
]
},
{
"framework": "svelte",
"menuItems": [
{
"label": "Getting Started",
"children": [
{
"label": "Svelte Table",
"to": "framework/svelte/svelte-table"
}
]
},
{
"label": "Examples",
"label": "svelte",
"children": [
{
"to": "framework/svelte/examples/basic",
Expand Down Expand Up @@ -457,23 +459,9 @@
"label": "Sorting"
}
]
}
]
},
{
"framework": "vue",
"menuItems": [
{
"label": "Getting Started",
"children": [
{
"label": "Vue Table",
"to": "framework/vue/vue-table"
}
]
},
{
"label": "Examples",
"label": "vue",
"children": [
{
"to": "framework/vue/examples/basic",
Expand Down