Adding Markdown to Sidebar

This commit is contained in:
luke-hagar-sp
2023-03-28 08:47:40 -05:00
parent 36780ad0a0
commit d20dc16f3b
2 changed files with 36 additions and 13 deletions

View File

@@ -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
},
],
},
],
};