docs: Updating README to point to the website for documentation thus#961
Conversation
There was a problem hiding this comment.
Code Review
This pull request significantly simplifies the README.md file by removing detailed setup, configuration, and usage instructions, replacing them with links to the official external documentation. The reviewer identified an incorrect URL path for the announcements link and provided a suggestion to correct it.
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.
kabir
left a comment
There was a problem hiding this comment.
Is this a bit premature?
We need the 'completed' new site first, and a lot of the info it needs will come from here
|
@kabir I disagree, the website already provides all the details. We shouldn't duplicate those on the README |
|
@kabir the code examples have been moved to the server.md and client.md |
Replace ~870 lines of detailed setup, configuration, and API usage documentation in README.md with a slim overview linking to a2aproject.github.io/a2a-java. Migrate the removed content into docs/content/server.md (configuration system, task authorization, user identity, v0.3 backward compatibility) and docs/content/client.md (push notification config, REST transport, v0.3 client notes). Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
avoiding duplication