From 446317c0ea9f1a80e1e3ec7ff6e37eda0f41d9c9 Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 19 Feb 2022 19:32:28 +0200 Subject: [PATCH] add docs --- docs/make-docs.sh | 5 +++-- docs/modules/ROOT/pages/index.adoc | 26 +++++++++++++------------- docs/site.yml | 4 ++-- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/make-docs.sh b/docs/make-docs.sh index 6ba849a..1a1cabc 100755 --- a/docs/make-docs.sh +++ b/docs/make-docs.sh @@ -1,6 +1,7 @@ #!/bin/bash +SERVICE_URL=https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git SERVICE_NAME=microservice-xelatexthesis SERVICE_NAME_MENOU=xelatexthesis @@ -46,9 +47,9 @@ site: start_page: swarmlab_${SERVICE_NAME}::index.adoc content: sources: - - url: https://git.swarmlab.io:3000/docs/Documentation.git + - url: ${SERVICE_URL} branches: master - start_path: ${SERVICE_NAME} + start_path: docs ui: bundle: url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index f237980..7e754c6 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -5,30 +5,30 @@ This is a quickstart guide of howto use this *LabInstance xelatex thesis* -> -> Click on openGui -> -> Read info -> +[source,sh] +---- +Click on openGui + Read info - or - https://github.com/zachscrivena/simple-thesis-dissertation - - +---- == HowTo use it - (1) Edit /home/main.tex (2) Compile LaTeX document -> -> Click on openGui -> -> It will compile the tex document and automatically update the PDF -> +[source,sh] +---- + +Click on openGui + + It will compile the tex document and automatically update the PDF + +---- (3) Downloading your finished document diff --git a/docs/site.yml b/docs/site.yml index c3e7a8c..a979436 100644 --- a/docs/site.yml +++ b/docs/site.yml @@ -4,9 +4,9 @@ site: start_page: swarmlab_microservice-xelatexthesis::index.adoc content: sources: - - url: https://git.swarmlab.io:3000/docs/Documentation.git + - url: https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git branches: master - start_path: microservice-xelatexthesis + start_path: docs ui: bundle: url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip