Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a new attempt to publish javadoc and reference docs to docs.spring.io/projecrtreactor/reactor-netty/
in previous abandonned PR #3328 , the PR was based on publishing an additional docs.zip with special properties, but this introduced important drawbacks:
in this PR, a new approach similar to spring-security deployDocs task is used: docs are now published instantly using some ssh commands (and autoln scripts are also executed using ssh).
So, no more delays, instant publication, and no more additional special docs zip published.
please notice the following:
GraalVM
smoke tests #2899 , in build.gradle.on each push, the following docs will be updated here:
https://docs.spring.io/projectreactor/reactor-netty/docs/VERSION/api/
(javadoc)https://docs.spring.io/projectreactor/reactor-netty/docs/VERSION/reference/html/
(reference doc)https://docs.spring.io/projectreactor/reactor-netty/docs/VERSION/reference/pdf/
(pdf reference doc)https://docs.spring.io/projectreactor/reactor-netty/docs/current
-> (the latest stable docs)https://docs.spring.io/projectreactor/reactor-netty/docs/current-SNAPSHOT
-> (the most recent snapshot docs)https://docs.spring.io/projectreactor/reactor-netty/docs/<major>.<minor>.x
-> (the most recently released version starting with<major>.<minor>
)https://docs.spring.io/projectreactor/reactor-netty/docs/<major>.<minor>.x-SNAPSHOT
-> (the most recent snapshot docs starting with<major>.<minor>
)you can check existing docs which have been manually uploaded in https://docs.spring.io/projectreactor/reactor-netty/docs/