Fixed docs layout

This commit is contained in:
0xThresh.eth 2024-07-20 11:33:23 -06:00
parent 517e172cc9
commit 2dfe6ee809
4 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
--- ---
sidebar_position: 2 sidebar_position: 1
title: "🚀 Getting Started" title: "🚀 Getting Started"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
sidebar_position: 1 sidebar_position: 1
title: "Pipelines" title: "Pipelines"
--- ---
import { TopBanners } from "@site/src/components/TopBanners"; import { TopBanners } from "@site/src/components/TopBanners";

View File

@ -72,12 +72,12 @@ const config: Config = {
srcDark: "img/logo-dark.png", srcDark: "img/logo-dark.png",
}, },
items: [ items: [
{ // {
type: "docSidebar", // type: "docSidebar",
position: "left", // position: "left",
sidebarId: "pipelines", // sidebarId: "pipelines",
label: "Pipelines", // label: "Pipelines",
}, // },
// { // {
// type: "docSidebar", // type: "docSidebar",

View File

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