From c655a87a916a75eeb39c9c8d570ba9508521bc3b Mon Sep 17 00:00:00 2001 From: Gulliver Date: Tue, 31 Aug 2021 13:57:37 +0200 Subject: [PATCH] updated all configurations with new chapter "organisation.md" --- crowbook/wtf-handbook.book | 1 + mdbook/src/SUMMARY.md | 4 +++- sphinx/source/conf.py | 3 +-- sphinx/source/index.rst | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/crowbook/wtf-handbook.book b/crowbook/wtf-handbook.book index 3f52384..a225667 100644 --- a/crowbook/wtf-handbook.book +++ b/crowbook/wtf-handbook.book @@ -17,6 +17,7 @@ output: [pdf, epub, html] ## List of chapters + ../handbuch/intro.md ++ ../handbuch/organisation.md + ../handbuch/dienste.md + ../handbuch/FAQ.md + ../handbuch/Aufnahmeprozess.md diff --git a/mdbook/src/SUMMARY.md b/mdbook/src/SUMMARY.md index efb6523..d49568b 100644 --- a/mdbook/src/SUMMARY.md +++ b/mdbook/src/SUMMARY.md @@ -1,7 +1,9 @@ # Inhaltsverzeichnis - [Wichtige Links](../../Handbuch/intro.md) -- [Dienste und Organisation](../../Handbuch/dienste.md) + +- [Organisation](../../handbuch/organisation.md) +- [Dienste](../../Handbuch/dienste.md) - [Aufnahmeprozess](../../Handbuch/Aufnahmeprozess.md) - [Wegweiser für neue Mitglieder](../../Handbuch/Wegweiser.md) - [Auszahlung](../../Handbuch/Auszahlung.md) diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index d1e2ae2..54191af 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -24,8 +24,7 @@ copyright = '2021, diverse' author = 'Autorenkollektiv' # The full version, including alpha/beta/rc tags -release = '0.0.1' - +release = '0.0.3' # -- General configuration --------------------------------------------------- diff --git a/sphinx/source/index.rst b/sphinx/source/index.rst index e52f517..ca15021 100644 --- a/sphinx/source/index.rst +++ b/sphinx/source/index.rst @@ -11,6 +11,7 @@ RTFM - Das Handbuch zur wtf Kooperative eG :caption: Contents: handbuch/intro.md + handbuch/organisation.md handbuch/dienste.md handbuch/FAQ.md handbuch/Aufnahmeprozess.md