summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/.vuepress/config.js2
-rw-r--r--documentation/.vuepress/public/img/bas_screenshot.PNG (renamed from documentation/.vuepress/public/img/bss_screenshot.PNG)bin85869 -> 85869 bytes
-rw-r--r--documentation/.vuepress/public/img/de/bas_screenshot.PNG (renamed from documentation/.vuepress/public/img/de/bss_screenshot.PNG)bin85869 -> 85869 bytes
-rw-r--r--documentation/de/webapp/README.md2
-rw-r--r--documentation/webapp/README.md2
5 files changed, 4 insertions, 2 deletions
diff --git a/documentation/.vuepress/config.js b/documentation/.vuepress/config.js
index 5a76b61..5ad0884 100644
--- a/documentation/.vuepress/config.js
+++ b/documentation/.vuepress/config.js
@@ -1,4 +1,6 @@
module.exports = {
+ base: '/documentation/',
+ dest: '../server/public_documentation',
title: 'BAS Documentation',
description: 'Boot Auswahl Server',
themeConfig: {
diff --git a/documentation/.vuepress/public/img/bss_screenshot.PNG b/documentation/.vuepress/public/img/bas_screenshot.PNG
index 2fb8504..2fb8504 100644
--- a/documentation/.vuepress/public/img/bss_screenshot.PNG
+++ b/documentation/.vuepress/public/img/bas_screenshot.PNG
Binary files differ
diff --git a/documentation/.vuepress/public/img/de/bss_screenshot.PNG b/documentation/.vuepress/public/img/de/bas_screenshot.PNG
index 2fb8504..2fb8504 100644
--- a/documentation/.vuepress/public/img/de/bss_screenshot.PNG
+++ b/documentation/.vuepress/public/img/de/bas_screenshot.PNG
Binary files differ
diff --git a/documentation/de/webapp/README.md b/documentation/de/webapp/README.md
index 66eeb4e..cb8e8ce 100644
--- a/documentation/de/webapp/README.md
+++ b/documentation/de/webapp/README.md
@@ -1,3 +1,3 @@
# Webapplikation
-![BSS Screenshot](/img/de/bss_screenshot.PNG)
+<img :src="$withBase('/img/bas_screenshot.PNG')" alt="BAS Screenshot">
diff --git a/documentation/webapp/README.md b/documentation/webapp/README.md
index 7e3a5c0..e916ebf 100644
--- a/documentation/webapp/README.md
+++ b/documentation/webapp/README.md
@@ -1,3 +1,3 @@
# Webapplication
-![BSS Screenshot](/img/bss_screenshot.PNG)
+<img :src="$withBase('/img/bas_screenshot.PNG')" alt="BAS Screenshot">