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 #!/bin/bash
SERVICE_URL=https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git
SERVICE_NAME=microservice-xelatexthesis SERVICE_NAME=microservice-xelatexthesis
SERVICE_NAME_MENOU=xelatexthesis SERVICE_NAME_MENOU=xelatexthesis
@ -46,9 +47,9 @@ site:
start_page: swarmlab_${SERVICE_NAME}::index.adoc start_page: swarmlab_${SERVICE_NAME}::index.adoc
content: content:
sources: sources:
- url: https://git.swarmlab.io:3000/docs/Documentation.git - url: ${SERVICE_URL}
branches: master branches: master
start_path: ${SERVICE_NAME} start_path: docs
ui: ui:
bundle: bundle:
url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip 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* This is a quickstart guide of howto use this *LabInstance xelatex thesis*
> [source,sh]
> Click on openGui ----
> Click on openGui
> Read info Read info
>
- or - - or -
https://github.com/zachscrivena/simple-thesis-dissertation https://github.com/zachscrivena/simple-thesis-dissertation
----
== HowTo use it == HowTo use it
(1) Edit /home/main.tex (1) Edit /home/main.tex
(2) Compile LaTeX document (2) Compile LaTeX document
> [source,sh]
> Click on openGui ----
>
> It will compile the tex document and automatically update the PDF Click on openGui
>
It will compile the tex document and automatically update the PDF
----
(3) Downloading your finished document (3) Downloading your finished document

4
docs/site.yml

@ -4,9 +4,9 @@ site:
start_page: swarmlab_microservice-xelatexthesis::index.adoc start_page: swarmlab_microservice-xelatexthesis::index.adoc
content: content:
sources: sources:
- url: https://git.swarmlab.io:3000/docs/Documentation.git - url: https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git
branches: master branches: master
start_path: microservice-xelatexthesis start_path: docs
ui: ui:
bundle: bundle:
url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip

Loading…
Cancel
Save