summary refs log tree commit diff
path: root/nixos/doc/manual/manual.xml
Commit message (Collapse)AuthorAge
* nixos-render-docs: add structural includes, use for manualpennae2023-02-12
| | | | | | | | | | | | | | | | | | | | | | | | this adds support for structural includes to nixos-render-docs. structural includes provide a way to denote the (sub)structure of the nixos manual in the markdown source files, very similar to how we used literal docbook blocks before, and are processed by nixos-render-docs without involvement of xml tooling. this will ultimately allow us to emit the nixos manual in other formats as well, e.g. html, without going through docbook at all. alternatives to this source layout were also considered: a parallel structure using e.g. toml files that describe the document tree and links to each part is possible, but much more complicated to implement than the solution chosen here and makes it harder to follow which files have what substructure. it also makes it much harder to include a substructure in the middle of a file. much the same goes for command-line arguments to the converter, only that command-lined arguments are even harder to specify correctly and cannot be reasonably pulled together from many places without involving another layer of tooling. cli arguments would also mean that the manual structure would be fixed in default.nix, which is also not ideal.
* nixos/manual: delete disabled xincludespennae2023-02-10
| | | | | userconfiguration.xml hasn't existed for a while, and this comment will interfere with processing we'll be doing shortly.
* nixos/manual: moving contributing chapter toc entrypennae2023-02-10
| | | | | | this should be placed before the appendices, not between them. might even have a good place in the development part, but that's a decision for another day.
* nixos/doc: convert "Contributing to this manual" to CommonMarkRyan Mulligan2021-05-22
| | | | Also updates it to mention running md-to-db.sh.
* nixos/doc: Mention how to contribute to itDoron Behar2020-10-22
| | | | | | | Instead of putting a README in the directory where the manual is written, put the information from it straight in the docs themselves. It's a bit untrivial to guess the manual is located exactly there for contributers.
* nixos manual: move preface into own fileFrederik Rietdijk2019-10-30
|
* Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19
| | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* nixos/doc: re-formatJan Tojnar2019-09-18
|
* docs: formatGraham Christensen2018-09-29
|
* nixos docs: give IDs to thingsGraham Christensen2018-09-01
|
* treewide: remove mailing list referencesRyan Mulligan2018-08-23
|
* nixos docs: format =)Graham Christensen2018-05-01
|
* nixos docs: Add a makefile for hacking on the nixos docsGraham Christensen2018-04-28
|
* nixos docs: Move generated XML in to a specific subdirectory to allow easier ↵Graham Christensen2018-04-27
| | | | hacking
* Point to the new mailing list by replacing the old linkDomen Kožar2017-07-18
|
* fix manualDomen Kožar2016-06-01
|
* Manual: Explicitly mark commands that require to be run as root (#15589)Wilhelm Schuster2016-06-01
| | | | | | | | | * manual: Mark commands that require root Mark every command that requires to be run as root by prefixing them with '#' instead of '$'. * manual: Add note about commands that require root
* Move release notes to an appendix and a separate chunkEelco Dolstra2015-07-22
|
* Manual: Reduce chunkingEelco Dolstra2015-07-22
| | | | Fixes #7607.
* nixos/manual: Re-add development section.aszlig2015-01-25
| | | | | | | I think this has been accidentally dropped by a099ca4, at least there is no reason stated, why it shouldn't be included, so I'm bringing it back. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Chunk NixOS manualMikey Ariel2014-08-26
| | | | [Squashed commits to make git blame etc. more likely to work. -ED]
* Manual: Remove outdated author stuffEelco Dolstra2014-08-09
|
* Update section on writing testsEelco Dolstra2014-04-14
|
* Document NixOS containersEelco Dolstra2014-04-10
|
* Start of 14.02 release notesEelco Dolstra2014-02-18
|
* 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/.
* Manual: Update installation sectionEelco Dolstra2013-10-21
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10