From 2dfe6ee809a0d901f299888890c2077cb25aa64c Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Sat, 20 Jul 2024 11:33:23 -0600 Subject: [PATCH] Fixed docs layout --- docs/getting-started/index.mdx | 2 +- docs/pipelines/index.mdx | 2 +- docusaurus.config.ts | 12 ++++++------ sidebars.ts | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index a4e479c..9e8fc43 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 1 title: "🚀 Getting Started" --- diff --git a/docs/pipelines/index.mdx b/docs/pipelines/index.mdx index c717dea..6f35739 100644 --- a/docs/pipelines/index.mdx +++ b/docs/pipelines/index.mdx @@ -1,6 +1,6 @@ --- sidebar_position: 1 -title: "Pipelines" +title: "⚡ Pipelines" --- import { TopBanners } from "@site/src/components/TopBanners"; diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 942ffc9..ed022d2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -72,12 +72,12 @@ const config: Config = { srcDark: "img/logo-dark.png", }, items: [ - { - type: "docSidebar", - position: "left", - sidebarId: "pipelines", - label: "Pipelines", - }, + // { + // type: "docSidebar", + // position: "left", + // sidebarId: "pipelines", + // label: "Pipelines", + // }, // { // type: "docSidebar", diff --git a/sidebars.ts b/sidebars.ts index 19f16cd..6561616 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -14,12 +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", - }, - ], + // pipelines: [ + // { + // type: "autogenerated", + // dirName: "pipelines", + // }, + // ], // But you can create a sidebar manually /*