Christopher Mullins 6 роки тому
батько
коміт
13acc69a6d
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .prepare_docs

+ 1 - 1
.prepare_docs

@@ -36,7 +36,7 @@ git_ref_version=$(git describe --always)
 branch_docs_dir="${BRANCHES_DIR}/${git_ref_version}"
 
 # Build Redoc bundle (a single HTML file)
-redoc-cli bundle ${API_SPEC_FILE} -o ${redoc_bundle_file}
+redoc-cli bundle ${API_SPEC_FILE} -o ${redoc_bundle_file} --title 'Milight Hub API Documentation'
 
 # Check out current stuff from gh-pages (we'll append to it)
 git fetch origin 'refs/heads/gh-pages:refs/heads/gh-pages'