We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ee5ca commit 2edbf16Copy full SHA for 2edbf16
scripts/generate-api-docs.sh
@@ -3,7 +3,7 @@
3
# Script to generate HTML documentation from all API specs using Redocly
4
# This will convert all .yaml and .yml files in the specs directory to HTML
5
6
-set -e
+set -ex
7
8
# Colors for output
9
RED='\033[0;31m'
specs/application/listing.yaml
@@ -5,7 +5,7 @@ info:
paths:
/orchestrator/app/autocomplete:
get:
- description: list of namespaces group by clusters - TEST2
+ description: list of namespaces group by clusters - TEST1
parameters:
10
- in: query
11
name: appName
0 commit comments