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:
parent
f775c1e0b4
commit
8d085d4094
2 changed files with 1 additions and 5 deletions
|
|
@ -7,8 +7,7 @@ title = "nixvim docs"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
site-url = "@SITE_URL@"
|
site-url = "@SITE_URL@"
|
||||||
additional-js = ["theme/pagetoc.js"]
|
additional-css = ["custom.css"]
|
||||||
additional-css = ["custom.css", "theme/pagetoc.css"]
|
|
||||||
git-repository-url = "https://github.com/nix-community/nixvim"
|
git-repository-url = "https://github.com/nix-community/nixvim"
|
||||||
|
|
||||||
# Redirect targets must be relative to their origin;
|
# Redirect targets must be relative to their origin;
|
||||||
|
|
@ -21,5 +20,3 @@ enable = true
|
||||||
level = 0
|
level = 0
|
||||||
|
|
||||||
[preprocessor.alerts]
|
[preprocessor.alerts]
|
||||||
|
|
||||||
[preprocessor.pagetoc]
|
|
||||||
|
|
|
||||||
|
|
@ -331,7 +331,6 @@ 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