Skip to content

Commit

Permalink
docs: add use cases index (#15279)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 29, 2023
1 parent 80ceed6 commit 8e06472
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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" }
],
};

0 comments on commit 8e06472

Please sign in to comment.