Browse Source

add docs

master
zeus 3 years ago
parent
commit
214e3ed601
  1. 3
      docs/build/site/404.html
  2. 8
      docs/build/site/index.html
  3. 2
      docs/build/site/sitemap.xml
  4. 21
      docs/site-base.yml
  5. 2
      docs/site-intro.yml
  6. 5
      intro/antora.yml
  7. BIN
      intro/modules/ROOT/images/swarmlab.png
  8. 1
      intro/modules/ROOT/nav.adoc
  9. 14
      intro/modules/ROOT/pages/index.adoc
  10. 4
      intro/run/build-intro.sh
  11. 21
      intro/site-base.yml
  12. 21
      intro/site-intro.yml
  13. 21
      intro/site.yml
  14. 115
      intro/supplemental-ui/css/search.css
  15. 0
      intro/supplemental-ui/partials/file.here

3
docs/build/site/404.html

@ -66,6 +66,7 @@
<main class="article">
<div class="toolbar" role="navigation">
<button class="nav-toggle"></button>
<a href="/SwarmLab-HowTos/swarmlab/docs/swarmlab_sec-intro/docs/index.html" class="home-link"></a>
<nav class="breadcrumbs" aria-label="breadcrumbs">
</nav>
</div>
@ -73,7 +74,7 @@
<article class="doc">
<h1 class="page">Page Not Found</h1>
<div class="paragraph">
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can follow one of the links in the navigation to the left.</p>
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can return to the <a href="/swarmlab_sec-intro/docs/index.html">start page</a>, or follow one of the links in the navigation to the left.</p>
</div>
<div class="paragraph">
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.

8
docs/build/site/index.html

@ -1,9 +1,9 @@
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="canonical" href="http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/index.html">
<script>location="swarmlab/docs/index.html"</script>
<meta http-equiv="refresh" content="0; url=swarmlab/docs/index.html">
<link rel="canonical" href="http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_sec-intro/docs/index.html">
<script>location="swarmlab_sec-intro/docs/index.html"</script>
<meta http-equiv="refresh" content="0; url=swarmlab_sec-intro/docs/index.html">
<meta name="robots" content="noindex">
<title>Redirect Notice</title>
<h1>Redirect Notice</h1>
<p>The page you requested has been relocated to <a href="swarmlab/docs/index.html">http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/index.html</a>.</p>
<p>The page you requested has been relocated to <a href="swarmlab_sec-intro/docs/index.html">http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_sec-intro/docs/index.html</a>.</p>

2
docs/build/site/sitemap.xml

@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_sec-intro/docs/index.html</loc>
<lastmod>2021-10-18T21:19:50.942Z</lastmod>
<lastmod>2021-10-18T21:34:24.953Z</lastmod>
</url>
</urlset>

21
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

2
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:

5
intro/antora.yml

@ -0,0 +1,5 @@
name: swarmlab_sec-intro
title: swarmlab_sec-intro
version: docs
nav:
- modules/ROOT/nav.adoc

BIN
intro/modules/ROOT/images/swarmlab.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

1
intro/modules/ROOT/nav.adoc

@ -0,0 +1 @@
* xref:index.adoc[Welcome]

14
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.

4
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

21
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

21
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

21
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

115
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);
}

0
intro/supplemental-ui/partials/file.here

Loading…
Cancel
Save