summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJannik Schönartz2019-05-15 23:16:43 +0200
committerJannik Schönartz2019-05-15 23:16:43 +0200
commitfe03f891b8255fc79fdab5509e5ce870410f3bd0 (patch)
treeb672c34f5d5474e2c7127931f29a7ac4047cd051 /documentation
parent[webapp] Add a simple home / welcome landing page (diff)
downloadbas-fe03f891b8255fc79fdab5509e5ce870410f3bd0.tar.gz
bas-fe03f891b8255fc79fdab5509e5ce870410f3bd0.tar.xz
bas-fe03f891b8255fc79fdab5509e5ce870410f3bd0.zip
[documentation] Add faq pages & add webapp tutorial classes for the home module
Diffstat (limited to 'documentation')
-rw-r--r--documentation/.vuepress/config.js2
-rw-r--r--documentation/.vuepress/public/img/bas_screenshot.PNGbin85869 -> 0 bytes
-rw-r--r--documentation/.vuepress/public/img/home.pngbin0 -> 232012 bytes
-rw-r--r--documentation/.vuepress/public/img/home_de.pngbin0 -> 236116 bytes
-rw-r--r--documentation/de/webapp/README.md2
-rw-r--r--documentation/de/webapp/faq.md1
-rw-r--r--documentation/webapp/README.md5
-rw-r--r--documentation/webapp/faq.md8
8 files changed, 16 insertions, 2 deletions
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
--- a/documentation/.vuepress/public/img/bas_screenshot.PNG
+++ /dev/null
Binary files differ
diff --git a/documentation/.vuepress/public/img/home.png b/documentation/.vuepress/public/img/home.png
new file mode 100644
index 0000000..f22054a
--- /dev/null
+++ b/documentation/.vuepress/public/img/home.png
Binary files 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
--- /dev/null
+++ b/documentation/.vuepress/public/img/home_de.png
Binary files 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
-<img :src="$withBase('/img/bas_screenshot.PNG')" alt="BAS Screenshot">
+<a :href="$withBase('/img/home_de.png')" target="_blank"><img :src="$withBase('/img/home_de.png')" alt="BAS Home"></a> \ 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.
+<a :href="$withBase('/img/home.png')" target="_blank"><img :src="$withBase('/img/home.png')" alt="BAS Home"></a>
-<img :src="$withBase('/img/bas_screenshot.PNG')" alt="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