feat: Initial website#939
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a static documentation site for the A2A Java SDK built with Roq. The review feedback identifies several critical issues across the configuration, scripts, and documentation examples. Specifically, the Maven configuration in docs/pom.xml uses a non-existent plugin version and an unsupported Java compiler release. The JavaScript in head-scripts.html references a mutable CDN branch and lacks a null check on a DOM query. Additionally, the code examples in server.md contain potential null pointer dereferences and compilation errors, while the Qute template in about.md has a syntax error due to an incomplete Elvis operator.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Initial website Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
Creating our own website