docs: update Oranda, fix syntax highlighting #304
Merged
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.
chore: update Oranda
This commit updates Oranda from v0.3.1 to v0.6.1. I don't believe any of
the new Oranda features are particularly relevant to us, but there are
some nice bugfixes, including draft mdBook chapter titles are unreadable in
oranda-dark
andoranda-light
mdBook theme axodotdev/oranda#654, which fixesunreadable CSS colors for mdBook draft chapters in the Oranda CSS themes
which we use.
Also, since Fix the tailwind dependency breaking the Nix flake axodotdev/oranda#609 has merged upstream, we can change the
Nix flake to depend on upstream Oranda rather than my fork.
docs: change "console" markdown syntax to "shell"
Oranda doesn't know how to highlight "console", it does know how to
highlight "shell":
GitHub's Markdown renderer treats these as equivalent, so switching the
code blocks currently marked as "console" to "shell" results in much
nicer syntax highlighting in the Oranda site without changing the way
the READMEs look on GitHub.