X Tutup
The Wayback Machine - https://web.archive.org/web/20201115080941/https://github.com/reactor/reactor-core/issues/2371
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Links to The Operator Javadoc in the "Choosing an Operator" Guide #2371

Open
SentryMan opened this issue Sep 10, 2020 · 1 comment
Open

Add Links to The Operator Javadoc in the "Choosing an Operator" Guide #2371

SentryMan opened this issue Sep 10, 2020 · 1 comment

Comments

@SentryMan
Copy link

@SentryMan SentryMan commented Sep 10, 2020

Documentation Issue

It's a bit inconvenient to have to google an operator you find in the guide to get more information on how it works. Is there a specific reason we don't have hyperlinks to the documentation?

Improvement Suggestion

Add links to the the javadoc of the operators to the guide.

@simonbasle
Copy link
Member

@simonbasle simonbasle commented Sep 28, 2020

Not really, hasn't been requested that much and is tedious work so it was never prioritized. Contributions are welcome! One small challenge is that some of these operators are common to Flux and Mono (when not explicitly prefixed with the target class).

@simonbasle simonbasle added this to the Backburner milestone Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.
X Tutup