Compare commits
2 Commits
bfb57c19e9
...
3e5409afe4
Author | SHA1 | Date | |
---|---|---|---|
|
3e5409afe4 | ||
|
3d17d44402 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -202,3 +202,4 @@ Cargo.lock
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.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
|
23
crowbook/wtf-handbook.book
Normal file
23
crowbook/wtf-handbook.book
Normal file
@ -0,0 +1,23 @@
|
||||
author: evi, helix
|
||||
title: RTFM - Das Handbuch für die WTF eG
|
||||
lang: de
|
||||
|
||||
## Output formats
|
||||
|
||||
# Uncomment and fill to generate files
|
||||
# output.html: some_file.html
|
||||
# output.epub: some_file.epub
|
||||
# output.pdf: some_file.pdf
|
||||
|
||||
# Or uncomment the following to generate PDF, HTML and EPUB files based on this file's name
|
||||
output: [pdf, epub, html]
|
||||
|
||||
# Uncomment and fill to set cover image (for EPUB)
|
||||
# cover: some_cover.png
|
||||
|
||||
## List of chapters
|
||||
+ ../handbuch/README.md
|
||||
+ ../handbuch/FAQ.md
|
||||
+ ../handbuch/Aufnahmeprozess.md
|
||||
+ ../handbuch/Auszahlung.md
|
||||
+ ../handbuch/RaaS.md
|
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