Uh oh!
There was an error while loading. Please reload this page.
Add docs for arcade-java and Spring AI guide - #903
Conversation
- Change /guides/security to /guides/user-facing-agents/secure-auth-production in Spring AI guide - Add missing <Tabs.Tab> wrapper around Java code block in call-tool-agent quickstart - Fix copy-paste comment from "Go Client" to "Java Client" in references page Made-with: Cursor
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| <Tabs items={["Python", "JavaScript"]} storageKey="preferredLanguage"> | ||
| <Tabs items={["Python", "JavaScript", "Java"]} storageKey="preferredLanguage"> | ||
| <Tabs.Tab> | ||
| Create a new file `direct_api_call.py` and import all libraries we're going to use: |
There was a problem hiding this comment.
Google.We: Replaced 'we're going to use' with 'you'll need' to use second person
| Create a new file `direct_api_call.py` and import all libraries we're going to use: | |
| Create a new file `direct_api_call.py` and import all libraries you'll need: |
| </Tabs.Tab> | ||
| <Tabs.Tab> | ||
| Create a new file `GmailExample.java` and import all packages we're going to use: |
There was a problem hiding this comment.
Google.We: Replaced 'we're going to use' with 'you'll need' to use second person
| Create a new file `GmailExample.java` and import all packages we're going to use: | |
| Create a new file `GmailExample.java` and import all packages you'll need: |
| <Tabs items={["Python", "JavaScript"]} storageKey="preferredLanguage"> | ||
| <Tabs items={["Python", "JavaScript", "Java"]} storageKey="preferredLanguage"> | ||
| <Tabs.Tab> | ||
| Create a new file `direct_api_call.py` and import all libraries we're going to use: |
There was a problem hiding this comment.
Google.We: Changed 'we're going to use' to 'you'll need' to use second person instead of first-person plural
| Create a new file `direct_api_call.py` and import all libraries we're going to use: | |
| Create a new file `direct_api_call.py` and import all libraries you'll need: |
| </Tabs.Tab> | ||
| <Tabs.Tab> | ||
| Create a new file `GmailExample.java` and import all packages we're going to use: |
There was a problem hiding this comment.
Google.We: Changed 'we're going to use' to 'you'll need' to use second person instead of first-person plural
| Create a new file `GmailExample.java` and import all packages we're going to use: | |
| Create a new file `GmailExample.java` and import all packages you'll need: |
vfanelle
commented
Apr 7, 2026
The Vercel deploy preview is up! Here are the key pages to review: |
Uh oh!
There was an error while loading. Please reload this page.
Summary
/get-started/agent-frameworks/springaiBased on @bdemers' work in #840, rebased onto current
mainwith fixes:/guides/securitylink (sidebar reorganized since Brian's branch was created) → now points to/guides/user-facing-agents/secure-auth-production<Tabs.Tab>wrapper around Java code block in call-tool-agent quickstartGo Client→Java Client)Supersedes #840 — moved to an internal branch so CI has access to repo secrets.
Test plan
Made with Cursor