summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorUdo Walter2019-04-17 23:11:05 +0200
committerUdo Walter2019-04-17 23:11:05 +0200
commita9db540cbef65316c54f5bd1f1a9da97f5f3b12a (patch)
tree0b61baa5301159486d450b773c1b60a41a51366a /documentation
parent[server/external-backends/idoit] Network requests only send if a object gets ... (diff)
downloadbas-a9db540cbef65316c54f5bd1f1a9da97f5f3b12a.tar.gz
bas-a9db540cbef65316c54f5bd1f1a9da97f5f3b12a.tar.xz
bas-a9db540cbef65316c54f5bd1f1a9da97f5f3b12a.zip
[server] remove laterjs; intergrate documentation into server
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">