summaryrefslogtreecommitdiff
path: root/doc/manpage-urls.json (follow)
Commit message (Expand)AuthorAgeFilesLines
* nixos: Elaborate documentation for fileSystems.* optionsShelvacu2025-05-071-0/+2
* doc/rl-2505: document systemd-ssh-generator changesMarie Ramlow2025-03-151-0/+2
* nixos/btrbk: add snapshotOnly optioncy2025-01-031-0/+1
* doc/manpage-urls.json: sort alphabetically•••This will hopefully reduce future diffs, as JSON doesn't have a trailing comma for lists, and it's unlikely that new commands will be added after the letter `v`. Sorting this list alphabetically also makes it slightly more organised. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2024-12-101-153/+151
* nixos/bat: init bat module•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2024-12-101-1/+2
* doc: improve fetchers overview, deduplicate readme content, follow doc conven...•••* doc: improve fetchers overview, deduplicate readme content * Improve caveat explanation and some fetchurl content * move out consumer docs on source fetching * move note on mirror URLs to the relevant section this may be better suited for the `fetchurl` reference, but it's probably better to just render that information into the manual. for now, because - contributor documentation encourages mirrors - we can expect contributors to dig into the source - linking source files is trivial in in-code documentation we leave it there. * move instructions for updating hashes to the manual * Add more clarity on text, reorganise source hash methods --------- Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Dominic Mills-Howell <dominic.millz27@gmail.com> Co-authored-by: lolbinarycat <dogedoge61+github@gmail.com>Daniel Sidhion2024-04-031-1/+3
* doc: update docs for portableService, follow doc conventionsDS2024-02-291-1/+2
* doc: update docs in ociTools, follow doc conventionsDS2024-02-291-0/+1
* doc: update buildNixShellImage docs, add streamNixShellImage docsDS2024-02-081-1/+2
* doc: update environment helpers in dockerTools docs, add fakeNss section•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> DS2024-02-011-1/+4
* doc/manpage-urls.json: Fix link to gnunet's manualnicoo2023-12-181-1/+1
* doc/manpage-urls.json: Add *all* systemd manpages•••and add the generating script to `maintainers/scripts/doc` nicoo2023-12-121-3/+287
* nixos/xdg/portal: Add config and configPackages option•••In x-d-p 1.17, when no configs are given, you apps will likely not able to find a backend. Let users aware of the changes. Bobby Rong2023-11-211-0/+2
* doc/manpage-urls.json: add gnunet.confNaïm Favier2023-01-211-0/+1
* doc/manpage-urls.json: add mpdNaïm Favier2023-01-211-1/+3
* doc: separate manpage URLs from the Pandoc filter•••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. Naïm Favier2023-01-021-0/+29