From 00495f8a243b5a46ed11df29e37ae23d7de16611 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 12 Jun 2022 04:02:49 +0200 Subject: [PATCH] docs(mdbook): Add title and gitlab links This patch adds a title to the documentation as well as some links to the repository as well as the WebIDE for GitLab adjustments. --- docs/book.toml | 7 ++++++- docs/src/about.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/book.toml b/docs/book.toml index d34134a46..6a33dd593 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -1,5 +1,10 @@ [book] -authors = [] +title = "Shivering-Isles GitOps Infrastructure" +authors = ["Sheogorath"] language = "en" multilingual = false src = "src" + +[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}" diff --git a/docs/src/about.md b/docs/src/about.md index 786d8e132..9bd8809ef 100644 --- a/docs/src/about.md +++ b/docs/src/about.md @@ -1,3 +1,3 @@ -# Shivering Isles GitOps Infrastructure +# About This documentation provides some insight into the Sivering-Isles GitOps Infrastructure. Into concepts, useful information and a general overview over all the different parts of the overall project. -- GitLab