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"