diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml deleted file mode 100644 index ef21e67..0000000 --- a/.speakeasy/workflow.yaml +++ /dev/null @@ -1,11 +0,0 @@ -workflowVersion: 1.0.0 -speakeasyVersion: latest -sources: - # Plex-API: - # inputs: - # - location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api:latest - # # overlays: - # # - location: ./mintlify-overlay.yaml - # # - location: https://github.com/LukeHagar/plexjs/raw/main/codeSamples.yaml - # output: plexapi -targets: {} diff --git a/api-specification.mdx b/Open-API-Specification.mdx similarity index 100% rename from api-specification.mdx rename to Open-API-Specification.mdx diff --git a/mint.json b/mint.json index 0a34af8..4790e8d 100644 --- a/mint.json +++ b/mint.json @@ -33,7 +33,7 @@ "navigation": [ { "group": "Getting Started", - "pages": ["Intro", "api-specification", "SDKs"] + "pages": ["Intro", "Open-API-Specification", "SDKs", "other-resources"] } ], "footerSocials": { diff --git a/other-resources.mdx b/other-resources.mdx new file mode 100644 index 0000000..11a930e --- /dev/null +++ b/other-resources.mdx @@ -0,0 +1,9 @@ +Other Helpful Plex API Resources + +| Website | URL | +|---------|-----| +| Plex Web API Overview | https://github.com/Arcanemagus/plex-api/wiki/Plex-Web-API-Overview | +| Plex API Wiki | https://github.com/Arcanemagus/plex-api/wiki | +| Plex API Filter Documentation | https://github.com/jc21/plex-api/blob/master/docs/Filter.md | +| Plexopedia API Overview | https://www.plexopedia.com/plex-media-server/api/ | +| Plexopedia API Filter | https://www.plexopedia.com/plex-media-server/api/filter/ | \ No newline at end of file