From 1b3c2e369ac622143505d038c00a4359ebb5dbca Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Wed, 7 Feb 2018 13:31:07 +1000 Subject: [PATCH] update documentation, add flattr id --- docs/cinder/base.html | 1 + docs/docs/guide/ini/bbs.md | 2 +- docs/mkdocs.yml | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/cinder/base.html b/docs/cinder/base.html index 192d0b1..30331b3 100644 --- a/docs/cinder/base.html +++ b/docs/cinder/base.html @@ -4,6 +4,7 @@ + {% if page_description %} {% endif %} {% if site_author %} {% endif %} {% if canonical_url %} diff --git a/docs/docs/guide/ini/bbs.md b/docs/docs/guide/ini/bbs.md index 8627acd..94daea5 100644 --- a/docs/docs/guide/ini/bbs.md +++ b/docs/docs/guide/ini/bbs.md @@ -15,7 +15,7 @@ This is the main bbs INI file and contains the following sections * **Default Tagline** The tagline to use if a conference doesn't have it's own set * **External Editor Cmd** The script to launch for running an external editor (NOT Required - remove if you dont have one) * **External Editor Stdio** True or False if your editor requires stdio redirection (Only Required if External Editor CMD is set) - * **External Editor Codepage** The codepage the external editor uses (CP437 for magichat) (Only required if External Editor CMD is set) + * **External Editor Codepage** The codepage the external editor uses (CP437 for magiedit) (Only required if External Editor CMD is set) * **Automessage Write Level** The security level a user needs to change the automessage (Required) * **Fork** True if you want the BBS to run in daemon mode false if not. (Required) * **Enable WWW** True to enable the WWW server, false if not. (Required) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 8629f45..c00e6b6 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,5 +1,8 @@ site_name: MagickaBBS - Documentation -theme_dir: cinder +theme: + name: cinder + custom_dir: 'cinder' + pages: - About: 'index.md' - Installation: 'guide/installation.md'