mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
initial commit
This commit is contained in:
21
sidebars.js
Normal file
21
sidebars.js
Normal 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;
|
||||
Reference in New Issue
Block a user