Skip to content

Commit

Permalink
chore(internal/godocfx): set stem for vertexai (googleapis#10140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpg committed May 9, 2024
1 parent 7c65bc6 commit 11e1334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/godocfx/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,7 @@ language: "go"
fmt.Fprintf(w, "stem: \"/appengine/docs/legacy/standard/go111/reference\"\n")
case "google.golang.org/appengine/v2":
fmt.Fprintf(w, "stem: \"/appengine/docs/standard/go/reference/services/bundled\"\n")
case "cloud.google.com/go/vertexai":
fmt.Fprintf(w, "stem: \"/vertex-ai/generative-ai/docs/reference/go\"\n")
}
}

0 comments on commit 11e1334

Please sign in to comment.