From 8778cde5fe6fc5a891558b2b0c7379f7741df9b9 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sun, 18 May 2025 15:16:09 +0100 Subject: [PATCH] doc: set site-url (#1307) --- docs/book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book.toml b/docs/book.toml index 53eba5d7..df886df9 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -5,6 +5,7 @@ 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/docs/{path}" no-section-label = true