mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 05:31:00 +01:00
doc: Render verbatim @docroot@ on contributing page
In rendered form:
```diff
-Add references to the manual using ..
+Add references to the manual using [links like this](@docroot@/example.md)
```
(cherry picked from commit 147a34c573)
This commit is contained in:
parent
bab4e58a5e
commit
4a1e3ad48b
2 changed files with 5 additions and 1 deletions
|
|
@ -20,8 +20,9 @@ prs: 1238
|
|||
Here's one or more paragraphs that describe the change.
|
||||
|
||||
- It's markdown
|
||||
- Add references to the manual using @docroot@
|
||||
- Add references to the manual using [links like this](@_at_docroot@/example.md)
|
||||
```
|
||||
<!-- for the raw markdown readers: that means using @docroot@ -->
|
||||
|
||||
Significant changes should add the following header, which moves them to the top.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue