diff --git a/README.md b/README.md index 9c1059310..98556d986 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Next to the hawkBit core hosted here the project maintains as well [examples](ht We offer a sandbox installation that is free for everyone to try out hawkBit. However, keep in mind that the sandbox database will be reset from time to time. It is also not possible to upload any artifacts into the sandbox. But you can use it to try out the Management UI, Management API and DDI API. Keep in mind as well that you are not permitted to store any kind of personal data in the sandbox. -https://hawkbit-demo-sandbox.eu-gb.mybluemix.net/UI/ +_NOTE: The sandbox is currently unavailable. We will be back soon!_ In addition the following vendors offer free trial accounts for their hawkBit compatible products: diff --git a/docs/content/gettingstarted.md b/docs/content/gettingstarted.md index 8acb86346..ec215cd48 100755 --- a/docs/content/gettingstarted.md +++ b/docs/content/gettingstarted.md @@ -6,11 +6,10 @@ weight: 20 ## On Sandbox We offer a sandbox installation that is free for everyone to try out hawkBit's [Management UI](/hawkbit/ui/), -[Management API](/hawkbit/apis/management_api/), and [Direct Device Integration API](/hawkbit/apis/ddi_api/):   -**[  https://hawkbit-demo-sandbox.eu-gb.mybluemix.net/UI/](https://hawkbit-demo-sandbox.eu-gb.mybluemix.net/UI/)** +[Management API](/hawkbit/apis/management_api/), and [Direct Device Integration API](/hawkbit/apis/ddi_api/). {{% warning %}} -The sandbox database will be reset from time to time. It is also not possible to upload any artifacts into the sandbox. Moreover, you are not permitted to store any kind of personal data in the sandbox. +The hawkBit sandbox is currently unavailable. [More infos ...](/hawkbit/sandbox/sandboxunavailable/) {{% /warning %}} In addition, the following vendors offer free trial accounts for their Eclipse hawkBit compatible products: diff --git a/docs/content/sandbox/_index.md b/docs/content/sandbox/_index.md new file mode 100644 index 000000000..e69de29bb diff --git a/docs/content/sandbox/sandboxunavailable.md b/docs/content/sandbox/sandboxunavailable.md new file mode 100644 index 000000000..8ef6e6d35 --- /dev/null +++ b/docs/content/sandbox/sandboxunavailable.md @@ -0,0 +1,11 @@ +--- +title: Sandbox +weight: -201 +--- + +## We are sorry, but the sandbox is currently unavailable + +{{% warning %}} +We are migrating the hawkBit Sandbox to be hosted by the Eclipse Foundation. Therefore, it is currently unavailable. +We will be back soon. +{{% /warning %}} \ No newline at end of file diff --git a/docs/layouts/partials/drawer.html b/docs/layouts/partials/drawer.html index c09e39de9..f142b2671 100755 --- a/docs/layouts/partials/drawer.html +++ b/docs/layouts/partials/drawer.html @@ -21,7 +21,7 @@ {{ if (eq (trim .Site.Params.provider " " | lower) "github") | and (isset .Site.Params "repo_url") }}