summaryrefslogtreecommitdiff
path: root/doc/doc-support (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: auto-generate asserts and attrset library docs•••If all the docs are auto-generated, it should be easier to convert them to Commonmark. Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io> Co-Authored-By: Silvan Mosberger <contact@infinisil.com> Ryan Mulligan2022-12-081-0/+2
* Revert "lib,doc: remove obvious usages of toString on paths"Anderson Torres2022-11-051-1/+1
* lib,doc: remove obvious usages of toString on paths•••It gives a warning on the lazy-trees branch of Nix (NixOS/nix#6530) one of these was also giving me an error (the one in lib/trivial probably) ``` $ nix build warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/installer/sd-card/sd -image-aarch64.nix' and then accessing it is deprecated, at /home/artturin/nixgits/my-nixpkgs/lib/modules. nix:349:99 warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/.git' and then accessing it is dep recated, at /home/artturin/nixgits/my-nixpkgs/lib/sources.nix:35:32 warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/system/etc/etc.nix' and then accessing it is deprecated, at «stdin»:0 warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/system/etc/etc-activ ation.nix' and then accessing it is deprecated, at «stdin»:0 warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/installer/sd-card/sd -image-aarch64.nix' and then accessing it is deprecated, at «stdin»:0 error: cannot decode virtual path '/nix/store/virtual0000000000000000000000005-source' (use '--show-trace' to show detailed location information) ``` Artturin2022-11-061-1/+1
* lib: Automatically generate lib.filesytem docsSilvan Mosberger2022-10-261-0/+1
* nixpkgs/doc: generate consistent docbook ids•••to make diff'ing different versions of the generated docs less noisy Arnout Engelen2022-07-281-0/+1
* doc: Fix config options reference file linksRobert Hensing2022-06-151-0/+15
* doc: Add Nixpkgs config options referenceRobert Hensing2022-05-021-0/+9
* lib.sources: Generate docsRobert Hensing2021-05-291-0/+1
* Revert "make-tarball.nix: Restore the 'commit' field in packages.json"•••This reverts commit 5e8545e72341887bb371407a71a723bc0e9c7844. It breaks eval: attribute 'rev' missing, at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/top-level/make-tarball.nix:106:39 Florian Klink2020-03-291-1/+1
* make-tarball.nix: Restore the 'commit' field in packages.json•••Also change incorrect 'revision' to 'rev' in the default value for 'nixpkgs' in release.nix. Fixes https://github.com/NixOS/nixos-homepage/issues/372. Eelco Dolstra2020-03-291-1/+1
* doc: organize chapters into parts, and reduce toc depth•••Reorganize the chapters into parts and reduce the TOC depth to make the TOC useful again. The top-level TOC is very brief, but that is fine because every part will have its own TOC. Section titles of languages/frameworks are also simplified to just the name of the language/framework. Frederik Rietdijk2019-10-201-1/+1
* treewide: remove redundant quotesvolth2019-08-261-2/+2
* doc: move parameters to an XML fileGraham Christensen2019-07-042-0/+36
* xmlformat.conf: move to doc-support buildGraham Christensen2019-07-041-0/+1
* docs: Get highlightjs from build symlinkGraham Christensen2019-07-041-0/+2
* docs: get XSL from build / symlinkGraham Christensen2019-07-041-0/+1
* docs: find docbook rng from doc-supportGraham Christensen2019-07-041-0/+3
* docs: get version from doc-support buildGraham Christensen2019-07-041-0/+2
* docs: use a single nix-build for all the generate function docsGraham Christensen2019-07-043-0/+125