docs: add use cases index (#15279)

pull/15324/head
Bagatur 9 months ago committed by GitHub
parent 80ceed6da5
commit 8e06472c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save