11.stylix/doc/book.toml
Flameopathic 1a471ee95e
neovim: combine Neovim, Neovide, NixVim, nvf, and Vim (#1377)
Closes: https://github.com/nix-community/stylix/issues/1189
Link: https://github.com/nix-community/stylix/pull/1377

Reviewed-by: Adam M. Szalkowski <a.szalkowski@datahow.ch>
Tested-by: Adam M. Szalkowski <a.szalkowski@datahow.ch>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Tested-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-06-12 17:28:51 +02:00

34 lines
1 KiB
TOML

[book]
title = "Stylix"
language = "en"
[preprocessor.alerts]
[output.html]
site-url = "/stylix/"
git-repository-url = "https://github.com/nix-community/stylix"
edit-url-template = "https://github.com/nix-community/stylix/edit/master/doc/{path}"
no-section-label = true
# Ensure static file (css, js) have a unique filename, to avoid outdated cache.
hash-files = true
additional-js = [
# JavaScript page redirects, using `window.location`.
# Supports redirecting from an #anchor tag.
#
# NOTE: this assumes the redirect file still exists
"redirects.js",
]
[output.html.fold]
enable = true
# HTML page redirects, using "meta refresh" tags.
# Usually preferred, but does not support redirects from #anchor tags.
#
# NOTE: The redirect target must be a path relative to the redirect file.
[output.html.redirect]
"/options/hm.html" = "./platforms/home_manager.html"
"/options/nixos.html" = "./platforms/nixos.html"
"/options/modules/nixvim.html" = "./neovim.html"
"/options/modules/nvf.html" = "./neovim.html"
"/options/modules/vim.html" = "./neovim.html"