doc: collapse old contributing sections to one redirect

also link from nixos/doc to the in-tree README directly
This commit is contained in:
Valentin Gagarin 2025-12-15 09:36:35 +01:00
parent e2377684e8
commit 6ab2a5da23
3 changed files with 3 additions and 15 deletions

View file

@ -1,11 +1,3 @@
# Contributing to Nixpkgs documentation {#chap-contributing}
This section has been moved to [doc/README.md](https://github.com/NixOS/nixpkgs/blob/master/doc/README.md).
## devmode {#sec-contributing-devmode}
This section has been moved to [doc/README.md](https://github.com/NixOS/nixpkgs/blob/master/doc/README.md).
## Syntax {#sec-contributing-markup}
This section has been moved to [doc/README.md](https://github.com/NixOS/nixpkgs/blob/master/doc/README.md).

View file

@ -4663,12 +4663,8 @@
"index.html#reviewing-contributions--merging-pull-requests"
],
"chap-contributing": [
"index.html#chap-contributing"
],
"sec-contributing-devmode": [
"index.html#sec-contributing-devmode"
],
"sec-contributing-markup": [
"index.html#chap-contributing",
"index.html#sec-contributing-devmode",
"index.html#sec-contributing-markup"
],
"part-interoperability": [

View file

@ -1,7 +1,7 @@
# Contributing to this manual {#chap-contributing}
The sources of the 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.
This manual uses the [Nixpkgs manual syntax](https://nixos.org/manual/nixpkgs/unstable/#sec-contributing-markup).
This manual uses the [Nixpkgs manual syntax](https://github.com/NixOS/nixpkgs/blob/master/doc/README.md#syntax).
You can quickly check your edits with the following: