mirror of
https://github.com/LukeHagar/plex-mintlify-docs.git
synced 2025-12-06 04:20:40 +00:00
14 lines
504 B
YAML
14 lines
504 B
YAML
overlay: 1.0.0
|
|
info:
|
|
title: Overlay to adjust the Spec for use with Mintlify
|
|
version: 0.0.1
|
|
actions:
|
|
- target: "$.servers[0].variables.protocol.description"
|
|
description: Remove the server protocol variable description
|
|
remove: true
|
|
- target: "$.servers[0].variables.ip.description"
|
|
description: Remove the server ip variable description
|
|
remove: true
|
|
- target: "$.servers[0].variables.port.description"
|
|
description: Remove the server port variable description
|
|
remove: true |