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",
|
docsPluginId: "classic",
|
||||||
config: {
|
config: {
|
||||||
Plex: {
|
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
|
outputDir: "docs/plex", // Output directory for generated .mdx docs
|
||||||
template: "api.mustache",
|
template: "api.mustache",
|
||||||
sidebarOptions: {
|
sidebarOptions: {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ const sidebars = {
|
|||||||
type: "generated-index",
|
type: "generated-index",
|
||||||
title: "Plex API",
|
title: "Plex API",
|
||||||
description:
|
description:
|
||||||
"This documentation is generated from the plex open api specificiation file",
|
"This documentation is generated from an OpenAPI Specificiation File",
|
||||||
slug: "/plex",
|
slug: "/plex",
|
||||||
},
|
},
|
||||||
items: require("./docs/plex/sidebar.js"),
|
items: require("./docs/plex/sidebar.js"),
|
||||||
|
|||||||
Reference in New Issue
Block a user