Skip to content

Commit 2edbf16

Browse files
committed
misc: test commit
1 parent a1ee5ca commit 2edbf16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/generate-api-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Script to generate HTML documentation from all API specs using Redocly
44
# This will convert all .yaml and .yml files in the specs directory to HTML
55

6-
set -e
6+
set -ex
77

88
# Colors for output
99
RED='\033[0;31m'

specs/application/listing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
paths:
66
/orchestrator/app/autocomplete:
77
get:
8-
description: list of namespaces group by clusters - TEST2
8+
description: list of namespaces group by clusters - TEST1
99
parameters:
1010
- in: query
1111
name: appName

0 commit comments

Comments
 (0)