zeus
3 years ago
13 changed files with 68 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||
name: swarmlab_info |
|||
title: swarmlab_info |
|||
version: docs |
|||
nav: |
|||
- modules/ROOT/nav.adoc |
After Width: | Height: | Size: 146 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 983 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 415 B |
@ -0,0 +1 @@ |
|||
* xref:index.adoc[info] |
@ -0,0 +1,18 @@ |
|||
= INFO! |
|||
|
|||
|
|||
== HowTo |
|||
|
|||
[TIP] |
|||
==== |
|||
Accept self-signed certificate! |
|||
|
|||
self-signed certificates are good to go for testing purposes and for internal LAN-only services. |
|||
|
|||
When you use VENUS |
|||
|
|||
==== |
|||
|
|||
|
|||
|
|||
|
@ -0,0 +1,4 @@ |
|||
antora --fetch /antora/site-intro.yml |
|||
antora /antora/site-intro.yml |
|||
ifconfig |
|||
http-server build/site -c-1 |
@ -0,0 +1,4 @@ |
|||
antora --fetch /antora/site.yml |
|||
antora /antora/site.yml |
|||
ifconfig |
|||
http-server build/site -c-1 |
@ -0,0 +1,25 @@ |
|||
site: |
|||
title: Swarmlab info |
|||
url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs |
|||
start_page: swarmlab_info::index.adoc |
|||
content: |
|||
sources: |
|||
- url: https://git.swarmlab.io:3000/docs/Documentation.git |
|||
branches: master |
|||
start_path: info |
|||
|
|||
- url: https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis |
|||
branches: master |
|||
start_path: docs |
|||
ui: |
|||
bundle: |
|||
url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip |
|||
snapshot: true |
|||
supplemental_files: ./supplemental-ui |
|||
asciidoc: |
|||
attributes: |
|||
:plantuml-server-url: http://www.plantuml.com/plantuml |
|||
extensions: |
|||
- '@djencks/asciidoctor-mathjax' |
|||
- asciidoctor-plantuml |
|||
|
Loading…
Reference in new issue