momo-jun commented on code in PR #487: URL: https://github.com/apache/pulsar-site/pull/487#discussion_r1150060040
########## docs/client-libraries-java.md: ########## @@ -29,12 +29,12 @@ The following table outlines the API packages and reference docs for Pulsar Java Package | Description | Maven Artifact :-------|:------------|:-------------- -[`org.apache.pulsar.client.api`](/api/client) | [Java client API](/api/client/) | [org.apache.pulsar:pulsar-client:@pulsar:version@](http://search.maven.org/#artifactdetails%7Corg.apache.pulsar%7Cpulsar-client%7C@pulsar:version@%7Cjar) +[`org.apache.pulsar.client.api`](/api/client) | [Java client API](client-api-overview.md) | [org.apache.pulsar:pulsar-client:@pulsar:version@](http://search.maven.org/#artifactdetails%7Corg.apache.pulsar%7Cpulsar-client%7C@pulsar:version@%7Cjar) Review Comment: To me, the paragraph in https://pulsar.apache.org/docs/next/client-api-overview/ looks more like a concept introduction, where we provide descriptions and an illustration for explanations. I intend to relocate it to 'Pulsar API Overview' since it's the most related topic. @Anonymitaet - I wonder whether it conflicts with your plan on improving/expanding API docs. If yes, I think `Client library Overview` can be an alternative. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
