From ad224d61d0d807def43bb1c8b9253082aafb16d2 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Medina Date: Thu, 6 Jul 2023 11:20:36 +0200 Subject: [PATCH] nixos manual contributing link to nixpkgs syntax Co-authored-by: Shahar "Dawn" Or --- doc/contributing/contributing-to-documentation.chapter.md | 2 +- nixos/doc/manual/contributing-to-this-manual.chapter.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/contributing/contributing-to-documentation.chapter.md b/doc/contributing/contributing-to-documentation.chapter.md index a732eee4b962..fe3be910826c 100644 --- a/doc/contributing/contributing-to-documentation.chapter.md +++ b/doc/contributing/contributing-to-documentation.chapter.md @@ -1,4 +1,4 @@ -# Contributing to this documentation {#chap-contributing} +# Contributing to Nixpkgs documentation {#chap-contributing} The sources of the Nixpkgs manual are in the [doc](https://github.com/NixOS/nixpkgs/tree/master/doc) subdirectory of the Nixpkgs repository. The manual is still partially written in DocBook but it is progressively being converted to [Markdown](#sec-contributing-markup). diff --git a/nixos/doc/manual/contributing-to-this-manual.chapter.md b/nixos/doc/manual/contributing-to-this-manual.chapter.md index c306cc084cdb..08cbe6d2a974 100644 --- a/nixos/doc/manual/contributing-to-this-manual.chapter.md +++ b/nixos/doc/manual/contributing-to-this-manual.chapter.md @@ -1,6 +1,7 @@ # Contributing to this manual {#chap-contributing} The [DocBook] and CommonMark 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). You can quickly check your edits with the following: