python310Packages.pydeconz: 104 -> 105
[NixPkgs.git] / nixos / doc / manual / contributing-to-this-manual.chapter.md
blob26813d1042d69720ef2c7e00ba6b35bdb4ab0363
1 # Contributing to this manual {#chap-contributing}
3 The DocBook and CommonMark sources of NixOS' manual are in the [nixos/doc/manual](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual) subdirectory of the [Nixpkgs](https://github.com/NixOS/nixpkgs) repository.
5 You can quickly check your edits with the following:
7 ```ShellSession
8 $ cd /path/to/nixpkgs
9 $ ./nixos/doc/manual/md-to-db.sh
10 $ nix-build nixos/release.nix -A manual.x86_64-linux
11 ```
13 If the build succeeds, the manual will be in `./result/share/doc/nixos/index.html`.