Browse Source

test template

master
zeus 3 years ago
parent
commit
0273259ddf
  1. 6
      CloudComputing_Lab/antora.yml
  2. 0
      CloudComputing_Lab/build.sh
  3. 0
      CloudComputing_Lab/modules/ROOT/images/adhoc.png
  4. 0
      CloudComputing_Lab/modules/ROOT/images/swarmlab.png
  5. 0
      CloudComputing_Lab/modules/ROOT/nav.adoc
  6. 2
      CloudComputing_Lab/modules/ROOT/pages/index.adoc
  7. 0
      CloudComputing_Lab/run/build-intro.sh
  8. 0
      CloudComputing_Lab/run/build.sh
  9. 6
      CloudComputing_Lab/site.yml
  10. 6
      CloudComputing_and_Services_Lab/antora.yml
  11. 6
      template/init-docs.sh

6
CloudComputing_Lab/antora.yml

@ -0,0 +1,6 @@
name: CloudComputing_Lab
title: CloudComputing_Lab
version: docs
nav:
- modules/ROOT/nav.adoc

0
CloudComputing_and_Services_Lab/build.sh → CloudComputing_Lab/build.sh

0
CloudComputing_and_Services_Lab/modules/ROOT/images/adhoc.png → CloudComputing_Lab/modules/ROOT/images/adhoc.png

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

0
CloudComputing_and_Services_Lab/modules/ROOT/images/swarmlab.png → CloudComputing_Lab/modules/ROOT/images/swarmlab.png

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

0
CloudComputing_and_Services_Lab/modules/ROOT/nav.adoc → CloudComputing_Lab/modules/ROOT/nav.adoc

2
CloudComputing_and_Services_Lab/modules/ROOT/pages/index.adoc → CloudComputing_Lab/modules/ROOT/pages/index.adoc

@ -1,5 +1,5 @@
= CloudComputing_and_Services_Lab = CloudComputing_Lab
image::ROOT:swarmlab.png[swarmlab,150,float=right] image::ROOT:swarmlab.png[swarmlab,150,float=right]

0
CloudComputing_and_Services_Lab/run/build-intro.sh → CloudComputing_Lab/run/build-intro.sh

0
CloudComputing_and_Services_Lab/run/build.sh → CloudComputing_Lab/run/build.sh

6
CloudComputing_and_Services_Lab/site.yml → CloudComputing_Lab/site.yml

@ -1,12 +1,12 @@
site: site:
title: CloudComputing_and_Services_Lab title: Swarmlab CloudComputing_Lab
url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs
start_page: CloudComputing_and_Services_Lab::index.adoc start_page: CloudComputing_Lab::index.adoc
content: content:
sources: sources:
- url: https://git.swarmlab.io:3000/docs/Documentation.git - url: https://git.swarmlab.io:3000/docs/Documentation.git
branches: master branches: master
start_path: CloudComputing_and_Services_Lab start_path: CloudComputing_Lab
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

6
CloudComputing_and_Services_Lab/antora.yml

@ -1,6 +0,0 @@
name: CloudComputing_and_Services_Lab
title: CloudComputing_and_Services_Lab
version: docs
nav:
- modules/ROOT/nav.adoc

6
template/init-docs.sh

@ -138,8 +138,8 @@ fi
cat << EOF > ${dname}/antora.yml cat << EOF > ${dname}/antora.yml
name: swarmlab_${SERVICE_NAME} name: ${SERVICE_NAME}
title: swarmlab_${SERVICE_NAME} title: ${SERVICE_NAME}
version: docs version: docs
nav: nav:
- modules/ROOT/nav.adoc - modules/ROOT/nav.adoc
@ -149,7 +149,7 @@ cat << EOF > ${dname}/site.yml
site: site:
title: Swarmlab ${SERVICE_NAME} title: Swarmlab ${SERVICE_NAME}
url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs
start_page: swarmlab_${SERVICE_NAME}::index.adoc start_page: ${SERVICE_NAME}::index.adoc
content: content:
sources: sources:
- url: ${SERVICE_URL} - url: ${SERVICE_URL}

Loading…
Cancel
Save