updated cloudformation template and api-docs generator
parent
f5adf29ed6
commit
872f8c348d
|
@ -7,7 +7,7 @@ for version in $versions
|
||||||
do
|
do
|
||||||
# Trim the trailing slash off the directory name
|
# Trim the trailing slash off the directory name
|
||||||
version="${version%/}"
|
version="${version%/}"
|
||||||
menu="${version//./_}_ref"
|
menu="influxdb_$(echo $version | sed 's/\./_/g;s/[^0-9_]//g;')_ref"
|
||||||
|
|
||||||
# Generate the frontmatter
|
# Generate the frontmatter
|
||||||
frontmatter="---
|
frontmatter="---
|
||||||
|
|
|
@ -25,7 +25,7 @@ Parameters:
|
||||||
DomainName:
|
DomainName:
|
||||||
Type: String
|
Type: String
|
||||||
Description: The docs website domain name.
|
Description: The docs website domain name.
|
||||||
Default: dev.docs.influxdata.com
|
Default: docs.influxdata.com
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
Outputs:
|
Outputs:
|
||||||
|
|
Loading…
Reference in New Issue