mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35: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]
|
[output.html]
|
||||||
site-url = "@SITE_URL@"
|
site-url = "@SITE_URL@"
|
||||||
|
additional-js = ["theme/pagetoc.js"]
|
||||||
|
additional-css = ["theme/pagetoc.css"]
|
||||||
|
|
||||||
[output.html.fold]
|
[output.html.fold]
|
||||||
enable = true
|
enable = true
|
||||||
level = 0
|
level = 0
|
||||||
|
|
||||||
[preprocessor.alerts]
|
[preprocessor.alerts]
|
||||||
|
|
||||||
|
[preprocessor.pagetoc]
|
||||||
|
|
|
@ -323,6 +323,7 @@ pkgs.stdenv.mkDerivation (finalAttrs: {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.mdbook
|
pkgs.mdbook
|
||||||
pkgs.mdbook-alerts
|
pkgs.mdbook-alerts
|
||||||
|
pkgs.mdbook-pagetoc
|
||||||
];
|
];
|
||||||
|
|
||||||
# Build a source from the fileset containing the following paths,
|
# Build a source from the fileset containing the following paths,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue