initial commit

This commit is contained in:
luke-hagar-sp
2023-03-27 12:20:26 -05:00
parent 2fe4b8fadd
commit bf35f93c65
40 changed files with 11628 additions and 102 deletions

21
sidebars.js Normal file
View File

@@ -0,0 +1,21 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
plexSidebar: [
{
type: "category",
label: "Plex API",
collapsible: false,
collapsed: false,
link: {
type: "generated-index",
title: "Plex API",
description:
"This documentation is generated from the plex open api specificiation file",
slug: "/plex",
},
items: require("./docs/plex/sidebar.js"),
},
],
};
module.exports = sidebars;