mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Adding Markdown to Sidebar
This commit is contained in:
19
sidebars.js
19
sidebars.js
@@ -15,6 +15,25 @@ const sidebars = {
|
||||
},
|
||||
items: require("./docs/plex/sidebar.js"),
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Legacy Markdown",
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Legacy API Markdown",
|
||||
description:
|
||||
"This documentation is the source markdown data used to create the open API Document",
|
||||
slug: "/legacy",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "legacy/plex", // generate sidebar
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user