mirror of
https://github.com/LukeHagar/plex-mintlify-docs.git
synced 2025-12-06 04:20:40 +00:00
18 lines
912 B
YAML
18 lines
912 B
YAML
workflowVersion: 1.0.0
|
|
speakeasyVersion: latest
|
|
sources:
|
|
merge-code-samples-into-spec:
|
|
inputs:
|
|
- location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi:main
|
|
overlays:
|
|
- location: ./mintlify-overlay.yaml
|
|
- location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-php-plexphp:main
|
|
- location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-ruby-plexruby:main
|
|
- location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-go-plexgo:main
|
|
- location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-java-plexjava:main
|
|
- location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-typescript-plexjs:main
|
|
output: ./openapi-with-code-samples.yaml
|
|
registry:
|
|
location: registry.speakeasyapi.dev/plexapi/plexapi/merge-code-samples-into-spec
|
|
targets: {}
|