mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
parent
ffdeb40a50
commit
2a4719f275
2 changed files with 5 additions and 0 deletions
|
@ -7,9 +7,13 @@ title = "nixvim docs"
|
|||
|
||||
[output.html]
|
||||
site-url = "@SITE_URL@"
|
||||
additional-js = ["theme/pagetoc.js"]
|
||||
additional-css = ["theme/pagetoc.css"]
|
||||
|
||||
[output.html.fold]
|
||||
enable = true
|
||||
level = 0
|
||||
|
||||
[preprocessor.alerts]
|
||||
|
||||
[preprocessor.pagetoc]
|
||||
|
|
|
@ -323,6 +323,7 @@ pkgs.stdenv.mkDerivation (finalAttrs: {
|
|||
buildInputs = [
|
||||
pkgs.mdbook
|
||||
pkgs.mdbook-alerts
|
||||
pkgs.mdbook-pagetoc
|
||||
];
|
||||
|
||||
# Build a source from the fileset containing the following paths,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue