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