mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 12:37:45 +00:00
fix(docs): correct spec download URLs
This commit is contained in:
@@ -235,7 +235,7 @@ const config = {
|
|||||||
outputDir: "docs/plex-tv", // Output directory for generated .mdx docs
|
outputDir: "docs/plex-tv", // Output directory for generated .mdx docs
|
||||||
template: "api.mustache",
|
template: "api.mustache",
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-api-spec-dereferenced.yaml",
|
"https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-tv-spec-dereferenced.yaml",
|
||||||
sidebarOptions: {
|
sidebarOptions: {
|
||||||
groupPathsBy: "tag",
|
groupPathsBy: "tag",
|
||||||
categoryLinkSource: "tag",
|
categoryLinkSource: "tag",
|
||||||
@@ -247,7 +247,7 @@ const config = {
|
|||||||
outputDir: "docs/plex", // Output directory for generated .mdx docs
|
outputDir: "docs/plex", // Output directory for generated .mdx docs
|
||||||
template: "api.mustache",
|
template: "api.mustache",
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-api-spec-dereferenced.yaml",
|
"https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml",
|
||||||
sidebarOptions: {
|
sidebarOptions: {
|
||||||
groupPathsBy: "tag",
|
groupPathsBy: "tag",
|
||||||
categoryLinkSource: "tag",
|
categoryLinkSource: "tag",
|
||||||
|
|||||||
Reference in New Issue
Block a user