Skip to content

Commit 8d085d4

Browse files
MattSturgeonGaetanLepage
authored andcommitted
docs/mdbook: drop pagetoc
It is currently not working. TODO: investigate and fix
1 parent f775c1e commit 8d085d4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/mdbook/book.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ title = "nixvim docs"
77

88
[output.html]
99
site-url = "@SITE_URL@"
10-
additional-js = ["theme/pagetoc.js"]
11-
additional-css = ["custom.css", "theme/pagetoc.css"]
10+
additional-css = ["custom.css"]
1211
git-repository-url = "https://github.com/nix-community/nixvim"
1312

1413
# Redirect targets must be relative to their origin;
@@ -21,5 +20,3 @@ enable = true
2120
level = 0
2221

2322
[preprocessor.alerts]
24-
25-
[preprocessor.pagetoc]

docs/mdbook/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)