added handbuch as submodule and refactored mdbook config for this

This commit is contained in:
Gulliver 2021-07-28 20:40:02 +02:00
parent bfb57c19e9
commit 3d17d44402
5 changed files with 23 additions and 0 deletions

1
.gitignore vendored
View File

@ -202,3 +202,4 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
mdbook/book

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "handbuch"]
path = handbuch
url = https://git.wtf-eg.de/ag_kommunikation/handbuch.git

1
handbuch Submodule

@ -0,0 +1 @@
Subproject commit cc85852f01af6d099f76acd755bba438182ab863

11
mdbook/book.toml Normal file
View File

@ -0,0 +1,11 @@
[book]
authors = ["tbd, helix, evi"]
language = "de"
multilingual = false
src = "src"
title = "RTFM - Das WTF Kooperative Handbuch"
[output.html]
mathjax-support = true
[output.epub]

7
mdbook/src/SUMMARY.md Normal file
View File

@ -0,0 +1,7 @@
# Inhaltsverzeichnis
- [Wichtige Links](../../Handbuch/README.md)
- [Aufnahmeprozess](../../Handbuch/Aufnahmeprozess.md)
- [Auszahlung](../../Handbuch/Auszahlung.md)
- [Häufige Fragen](../../Handbuch/FAQ.md)
- [Rechnung as a Service (RaaS)](../../Handbuch/RaaS.md)