From dc8644dfe58bed8e46b226a085caae111ee717c4 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 + handbuch | 2 +- mdbook/src/SUMMARY.md | 4 +++- sphinx/source/conf.py | 4 ++-- sphinx/source/index.rst | 1 + 5 files changed, 8 insertions(+), 4 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/handbuch b/handbuch index 4cc1f50..b87f001 160000 --- a/handbuch +++ b/handbuch @@ -1 +1 @@ -Subproject commit 4cc1f50802e10ddf93a5c657aa20cd6b4db87f57 +Subproject commit b87f001084cf88ceea537b84b6d8db9521748773 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 487c60e..c31ba4e 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -24,8 +24,7 @@ copyright = '2021, diverse' author = 'evi, helix' # The full version, including alpha/beta/rc tags -release = '0.0.0' - +release = '0.0.3' # -- General configuration --------------------------------------------------- @@ -64,3 +63,4 @@ html_theme = 'alabaster' # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] + diff --git a/sphinx/source/index.rst b/sphinx/source/index.rst index 4db5dad..33725a3 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