Skip to content

Commit 9aa1ebd

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: rename to agentplatform
PiperOrigin-RevId: 917159269
1 parent 9702599 commit 9aa1ebd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.kokoro/publish-docs.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ python3 -m nox --version
2828
nox -s gemini_docs
2929
# create metadata
3030
python3 -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
4343
nox -s gemini_docfx
4444
# create metadata.
4545
python3 -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)

gemini_docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
root_doc = "index"
8181

8282
# General information about the project.
83-
project = "google-cloud-vertexai"
83+
project = "google-cloud-agentplatform"
8484
copyright = "2019, Google"
8585
author = "Google APIs"
8686

0 commit comments

Comments
 (0)