mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
a8d4cf149c
Move the manpage-to-URL mapping to `doc/manpage-urls.json` so that we can reuse that file elsewhere, and generate the `link-manpages.lua` filter from that file. Also modify the Pandoc filter so that it doesn't wrap manpages that are already inside a link. Keeping a Lua filter is essential for speed: a Python filter would increase the runtime `md-to-db.sh` from ~20s to ~30s (but Python is not to blame; marshalling Pandoc types to and from JSON is a costly operation). Parsing in Lua seems tedious, so I went with the Nix way. |
||
---|---|---|
.. | ||
coding-conventions.chapter.md | ||
contributing-to-documentation.chapter.md | ||
quick-start.chapter.md | ||
reviewing-contributions.chapter.md | ||
submitting-changes.chapter.md | ||
vulnerability-roundup.chapter.md |