File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ title = "nixvim docs"
77
88[output .html ]
99site-url = " @SITE_URL@"
10- additional-js = [" theme/pagetoc.js" ]
11- additional-css = [" custom.css" , " theme/pagetoc.css" ]
10+ additional-css = [" custom.css" ]
1211git-repository-url = " https://github.com/nix-community/nixvim"
1312
1413# Redirect targets must be relative to their origin;
@@ -21,5 +20,3 @@ enable = true
2120level = 0
2221
2322[preprocessor .alerts ]
24-
25- [preprocessor .pagetoc ]
Original file line number Diff line number Diff line change @@ -331,7 +331,6 @@ pkgs.stdenv.mkDerivation (finalAttrs: {
331331 buildInputs = [
332332 pkgs . mdbook
333333 pkgs . mdbook-alerts
334- pkgs . mdbook-pagetoc
335334 ] ;
336335
337336 # Build a source from the fileset containing the following paths,
You can’t perform that action at this time.
0 commit comments