fix(docs): nuschtosSearch was broken
All checks were successful
/ check-fmt (push) Successful in 3s
/ build-package (audiomenu) (push) Successful in 1s
/ build-package (docs) (push) Successful in 1s
/ build-package (docs-home-markdown) (push) Successful in 1s
/ build-package (docs-nixos-markdown) (push) Successful in 1s
/ build-package (docs-nvim-markdown) (push) Successful in 2s
/ build-package (jpassmenu) (push) Successful in 1s
/ build-package (nvim) (push) Successful in 2s
/ build-package (nvim-headless) (push) Successful in 2s
/ build-package (nvim-no-lsps) (push) Successful in 2s
/ build-package (nvim-no-ts) (push) Successful in 2s
/ build-package (nvim-small) (push) Successful in 2s
/ build-package (search) (push) Successful in 2s
/ check-nvim (nvim) (push) Successful in 9s
/ check-nvim (nvim-headless) (push) Successful in 4s
/ check-nvim (nvim-no-lsps) (push) Successful in 6s
/ check-nvim (nvim-no-ts) (push) Successful in 9s
/ check-nvim (nvim-small) (push) Successful in 6s
/ build-vm (push) Successful in 2s
/ build-hm (push) Successful in 14s
/ report-size (push) Successful in 5s
All checks were successful
/ check-fmt (push) Successful in 3s
/ build-package (audiomenu) (push) Successful in 1s
/ build-package (docs) (push) Successful in 1s
/ build-package (docs-home-markdown) (push) Successful in 1s
/ build-package (docs-nixos-markdown) (push) Successful in 1s
/ build-package (docs-nvim-markdown) (push) Successful in 2s
/ build-package (jpassmenu) (push) Successful in 1s
/ build-package (nvim) (push) Successful in 2s
/ build-package (nvim-headless) (push) Successful in 2s
/ build-package (nvim-no-lsps) (push) Successful in 2s
/ build-package (nvim-no-ts) (push) Successful in 2s
/ build-package (nvim-small) (push) Successful in 2s
/ build-package (search) (push) Successful in 2s
/ check-nvim (nvim) (push) Successful in 9s
/ check-nvim (nvim-headless) (push) Successful in 4s
/ check-nvim (nvim-no-lsps) (push) Successful in 6s
/ check-nvim (nvim-no-ts) (push) Successful in 9s
/ check-nvim (nvim-small) (push) Successful in 6s
/ build-vm (push) Successful in 2s
/ build-hm (push) Successful in 14s
/ report-size (push) Successful in 5s
Fixed it and pulled in the PR. also did some tidying up of the docs.
This commit is contained in:
parent
0fe8c2f945
commit
25939fc9c9
4 changed files with 12 additions and 5 deletions
|
@ -5,6 +5,12 @@ multilingual = false
|
|||
src = "src"
|
||||
title = "Jalil's NixOS configuration modules"
|
||||
|
||||
[build]
|
||||
create-missing = false
|
||||
|
||||
[preprocessor.toc]
|
||||
command = "mdbook-toc"
|
||||
renderer = ["html"]
|
||||
|
||||
[output.html]
|
||||
git-repository-url = "https://github.com/jalil-salame/configuration.nix"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue