docs: add clan options search page
This provides a simpler and more intuitive search over a flat list of possible options. Styling still to be improved
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
asciinema-player-css,
|
||||
roboto,
|
||||
fira-code,
|
||||
docs-options,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -55,5 +56,6 @@ pkgs.stdenv.mkDerivation {
|
||||
|
||||
installPhase = ''
|
||||
cp -a out/ $out/
|
||||
cp -r ${docs-options} $out/options-page
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user