Skip to content

Commit

Permalink
docs: Update docs/config.json (#5404)
Browse files Browse the repository at this point in the history
* docs: Update docs/config.json

* Update schema
  • Loading branch information
lachlancollins committed Mar 12, 2024
1 parent 38f8c7c commit af29b3b
Showing 1 changed file with 58 additions and 70 deletions.
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

0 comments on commit af29b3b

Please sign in to comment.