matrix-spam-ml-docs

Docs for https://github.com/MTRNord/matrix-spam-ml/
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml-docs.git
Log | Files | Refs | Submodules

commit 19960818382f8f1ceb6a6b34862358c84f25f7c5
parent 8afa4e178dafabd4a5a7a9397090e1072f7df351
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 22 Dec 2022 13:57:36 +0200

Add missing base structure

Diffstat:
Mconfig.toml | 3+++
Acontent/_index.md | 3+++
Acontent/chapter1/_index.md | 8++++++++
3 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/config.toml b/config.toml @@ -1,6 +1,9 @@ # The URL the site will be built for base_url = "https://mtrnord.github.io/matrix-spam-ml" +title = "Matrix Spam ML" +discription = "Documentation for the Matrix Spam ML project" + theme = "book" # Whether to automatically compile all Sass files in the sass directory diff --git a/content/_index.md b/content/_index.md @@ -0,0 +1,3 @@ ++++ +redirect_to = "chapter1" ++++ diff --git a/content/chapter1/_index.md b/content/chapter1/_index.md @@ -0,0 +1,8 @@ ++++ +title = "Introduction" +weight = 1 +sort_by = "weight" +insert_anchor_links = "right" ++++ + +Placeholder