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 f15d785 commit 235b172Copy full SHA for 235b172
api-docs/generate-api-docs.sh
@@ -174,9 +174,10 @@ function build {
174
# Get the version API configuration file.
175
local configPath="$version/.config.yml"
176
if [ ! -f "$configPath" ]; then
177
- configPath=".config.yml"
+ # Skip to the next version if the configuration file doesn't exist.
178
+ continue
179
fi
- echo "Using config $configPath"
180
+ echo "Using config $version $configPath"
181
# Get the product name from the configuration.
182
local versionName
183
versionName=$(yq e '.x-influxdata-product-name' "$configPath")
0 commit comments