From 5333c505479413d378fe22cd85edcc1b22cdd79e Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 12 Jun 2022 05:36:28 +0200 Subject: [PATCH] docs: Adjust repository link icon This patch changes the repository icon to GitLab as the repository isn't set up on GitHub, the icon would be completely misleading. --- docs/book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book.toml b/docs/book.toml index ba39cf9e4..b6571d0ef 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -9,5 +9,6 @@ src = "src" "/index.html" = "./about.html" [output.html] +git-repository-icon = "fa-gitlab" 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