summary refs log tree commit diff
path: root/nixos/doc/manual/default.nix
Commit message (Collapse)AuthorAge
* nixos/manualPDF: use new `texlive` instead of `tetex`Vladimír Čunát2015-09-23
| | | | | This includes updating dblatex and crafting ~100 MB TeX package set to make our manual compile.
* Move release notes to an appendix and a separate chunkEelco Dolstra2015-07-22
|
* Manual: Reduce chunkingEelco Dolstra2015-07-22
| | | | Fixes #7607.
* Add Type information into manual and manpages, fixes #4600Domen Kožar2015-01-04
|
* options.json: Filter out "visible" and "internal" attributesEelco Dolstra2014-11-17
|
* options.json: Export as an object rather than a listEelco Dolstra2014-11-17
| | | | This makes it easier to look up options by name.
* Manual: Don't depend on the JSON optionsEelco Dolstra2014-11-17
|
* Manual: Fix build productEelco Dolstra2014-09-10
|
* fix location of options.xmlMichael Fellinger2014-09-09
|
* Export options.json & options.xml for building tools for NixOS.Nicolas Pierron2014-09-07
|
* Manual: Start of module-specific documentationEelco Dolstra2014-08-27
|
* Manual: TweakEelco Dolstra2014-08-26
|
* Manual: Chunk into separate pagesEelco Dolstra2014-08-25
|
* Manual: Handle XML files in subdirectoriesEelco Dolstra2014-08-25
|
* Manual: Generate PDFEelco Dolstra2014-08-09
| | | | Issue NixOS/nixos#237.
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Handle <nixpkgs> being a symlinkEelco Dolstra2014-06-13
| | | | Fixes #1898.
* Include the NixOS version in the manualEelco Dolstra2013-11-01
| | | | | In particular, this will make it clear what version of the manual is shown at http://nixos.org/nixos/manual/.
* Put the manual in the NixOS channelEelco Dolstra2013-10-24
|
* Manual: When building from the channel, link to the exact Git revisionEelco Dolstra2013-10-24
|
* Manual: Check that we don't depend on the Nixpkgs locationEelco Dolstra2013-10-23
|
* Manual: Don't depend on the absolute path of modulesEelco Dolstra2013-10-23
| | | | | | This ensures that the manual has the same store path regardless of the directory in which Nixpkgs is stored, and thus can be fetched from the channel.
* Manual: Don't show obsolete/deprecated optionsEelco Dolstra2013-10-23
|
* Allow options to be marked as "internal"Eelco Dolstra2013-10-23
| | | | | This means they're not for end users. Currently they're filtered from the manual, but we could include them in a separate section.
* Get rid of special-casing of system.path in the manual generationEelco Dolstra2013-10-23
|
* Rename newOptionAttrSetToDocList -> optionAttrSetToDocListEelco Dolstra2013-10-17
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10