1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 16:41:06 +01:00

docs/mdbook: drop pagetoc

It is currently not working.

TODO: investigate and fix
This commit is contained in:
Matt Sturgeon 2025-12-03 02:34:02 +00:00 committed by Gaétan Lepage
parent f775c1e0b4
commit 8d085d4094
2 changed files with 1 additions and 5 deletions

View file

@ -7,8 +7,7 @@ title = "nixvim docs"
[output.html]
site-url = "@SITE_URL@"
additional-js = ["theme/pagetoc.js"]
additional-css = ["custom.css", "theme/pagetoc.css"]
additional-css = ["custom.css"]
git-repository-url = "https://github.com/nix-community/nixvim"
# Redirect targets must be relative to their origin;
@ -21,5 +20,3 @@ enable = true
level = 0
[preprocessor.alerts]
[preprocessor.pagetoc]

View file

@ -331,7 +331,6 @@ pkgs.stdenv.mkDerivation (finalAttrs: {
buildInputs = [
pkgs.mdbook
pkgs.mdbook-alerts
pkgs.mdbook-pagetoc
];
# Build a source from the fileset containing the following paths,