forked from gulliver/rtfm
added handbuch as submodule and refactored mdbook config for this
This commit is contained in:
parent
bfb57c19e9
commit
3d17d44402
1
.gitignore
vendored
1
.gitignore
vendored
@ -202,3 +202,4 @@ Cargo.lock
|
|||||||
# These are backup files generated by rustfmt
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
mdbook/book
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "handbuch"]
|
||||||
|
path = handbuch
|
||||||
|
url = https://git.wtf-eg.de/ag_kommunikation/handbuch.git
|
1
handbuch
Submodule
1
handbuch
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit cc85852f01af6d099f76acd755bba438182ab863
|
11
mdbook/book.toml
Normal file
11
mdbook/book.toml
Normal 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
7
mdbook/src/SUMMARY.md
Normal 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)
|
Loading…
Reference in New Issue
Block a user