From d4a72beb42b60937008c2b029031b9fdd2e69321 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:50:15 -0500 Subject: [PATCH] fix(docs): correct spec download URLs --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 34e7831..f56ad2d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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",