Browse Source

add docs

master
zeus 2 years ago
parent
commit
446317c0ea
  1. 5
      docs/make-docs.sh
  2. 26
      docs/modules/ROOT/pages/index.adoc
  3. 4
      docs/site.yml

5
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

26
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

4
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

Loading…
Cancel
Save