mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
doc: collapse old contributing sections to one redirect
also link from nixos/doc to the in-tree README directly
This commit is contained in:
parent
e2377684e8
commit
6ab2a5da23
3 changed files with 3 additions and 15 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue