docs: support multiple sidebars in a project (#11768)
* changed to new sidebar across projects except resources * finalize multi sidebar support * clean up * remove redundant property * small changes * fixes * generate * fix error * fix initial open
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
} from "remark-rehype-plugins"
|
||||
import path from "path"
|
||||
import redirects from "./utils/redirects.mjs"
|
||||
import { generatedSidebar } from "./generated/sidebar.mjs"
|
||||
import { generatedSidebars } from "./generated/sidebar.mjs"
|
||||
|
||||
const withMDX = mdx({
|
||||
extension: /\.mdx?$/,
|
||||
@@ -82,7 +82,7 @@ const withMDX = mdx({
|
||||
[
|
||||
pageNumberRehypePlugin,
|
||||
{
|
||||
sidebar: generatedSidebar,
|
||||
sidebar: generatedSidebars[0].items,
|
||||
},
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user