zeus
3 years ago
6 changed files with 53 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
#antora --fetch /antora/site.yml |
|||
antora /antora/site.yml |
|||
antora /antora/site-local.yml |
|||
ifconfig |
|||
http-server build/site -c-1 |
|||
|
@ -0,0 +1,20 @@ |
|||
site: |
|||
title: Swarmlab CloudComputing_Lab |
|||
url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs |
|||
start_page: CloudComputing_Lab::index.adoc |
|||
content: |
|||
sources: |
|||
- url: /antora |
|||
branches: master |
|||
start_path: CloudComputing_Lab |
|||
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 |
@ -1,4 +1,4 @@ |
|||
#antora --fetch /antora/site.yml |
|||
antora /antora/site.yml |
|||
antora /antora/site-local.yml |
|||
ifconfig |
|||
http-server build/site -c-1 |
|||
|
Loading…
Reference in new issue