docs: dark manual twin + cross-linked documentation (release prep)#45
Merged
Conversation
assets/readme/manual-dark.pdf renders the SAME manual.md through DefaultMarkdownTheme.dark() — one theme object swapped, whole document reskinned; the manual's closing section says so and ManualTest.darkManualComposer() pins it (same page count/structure as light, dark chrome intact). The footer now uses the theme's muted ink so it reads on both surfaces. Documentation is now interlinked for the release: README links both manuals; docs/{architecture,theming,custom-renderers}.md cross-link the manual; theming.md gains the FooterTokens page-chrome section; custom-renderers.md gains the renderer-swap section with the BookTocRenderer example. Suite green (181).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Why
Release prep for 0.3.0: the manual needed its dark twin (the strongest reskin demo the repo can make — same source, one theme object swapped), and the docs guides didn't yet reference the manual or the new 0.3.0 surfaces.
What changed
manual-dark.pdf— the samemanual.mdthroughDefaultMarkdownTheme.dark()(6 pages, identical structure; footer now uses the theme's muted ink so it reads on both surfaces).ManualTest.darkManualComposer()pins it.architecture/theming/custom-rendererscross-link the manual;theming.mdgains aFooterTokenspage-chrome section;custom-renderers.mdgains a renderer-swap section with theBookTocRendererexample.[Unreleased].Verification
./mvnw clean verify→ BUILD SUCCESS, 181 tests, 0 failures. Dark page 1 visually confirmed: dark navy surface, light text, readable dot-leader contents with live page numbers, footer.