Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .kokoro/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ python3 -m nox --version
nox -s gemini_docs
# create metadata
python3 -m docuploader create-metadata \
--name="vertexai" \
--name="agentplatform" \
--version=$(python3 setup.py --version) \
--language=$(jq --raw-output '.language // empty' .repo-metadata.json) \
--distribution-name="google-cloud-vertexai" \
--distribution-name="google-cloud-agentplatform" \
--product-page=$(jq --raw-output '.product_documentation // empty' .repo-metadata.json) \
--github-repository=$(jq --raw-output '.repo // empty' .repo-metadata.json) \
--issue-tracker=$(jq --raw-output '.issue_tracker // empty' .repo-metadata.json)
Expand All @@ -43,10 +43,10 @@ python3 -m docuploader upload gemini_docs/_build/html --metadata-file docs.metad
nox -s gemini_docfx
# create metadata.
python3 -m docuploader create-metadata \
--name="vertexai" \
--name="agentplatform" \
--version=$(python3 setup.py --version) \
--language=$(jq --raw-output '.language // empty' .repo-metadata.json) \
--distribution-name="google-cloud-vertexai" \
--distribution-name="google-cloud-agentplatform" \
--product-page=$(jq --raw-output '.product_documentation // empty' .repo-metadata.json) \
--github-repository=$(jq --raw-output '.repo // empty' .repo-metadata.json) \
--issue-tracker=$(jq --raw-output '.issue_tracker // empty' .repo-metadata.json)
Expand Down
2 changes: 1 addition & 1 deletion gemini_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
root_doc = "index"

# General information about the project.
project = "google-cloud-vertexai"
project = "google-cloud-agentplatform"
copyright = "2019, Google"
author = "Google APIs"

Expand Down
Loading