refac: pipelines section

This commit is contained in:
Timothy J. Baek
2024-07-17 22:20:39 +02:00
parent ebe6ce3be7
commit d716938efe
3 changed files with 13 additions and 5 deletions

View File

@@ -14,6 +14,12 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
pipelines: [
{
type: "autogenerated",
dirName: "pipelines",
},
],
// But you can create a sidebar manually
/*