From e0181f8d029cb5615172136199520d3df90652ea Mon Sep 17 00:00:00 2001 From: Constantine Date: Tue, 6 Jul 2021 08:31:44 +0300 Subject: [PATCH] --- docs/anotra.yml | 6 ++++++ docs/site.yml | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/anotra.yml create mode 100644 docs/site.yml diff --git a/docs/anotra.yml b/docs/anotra.yml new file mode 100644 index 0000000..34dfbd0 --- /dev/null +++ b/docs/anotra.yml @@ -0,0 +1,6 @@ + name: swarmlab + title: swarmlab + version: docs + nav: + - modules/ROOT/nav.adoc + - modules/intro/nav.adoc \ No newline at end of file diff --git a/docs/site.yml b/docs/site.yml new file mode 100644 index 0000000..cfbf30b --- /dev/null +++ b/docs/site.yml @@ -0,0 +1,13 @@ +site: + title: General Documentation + 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/Documentation/raw/branch/master/ui-bundle.zip + snapshot: true