nixpkgs/doc
pennae 1c9f55ec64 nixos/manual: convert <kbd> elements to bracketed spans
since support for kbd elements was added with explicit intent in #175128
it seems like a good idea to support this in nixos-render-docs instead
of just dropping it in favor of `*F12*` etc. since it's a very rare
thing in the manual and purely presentational it makes sense to use
bracketed spans instead of a new myst role.

the html-elements.lua plugin is now somewhat misnamed, but it'll go away
very soon so we don't want to bother renaming it.
2023-02-10 06:40:01 +01:00
..
build-aux/pandoc-filters nixos/manual: convert <kbd> elements to bracketed spans 2023-02-10 06:40:01 +01:00
builders Doc tweak: "Build" -> "Substitute" 2023-02-07 16:17:52 -08:00
contributing doc/contributing: remove last references to name 2023-02-07 20:40:26 +01:00
doc-support lib.path.subpath.isValid: init 2023-01-03 13:20:36 +01:00
functions doc,nixos/doc: unescape apostrophes 2022-12-27 17:13:47 +01:00
hooks nixos/manual: remove .title fenced divs 2023-02-10 06:40:00 +01:00
languages-frameworks Merge pull request #214304 from obsidiansystems/pkg-config-meta 2023-02-06 11:44:29 -05:00
old doc: fix typos 2022-12-17 18:21:48 -05:00
stdenv doc/stdenv: fixup #212642 2023-02-07 12:47:28 +01:00
using lib/customisation.overrideDerivation: propagate evaluation condition 2023-01-01 14:10:42 +01:00
.gitignore
default.nix doc: use gitignoreSource 2023-02-07 13:58:34 +01:00
functions.xml
Makefile doc: separate manpage URLs from the Pandoc filter 2023-01-02 14:11:22 +01:00
manpage-urls.json doc/manpage-urls.json: add gnunet.conf 2023-01-21 18:08:38 +01:00
manual.xml
overrides.css
preface.chapter.md updating stable nixos version in preface. 2023-01-05 22:24:19 +00:00
README.md
shell.nix
style.css

Nixpkgs/doc

This directory houses the sources files for the Nixpkgs manual.

You can find the rendered documentation for Nixpkgs unstable on nixos.org.

Docs for Nixpkgs stable are also available.

If you want to contribute to the documentation, here's how to do it.

If you're only getting started with Nix, go to nixos.org/learn.