Contributing to Nix documentation: Difference between revisions

imported>Mic92
imported>Samueldr
m Adds link to Docbook Editor Configuration
Line 51: Line 51:
<syntaxhighlight lang="console">$ nix-shell --command 'make doc/manual/manual.html'</syntaxhighlight>
<syntaxhighlight lang="console">$ nix-shell --command 'make doc/manual/manual.html'</syntaxhighlight>
<code>doc/manual/manual.html</code> can be then opened in a browser.
<code>doc/manual/manual.html</code> can be then opened in a browser.
== See also ==
* [Docbook Editor Configuration]