diff --git a/docs/website-doc.sh b/docs/website-doc.sh index 5dbe456..c8d240b 100755 --- a/docs/website-doc.sh +++ b/docs/website-doc.sh @@ -55,9 +55,13 @@ function api () { # This let know the website about the available APIs documentations. echo "Building Jekyll data: $VERSIONS_YML" # Erase previous content. - echo "$HEADER" > "$VERSIONS_YML" - echo "# However, it's correct to /remove/ old API docs here." - echo "# While at it, don't forget to adjust the _doc/versions directory." + echo > "$VERSIONS_YML" <