momo-jun opened a new pull request, #487: URL: https://github.com/apache/pulsar-site/pull/487
This PR is a follow-up to the Pulsar client doc refactoring implemented in https://github.com/apache/pulsar-site/pull/393. Thank @RobertIndie for adding the missing configs for [C++](https://github.com/apache/pulsar-site/pull/465/)/[Python](https://github.com/apache/pulsar-site/pull/472)/[Go](https://github.com/apache/pulsar-site/pull/479) clients. Since the reference config docs (Java/C++/Python/Go) are auto-generated from code and shown as links in the docs, we can relocate these ref links to make the structure more flattened and straightforward. The [existing static configs for Node.js client](https://pulsar.apache.org/docs/next/client-libraries-node-configs/) are retained in the docs, since we don't have auto-generated API docs for [Node.js](https://github.com/apache/pulsar/issues/19876) and [C#](https://github.com/apache/pulsar/issues/19877) in place at this moment, but it can be removed as soon as the gap is fulfilled. ### Modification 1. Relocate the links of configs of Java/C++/Python/Go clients. 2. Relocate the Java client memory config info to the reference site. 3. Refresh the links pointing to client API docs. Preview screenshot of the reference site: <img width="1739" alt="image" src="https://user-images.githubusercontent.com/60642177/226842695-b916d485-662d-41db-86ab-e912db8fef1d.png"> ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [x] `doc` <!-- Your PR contains doc changes. Please attach the local preview screenshots (run `./preview.sh` at root path) to your PR description, or else your PR might not get merged. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- 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]
