From fe03f891b8255fc79fdab5509e5ce870410f3bd0 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 15 May 2019 21:16:43 +0000 Subject: [documentation] Add faq pages & add webapp tutorial classes for the home module --- documentation/.vuepress/config.js | 2 ++ documentation/.vuepress/public/img/bas_screenshot.PNG | Bin 85869 -> 0 bytes documentation/.vuepress/public/img/home.png | Bin 0 -> 232012 bytes documentation/.vuepress/public/img/home_de.png | Bin 0 -> 236116 bytes documentation/de/webapp/README.md | 2 +- documentation/de/webapp/faq.md | 1 + documentation/webapp/README.md | 5 ++++- documentation/webapp/faq.md | 8 ++++++++ 8 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 documentation/.vuepress/public/img/bas_screenshot.PNG create mode 100644 documentation/.vuepress/public/img/home.png create mode 100644 documentation/.vuepress/public/img/home_de.png create mode 100644 documentation/de/webapp/faq.md create mode 100644 documentation/webapp/faq.md (limited to 'documentation') diff --git a/documentation/.vuepress/config.js b/documentation/.vuepress/config.js index 5ad0884..8830724 100644 --- a/documentation/.vuepress/config.js +++ b/documentation/.vuepress/config.js @@ -19,6 +19,7 @@ module.exports = { sidebar: { '/webapp/': [ '', + 'faq', 'modules' ], '/api/': [ @@ -42,6 +43,7 @@ module.exports = { sidebar: { '/de/webapp/': [ '', + 'faq', 'modules' ], '/de/api/': [ diff --git a/documentation/.vuepress/public/img/bas_screenshot.PNG b/documentation/.vuepress/public/img/bas_screenshot.PNG deleted file mode 100644 index 2fb8504..0000000 Binary files a/documentation/.vuepress/public/img/bas_screenshot.PNG and /dev/null differ diff --git a/documentation/.vuepress/public/img/home.png b/documentation/.vuepress/public/img/home.png new file mode 100644 index 0000000..f22054a Binary files /dev/null and b/documentation/.vuepress/public/img/home.png differ diff --git a/documentation/.vuepress/public/img/home_de.png b/documentation/.vuepress/public/img/home_de.png new file mode 100644 index 0000000..a0700c3 Binary files /dev/null and b/documentation/.vuepress/public/img/home_de.png differ diff --git a/documentation/de/webapp/README.md b/documentation/de/webapp/README.md index cb8e8ce..7bedeed 100644 --- a/documentation/de/webapp/README.md +++ b/documentation/de/webapp/README.md @@ -1,3 +1,3 @@ # Webapplikation -BAS Screenshot +BAS Home \ No newline at end of file diff --git a/documentation/de/webapp/faq.md b/documentation/de/webapp/faq.md new file mode 100644 index 0000000..eb31b66 --- /dev/null +++ b/documentation/de/webapp/faq.md @@ -0,0 +1 @@ +# [FAQ] Häufig gestellte Fragen \ No newline at end of file diff --git a/documentation/webapp/README.md b/documentation/webapp/README.md index e558a66..473f161 100644 --- a/documentation/webapp/README.md +++ b/documentation/webapp/README.md @@ -1,3 +1,6 @@ # Webapplication +The webapplikation is the frontend for the BAS. It uses the same API calls, so everything which can be done in the frontend can also be done with the API. +BAS Home -BAS Screenshot \ No newline at end of file +## Notifications +## Profile \ No newline at end of file diff --git a/documentation/webapp/faq.md b/documentation/webapp/faq.md new file mode 100644 index 0000000..ef38a38 --- /dev/null +++ b/documentation/webapp/faq.md @@ -0,0 +1,8 @@ +# [FAQ] How to ... +## Register a pc-pool +* Add Ip-Range for automatic sorting +* Create registration hooks + +## Move a pc-pool from one location to another + +## Create an Event \ No newline at end of file -- cgit v1.2.3-55-g7522