summaryrefslogtreecommitdiffstats
path: root/documentation/.vuepress
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/.vuepress
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/.vuepress')
-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
4 files changed, 2 insertions, 0 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