mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Linked Doc gen
This commit is contained in:
@@ -186,7 +186,8 @@ const config = {
|
||||
docsPluginId: "classic",
|
||||
config: {
|
||||
Plex: {
|
||||
specPath: "static/plex-api-spec-dereferenced.yaml", // Path to designated spec file
|
||||
specPath:
|
||||
"https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-api-spec-dereferenced.yaml", // Path to designated spec file
|
||||
outputDir: "docs/plex", // Output directory for generated .mdx docs
|
||||
template: "api.mustache",
|
||||
sidebarOptions: {
|
||||
|
||||
@@ -10,7 +10,7 @@ const sidebars = {
|
||||
type: "generated-index",
|
||||
title: "Plex API",
|
||||
description:
|
||||
"This documentation is generated from the plex open api specificiation file",
|
||||
"This documentation is generated from an OpenAPI Specificiation File",
|
||||
slug: "/plex",
|
||||
},
|
||||
items: require("./docs/plex/sidebar.js"),
|
||||
|
||||
Reference in New Issue
Block a user