SignorMercurio opened a new pull request, #15812:
URL: https://github.com/apache/pulsar/pull/15812
Fixes #10282
### Motivation
To sync the language tab choices on the same page to provide better
experience. See also the original issue for more detail.
### Modifications
Add `groupId` attribute to `<Tabs>`. This PR has been split into 3 commits
for easier review, which may be squashed when merging.
Note that some pages use options like `pulsar-admin`, `REST API` and `Java`,
while others use `Admin CLI`, `REST API` and `Java Admin API`. Not sure if we
should make these options consistent, but I've ensured that the options on the
same page is consistent so that the tab choices are synced on the same page.
### Verifying this change
- [x] Make sure that the change passes the CI checks.
This change is a trivial rework / code cleanup without any test coverage.
### Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API: no
- The schema: no
- The default values of configurations: no
- The wire protocol: no
- The rest endpoints: no
- The admin cli options: no
- Anything that affects deployment: no
### Documentation
Check the box below or label this PR directly.
Need to update docs?
- [x] `doc-required`
(Your PR needs to update docs and you will update later)
- [ ] `doc-not-needed`
(Please explain why)
- [ ] `doc`
(Your PR contains doc changes)
- [ ] `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]