1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

use sentence case for titles consistently

This commit is contained in:
Valentin Gagarin 2023-11-27 00:14:34 +01:00
parent 8264c846ef
commit f587e1d1cf
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ Nix
Read /nɪks/ ("Niks"). Read /nɪks/ ("Niks").
:::{seealso} :::{seealso}
- [Nix Reference Manual](./nix-manual.md) - [Nix reference manual](./nix-manual.md)
- [Nix source code](https://github.com/NixOS/nix) - [Nix source code](https://github.com/NixOS/nix)
::: :::
@ -31,7 +31,7 @@ Nixpkgs
Read /nɪks ˈpækɪʤɪz/ ("Nix packages"). Read /nɪks ˈpækɪʤɪz/ ("Nix packages").
:::{seealso} :::{seealso}
- [Nixpkgs Reference Manual](https://nixos.org/manual/nixpkgs) - [Nixpkgs reference manual](https://nixos.org/manual/nixpkgs)
- [Nixpkgs source code](https://github.com/NixOS/nixpkgs) - [Nixpkgs source code](https://github.com/NixOS/nixpkgs)
::: :::
@ -41,7 +41,7 @@ NixOS
Read /nɪks oʊ ɛs/ ("Niks Oh Es"). Read /nɪks oʊ ɛs/ ("Niks Oh Es").
:::{seealso} :::{seealso}
- [NixOS Reference Manual](https://nixos.org/manual/nixos) - [NixOS reference manual](https://nixos.org/manual/nixos)
- [NixOS source code](https://github.com/NixOS/nixpkgs/tree/master/nixos) - [NixOS source code](https://github.com/NixOS/nixpkgs/tree/master/nixos)
::: :::
``` ```

View file

@ -8,8 +8,8 @@ These sections contains collections of detailed technical descriptions.
:maxdepth: 2 :maxdepth: 2
./nix-manual.md ./nix-manual.md
Nixpkgs Manual <https://nixos.org/manual/nixpkgs/stable/> Nixpkgs manual <https://nixos.org/manual/nixpkgs/stable/>
NixOS Manual <https://nixos.org/manual/nixos/stable/> NixOS manual <https://nixos.org/manual/nixos/stable/>
Recommended support tools <https://github.com/nix-community/awesome-nix> Recommended support tools <https://github.com/nix-community/awesome-nix>
../recommended-reading.md ../recommended-reading.md
pinning-nixpkgs.md pinning-nixpkgs.md