docs: add use cases index (#15279)

This commit is contained in:
Bagatur 2023-12-29 12:02:31 -05:00 committed by GitHub
parent 80ceed6da5
commit 8e06472c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,12 +115,19 @@ module.exports = {
], ],
link: { link: {
type: 'generated-index', type: 'generated-index',
slug: "integrations/components", slug: "integrations/components",
}, },
}, },
], ],
use_cases: [ use_cases: [
{type: "autogenerated", dirName: "use_cases" } {
type: "category",
label: "Use cases",
items: [
{ type: "autogenerated", dirName: "use_cases" },
],
link: { type: 'generated-index', slug: "use_cases"}
},
], ],
guides: [ guides: [
{type: "autogenerated", dirName: "guides" } {type: "autogenerated", dirName: "guides" }
@ -136,14 +143,6 @@ module.exports = {
}, },
], ],
contributing: [ contributing: [
// {
// type: "category",
// label: "Contributing",
// items: [
// { type: "autogenerated", dirName: "contributing" },
// ],
// link: { type: 'doc', id: "contributing/index" }
// },
{type: "autogenerated", dirName: "contributing" } {type: "autogenerated", dirName: "contributing" }
], ],
}; };