Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed May 20, 2024
1 parent c7f3963 commit f71a414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: ./gradlew reactor-netty-incubator-quic:check

# build antora doc for the current branch, and upload docs/build results to workflow run.
# Each deploy jobs can then download it, in order to let the docs-zip be built properly
# Each deploy job can then download it, in order to let the docs-zip be built properly
# (see reactor-netty/build.gradle which includes docs/build/site and optionally docs/assembly/.../pdf into the target docs.zip)
build-branch-doc:
runs-on: ubuntu-20.04
Expand Down
5 changes: 1 addition & 4 deletions docs/antora-assembler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
root_level: 0
#component_versions: '*'
build:
publish: false
asciidoc:
Expand All @@ -8,6 +7,4 @@ asciidoc:
attributes:
source-highlighter: rouge
pdf-theme: ./pdf-theme.yml
pdf-dest: reactor-netty-reference-guide.pdf


pdf-dest: reactor-netty-reference-guide.pdf
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/about-doc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ifeval::["{backend}" == "html5"]
TIP: To facilitate documentation edits, you can edit the current page from the `Edit this Page` link located in the upper right corner sidebar. The link opens
an edit `UI` directly on `GitHub` for the main source file for the current page. 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/modules/ROOT/pages/about-doc.adoc[Edit this Page^, role="fa fa-edit"] to xref:about-doc.adoc[About the Documentation].
link:https://github.com/reactor/reactor-netty/edit/main/docs/modules/ROOT/pages/about-doc.adoc[Edit this Page^, role="fa fa-edit"] to make changes to xref:about-doc.adoc[About the Documentation] page.
endif::[]

[[getting-help]]
Expand Down

0 comments on commit f71a414

Please sign in to comment.