nixpkgs/nixos/doc/manual/from_md
Naïm Favier e8927c46b8
nixos/doc: document mkOrder and friends
Add a section on ordering option definitions.

Also mention `mkDefault` in the section on `mkOverride`.

Clarify the code a bit by renaming `defaultPriority` to
`defaultOverridePriority` and introducing `defaultOrderPriority`.
2022-12-02 14:15:24 +01:00
..
administration
configuration nixos/manual: Don't recommend mkpasswd methods 2022-11-19 14:07:59 +01:00
development nixos/doc: document mkOrder and friends 2022-12-02 14:15:24 +01:00
installation Release NixOS 22.11 2022-11-30 11:52:38 +01:00
release-notes Merge pull request #198592 from winterqt/remove-dispatchsrht 2022-12-01 16:18:07 +01:00
contributing-to-this-manual.chapter.xml
README.md

This directory is temporarily needed while we transition the manual to CommonMark. It stores the output of the ../md-to-db.sh script that converts CommonMark files back to DocBook.

We are choosing to convert the Markdown to DocBook at authoring time instead of manual building time, because we do not want the pandoc toolchain to become part of the NixOS closure.

Do not edit the DocBook files inside this directory or its subdirectories. Instead, edit the corresponding .md file in the normal manual directories, and run ../md-to-db.sh to update the file here.