File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ python3 -m nox --version
2828nox -s gemini_docs
2929# create metadata
3030python3 -m docuploader create-metadata \
31- --name=" vertexai " \
31+ --name=" agentplatform " \
3232 --version=$( python3 setup.py --version) \
3333 --language=$( jq --raw-output ' .language // empty' .repo-metadata.json) \
34- --distribution-name=" google-cloud-vertexai " \
34+ --distribution-name=" google-cloud-agentplatform " \
3535 --product-page=$( jq --raw-output ' .product_documentation // empty' .repo-metadata.json) \
3636 --github-repository=$( jq --raw-output ' .repo // empty' .repo-metadata.json) \
3737 --issue-tracker=$( jq --raw-output ' .issue_tracker // empty' .repo-metadata.json)
@@ -43,10 +43,10 @@ python3 -m docuploader upload gemini_docs/_build/html --metadata-file docs.metad
4343nox -s gemini_docfx
4444# create metadata.
4545python3 -m docuploader create-metadata \
46- --name=" vertexai " \
46+ --name=" agentplatform " \
4747 --version=$( python3 setup.py --version) \
4848 --language=$( jq --raw-output ' .language // empty' .repo-metadata.json) \
49- --distribution-name=" google-cloud-vertexai " \
49+ --distribution-name=" google-cloud-agentplatform " \
5050 --product-page=$( jq --raw-output ' .product_documentation // empty' .repo-metadata.json) \
5151 --github-repository=$( jq --raw-output ' .repo // empty' .repo-metadata.json) \
5252 --issue-tracker=$( jq --raw-output ' .issue_tracker // empty' .repo-metadata.json)
Original file line number Diff line number Diff line change 8080root_doc = "index"
8181
8282# General information about the project.
83- project = "google-cloud-vertexai "
83+ project = "google-cloud-agentplatform "
8484copyright = "2019, Google"
8585author = "Google APIs"
8686
You can’t perform that action at this time.
0 commit comments