added overlay for mintlify

This commit is contained in:
Luke Hagar
2024-09-09 16:10:36 +00:00
parent 41ad5e9f09
commit c4eda454cc
3 changed files with 20 additions and 5 deletions

14
mintlify-overlay.yaml Normal file
View File

@@ -0,0 +1,14 @@
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