Merge pull request #1272 from influxdata/migrate-api-docs

Updat path in API doc generator script
pull/1301/head
Scott Anderson 2020-08-06 09:57:11 -06:00 committed by GitHub
commit cb64ee25f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ weight: 102
# Remove redoc file and move the tmp file to it's proper place
rm -f redoc-static.html
mv $version.tmp ../content/$version/api.html
mv $version.tmp ../content/influxdb/$version/api.html
done