Merge pull request #5 from ReenigneArcher/patch-2

fix(docs): correct spec download URLs
This commit is contained in:
Luke Hagar
2024-01-13 21:13:27 -06:00
committed by GitHub

View File

@@ -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",