summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2009.section.md
Commit message (Collapse)AuthorAge
* nixos/doc: fix merged items in 20.09 rel notesAlyssa Ross2021-09-11
| | | | | These items (notmuch and device tree) are completely different topics, so were obviously merged into a single bullet by mistake.
* docs: nixos release notes (w/o 2105 - separate PR)David Arnold2021-06-22
docs: nixos release notes (revise code blocks) docs: nixos release notes (fix opt links outside of code blocks) docs: nixos release notes (fix opt links inside of code blocks) went fishing with: ```console rg -A1 \ --multiline \ --multiline-dotall \ '<programlisting>[^</programlisting>]+' \ | rg linkend ``` docs: nixos release notes (prettier) docs: nixos release notes (fix zonefile codeblocks) docs: nixos release notes (restore admonition from prettier destriction) docs: nixos release notes (recreate xml files) docs: nixos release notes (fix trnslation error md -> xml) admonition with a title seem not to work docs: nixos release notes (fix code block indentation) docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270) docs: nixos release notes (fix remaingin '???') Those where not catched i a previous iteration since they didn't satisfy the then presumed search regex `#opt-.*` doc: nixos release notes make docbook/md conversion consistent