diff --git a/docs/build/site/404.html b/docs/build/site/404.html index 57bf512..8df5f61 100644 --- a/docs/build/site/404.html +++ b/docs/build/site/404.html @@ -66,6 +66,7 @@
@@ -73,7 +74,7 @@

Page Not Found

-

The page you’re looking for does not exist. It may have been moved. You can follow one of the links in the navigation to the left.

+

The page you’re looking for does not exist. It may have been moved. You can return to the start page, or follow one of the links in the navigation to the left.

If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. diff --git a/docs/build/site/index.html b/docs/build/site/index.html index 88c4b5a..77dec8e 100644 --- a/docs/build/site/index.html +++ b/docs/build/site/index.html @@ -1,9 +1,9 @@ - - - + + + Redirect Notice

Redirect Notice

-

The page you requested has been relocated to http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/index.html.

+

The page you requested has been relocated to http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_sec-intro/docs/index.html.

diff --git a/docs/build/site/sitemap.xml b/docs/build/site/sitemap.xml index 285ec79..69d96e1 100644 --- a/docs/build/site/sitemap.xml +++ b/docs/build/site/sitemap.xml @@ -2,6 +2,6 @@ http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_sec-intro/docs/index.html -2021-10-18T21:19:50.942Z +2021-10-18T21:34:24.953Z diff --git a/docs/site-base.yml b/docs/site-base.yml new file mode 100644 index 0000000..4ea2e83 --- /dev/null +++ b/docs/site-base.yml @@ -0,0 +1,21 @@ +site: + title: Swarmlab sec-intro + url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs + start_page: swarmlab_sec-intro::index.adoc +content: + sources: + - url: https://git.swarmlab.io:3000/docs/Documentation.git + 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 + diff --git a/docs/site-intro.yml b/docs/site-intro.yml index 4ea2e83..eaee52c 100644 --- a/docs/site-intro.yml +++ b/docs/site-intro.yml @@ -1,6 +1,6 @@ site: title: Swarmlab sec-intro - url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs + url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/intro start_page: swarmlab_sec-intro::index.adoc content: sources: diff --git a/intro/antora.yml b/intro/antora.yml new file mode 100644 index 0000000..edf905d --- /dev/null +++ b/intro/antora.yml @@ -0,0 +1,5 @@ + name: swarmlab_sec-intro + title: swarmlab_sec-intro + version: docs + nav: + - modules/ROOT/nav.adoc diff --git a/intro/modules/ROOT/images/swarmlab.png b/intro/modules/ROOT/images/swarmlab.png new file mode 100644 index 0000000..d94ea42 Binary files /dev/null and b/intro/modules/ROOT/images/swarmlab.png differ diff --git a/intro/modules/ROOT/nav.adoc b/intro/modules/ROOT/nav.adoc new file mode 100644 index 0000000..91fa006 --- /dev/null +++ b/intro/modules/ROOT/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[Welcome] diff --git a/intro/modules/ROOT/pages/index.adoc b/intro/modules/ROOT/pages/index.adoc new file mode 100644 index 0000000..ddb9396 --- /dev/null +++ b/intro/modules/ROOT/pages/index.adoc @@ -0,0 +1,14 @@ += Welcome to Swarmlab! + +image::ROOT:swarmlab.png[swarmlab,150,float=right] + +Swarmlab provides the user with the unique abillity to *create Labrooms* (or other applications) and *share* them as project images expanding the simple ideas to full-blown systems. + +An all of that using only the browser and the command line of their system. + + +== Intro1 + +You will be connected to the Swareate a system exactly the way you need it. + + diff --git a/intro/run/build-intro.sh b/intro/run/build-intro.sh new file mode 100755 index 0000000..af181d8 --- /dev/null +++ b/intro/run/build-intro.sh @@ -0,0 +1,4 @@ +antora --fetch /antora/site-intro.yml +antora /antora/site-intro.yml +ifconfig +http-server build/site -c-1 diff --git a/intro/site-base.yml b/intro/site-base.yml new file mode 100644 index 0000000..4ea2e83 --- /dev/null +++ b/intro/site-base.yml @@ -0,0 +1,21 @@ +site: + title: Swarmlab sec-intro + url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs + start_page: swarmlab_sec-intro::index.adoc +content: + sources: + - url: https://git.swarmlab.io:3000/docs/Documentation.git + 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 + diff --git a/intro/site-intro.yml b/intro/site-intro.yml new file mode 100644 index 0000000..019bd2f --- /dev/null +++ b/intro/site-intro.yml @@ -0,0 +1,21 @@ +site: + title: Swarmlab sec-intro + url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs + start_page: swarmlab_sec-intro::index.adoc +content: + sources: + - url: https://git.swarmlab.io:3000/docs/Documentation.git + branches: master + start_path: intro +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 + diff --git a/intro/site.yml b/intro/site.yml new file mode 100644 index 0000000..9734959 --- /dev/null +++ b/intro/site.yml @@ -0,0 +1,21 @@ +site: + title: Swarmlab sec-intro + url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs + start_page: swarmlab::index.adoc +content: + sources: + - url: https://git.swarmlab.io:3000/docs/Documentation.git + 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 + diff --git a/intro/supplemental-ui/css/search.css b/intro/supplemental-ui/css/search.css new file mode 100644 index 0000000..d9af4ac --- /dev/null +++ b/intro/supplemental-ui/css/search.css @@ -0,0 +1,115 @@ +.navbar-brand .navbar-item + .navbar-item { + flex-grow: 1; + justify-content: flex-end; +} + +@media screen and (min-width: 1024px) { + .navbar-brand { + flex-grow: 1; + } + + .navbar-menu { + flex-grow: 0; + } +} + +#search-input { + color: #333; + font-family: inherit; + font-size: 0.95rem; + width: 150px; + border: 1px solid #dbdbdb; + border-radius: 0.1em; + line-height: 1.5; + padding: 0 0.25em; +} + +@media screen and (min-width: 769px) { + #search-input { + width: 200px; + } +} + +.search-result-dropdown-menu { + position: absolute; + z-index: 100; + display: block; + right: 0; + left: inherit; + top: 100%; + border-radius: 4px; + margin: 6px 0 0; + padding: 0; + text-align: left; + height: auto; + background: transparent; + border: none; + max-width: 600px; + min-width: 500px; + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +@media screen and (max-width: 768px) { + .navbar-brand .navbar-item + .navbar-item { + padding-left: 0; + padding-right: 0; + } + + .search-result-dropdown-menu { + min-width: calc(100vw - 3.75rem); + } +} + +.search-result-dataset { + position: relative; + border: 1px solid #d9d9d9; + background: #fff; + border-radius: 4px; + overflow: auto; + padding: 0 8px 8px; + max-height: calc(100vh - 5.25rem); + color: #333; +} + +.search-result-highlight { + color: #174d8c; + background: rgba(143, 187, 237, 0.1); + padding: .1em .05em; +} + +.search-result-item { + display: flex; + font-size: 1rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; +} + +.search-result-document-title { + width: 33%; + border-right: 1px solid #ddd; + color: #a4a7ae; + font-size: 0.8rem; + padding: 0.25rem 0.5rem 0.25rem 0; + text-align: right; + position: relative; + word-wrap: break-word; +} + +.search-result-document-hit { + flex: 1; + font-size: 0.75em; + color: #02060c; + font-weight: 700; +} + +.search-result-document-hit > a { + color: inherit; + display: block; + padding: 0.5rem 0 0.5rem 1rem; + margin-bottom: 0.25rem; +} + +.search-result-document-hit > a:hover { + background-color: rgba(69, 142, 225, 0.05); +} + diff --git a/intro/supplemental-ui/partials/file.here b/intro/supplemental-ui/partials/file.here new file mode 100644 index 0000000..e69de29