Cleaning and adding content

This commit is contained in:
Luke Hagar
2024-06-29 01:00:10 +00:00
parent 62424eceb4
commit fbc1897501
4 changed files with 10 additions and 12 deletions

View File

@@ -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: {}

View File

@@ -33,7 +33,7 @@
"navigation": [ "navigation": [
{ {
"group": "Getting Started", "group": "Getting Started",
"pages": ["Intro", "api-specification", "SDKs"] "pages": ["Intro", "Open-API-Specification", "SDKs", "other-resources"]
} }
], ],
"footerSocials": { "footerSocials": {

9
other-resources.mdx Normal file
View File

@@ -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/ |