From fbdc3615ad866e8c6bd0a2cfa74b2973dd043344 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Wed, 16 Nov 2022 15:09:20 +0100 Subject: [PATCH] feat: add component secton --- source/index.rst | 1 + source/manual/components.md | 20 ++++++++++++++++++++ source/manual/introduction.md | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 source/manual/components.md diff --git a/source/index.rst b/source/index.rst index 25526fe..de521f8 100644 --- a/source/index.rst +++ b/source/index.rst @@ -12,6 +12,7 @@ RTFM - Das Handbuch der Free Fleet Management Initiative manual/imprint manual/introduction + manual/components Indices and tables diff --git a/source/manual/components.md b/source/manual/components.md new file mode 100644 index 0000000..fe74344 --- /dev/null +++ b/source/manual/components.md @@ -0,0 +1,20 @@ +# Komponenten + +Das System soll aus den folgenden Komponenten aufgebaut sein. + +* Server Backend, +* Server Frondend und +* App. + +## Server Backend + +//TODO tbc + +## Server Frontend + +//TODO tbc + +## App + +//TODO tbc + diff --git a/source/manual/introduction.md b/source/manual/introduction.md index c4e9fe9..11aa6d2 100644 --- a/source/manual/introduction.md +++ b/source/manual/introduction.md @@ -1,4 +1,4 @@ -# Introduction +# Einleitung //TODO tbc