Skip to content

Commit

Permalink
Update the target branch in reference documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 19, 2024
1 parent c6724ea commit d987403
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/asciidoc/about-doc.adoc
Expand Up @@ -18,7 +18,7 @@ copy contains this `Copyright Notice`, whether distributed in print or electroni
== Contributing to the Documentation
The reference guide is written in
https://asciidoctor.org/docs/asciidoc-writers-guide/[Asciidoc], and you can find its
sources at https://github.com/reactor/reactor-netty/tree/main/docs/asciidoc.
sources at https://github.com/reactor/reactor-netty/tree/1.0.x/docs/asciidoc.

If you have an improvement, we will be happy to get a pull request from you!

Expand All @@ -31,7 +31,7 @@ ifeval::["{backend}" == "html5"]
TIP: To facilitate documentation edits, most sections have a link at the end that opens
an edit `UI` directly on `GitHub` for the main source file for that section. These links are
only present in the `HTML5` version of this reference guide. They look like the following link:
link:https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/about-doc.adoc[Suggest Edit^, role="fa fa-edit"] to <<about-doc>>.
link:https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/about-doc.adoc[Suggest Edit^, role="fa fa-edit"] to <<about-doc>>.
endif::[]

== Getting Help
Expand All @@ -44,5 +44,5 @@ https://stackoverflow.com/tags/reactor-netty[`reactor-netty`].
https://github.com/reactor/reactor-netty/issues[reactor-netty].

NOTE: All of `Reactor Netty` is open source,
https://github.com/reactor/reactor-netty/tree/main/docs/asciidoc[including this
https://github.com/reactor/reactor-netty/tree/1.0.x/docs/asciidoc[including this
documentation].
18 changes: 9 additions & 9 deletions docs/asciidoc/index.asciidoc
Expand Up @@ -9,56 +9,56 @@ ifndef::host-github[:ext-relative: {outfilesuffix}]

include::about-doc.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/about-doc.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/about-doc.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<about-doc>>"
endif::[]

include::getting-started.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/getting-started.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/getting-started.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<getting-started>>"
endif::[]

include::tcp-server.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/tcp-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/tcp-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<tcp-server>>"
endif::[]

include::tcp-client.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/tcp-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/tcp-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<tcp-client>>"
endif::[]

include::http-server.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/http-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/http-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<http-server>>"
endif::[]

include::http-client.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/http-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/http-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<http-client>>"
endif::[]

include::udp-server.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/udp-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/udp-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<udp-server>>"
endif::[]

include::udp-client.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/udp-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/udp-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<udp-client>>"
endif::[]

[appendix]
include::faq.adoc[leveloffset=1]
ifeval::["{backend}" == "html5"]
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/faq.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
https://github.com/reactor/reactor-netty/edit/1.0.x/docs/asciidoc/faq.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
to "<<faq>>"
endif::[]

0 comments on commit d987403

Please sign in to comment.