|
@ -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 |
|
|