From 4c04e0deceefb24ed4b8a0c788f3c673fd4ece06 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Tue, 18 Feb 2025 15:10:02 +0000 Subject: [PATCH] doc: redirect old reference pages to new location --- docs/book.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index add75d49..04b0aad6 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -12,3 +12,8 @@ no-section-label = true [output.html.fold] enable = true + +[output.html.redirect] +# Must use relative paths with . or .. for offline browsing to work correctly +"/options/hm.html" = "./platforms/home_manager.html" +"/options/nixos.html" = "./platforms/nixos.html"