Skip to content

Commit

Permalink
doc: fix and simplify stylesheets for the manuals, fix nrd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSidhion committed Mar 14, 2024
1 parent 455726a commit e86034a
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 224 deletions.
3 changes: 1 addition & 2 deletions doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,12 @@ in pkgs.stdenv.mkDerivation {
${pkgs.documentation-highlighter}/mono-blue.css \
${pkgs.documentation-highlighter}/loader.js
cp -t out ./overrides.css ./style.css
cp -t out ./style.css
nixos-render-docs manual html \
--manpage-urls ./manpage-urls.json \
--revision ${pkgs.lib.trivial.revisionWithDefault (pkgs.rev or "master")} \
--stylesheet style.css \
--stylesheet overrides.css \
--stylesheet highlightjs/mono-blue.css \
--script ./highlightjs/highlight.pack.js \
--script ./highlightjs/loader.js \
Expand Down
22 changes: 0 additions & 22 deletions doc/overrides.css

This file was deleted.

0 comments on commit e86034a

Please sign in to comment.