Skip to content

Commit

Permalink
docs: refactor javadoc
Browse files Browse the repository at this point in the history
Refactor javadoc to use new MrDocs features
  • Loading branch information
alandefreitas committed Jan 10, 2025
1 parent 435c05a commit da331e4
Show file tree
Hide file tree
Showing 58 changed files with 6,000 additions and 2,876 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
echo 'CXX=${{ steps.setup-cpp.outputs.cxx || matrix.cxx || '' }}' >> $GITHUB_ENV
echo 'CXXFLAGS=${{ (matrix.intsan && '-fsanitize=integer -fno-sanitize=unsigned-integer-overflow -fno-sanitize-recover=integer -fno-omit-frame-pointer') || (matrix.boundssan && '-fsanitize=bounds -fno-sanitize-recover=bounds -fno-omit-frame-pointer') || matrix.cxxflags || '' }}' >> $GITHUB_ENV
echo 'CXXSTD=${{ matrix.latest-cxxstd || '' }}' >> $GITHUB_ENV
echo 'BUILD_SHARED_LIB=${{ matrix.shared || '' }}' >> $GITHUB_ENV
echo 'BUILD_SHARED_LIBS=${{ matrix.shared || '' }}' >> $GITHUB_ENV
echo 'CMAKE_RUN_TESTS=true' >> $GITHUB_ENV
echo 'CMAKE_PACKAGE=false' >> $GITHUB_ENV
Expand Down
6 changes: 1 addition & 5 deletions doc/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@
** xref:examples/router.adoc[]
** xref:examples/sanitize.adoc[]
* xref:reference.adoc[Reference]
** Concepts
*** xref:concepts/CharSet.adoc[]
*** xref:concepts/Rule.adoc[]
*** xref:concepts/StringToken.adoc[]
** xref:HelpCard.adoc[]
* xref:HelpCard.adoc[]
116 changes: 0 additions & 116 deletions doc/modules/ROOT/pages/concepts/CharSet.adoc

This file was deleted.

101 changes: 0 additions & 101 deletions doc/modules/ROOT/pages/concepts/Rule.adoc

This file was deleted.

149 changes: 0 additions & 149 deletions doc/modules/ROOT/pages/concepts/StringToken.adoc

This file was deleted.

Loading

0 comments on commit da331e4

Please sign in to comment.