From cbaee3663facaa139f5ce4b54fcc4c65fe8c80e1 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 12 Jun 2022 05:34:49 +0200 Subject: [PATCH] docs: Add default redirect --- docs/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index 6a33dd593..ba39cf9e4 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -5,6 +5,9 @@ language = "en" multilingual = false src = "src" +[output.html.redirect] +"/index.html" = "./about.html" + [output.html] git-repository-url = "https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/docs" edit-url-template = "https://git.shivering-isles.com/-/ide/project/shivering-isles/infrastructure-gitops/edit/main/-/docs/{path}" -- GitLab