mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Merge pull request #5 from ReenigneArcher/patch-2
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
|
||||
template: "api.mustache",
|
||||
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: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
@@ -247,7 +247,7 @@ const config = {
|
||||
outputDir: "docs/plex", // Output directory for generated .mdx docs
|
||||
template: "api.mustache",
|
||||
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: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
|
||||
Reference in New Issue
Block a user