diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 9128ae5..30d87ee 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -10,5 +10,7 @@ on: jobs: flowzone: name: Flowzone - uses: product-os/flowzone/.github/workflows/flowzone.yml@master - secrets: inherit \ No newline at end of file + uses: product-os/flowzone/.github/workflows/flowzone.yml@add-website-type + secrets: inherit + with: + cloudflare_website: "open-balena" \ No newline at end of file diff --git a/README.md b/README.md index e811aab..d8abba5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -openBalena +openBalena --- diff --git a/docs/docs/getting-started.md b/docs/getting-started.md similarity index 99% rename from docs/docs/getting-started.md rename to docs/getting-started.md index 19ef59e..098d0fd 100644 --- a/docs/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,8 +1,3 @@ ---- -description: Getting started for openbalena -slug: / ---- - # Openbalena Getting Started Guide This guide will walk you through the steps of deploying an openBalena server, diff --git a/docs/static/img/openabalena-logo.svg b/docs/images/openabalena-logo.svg similarity index 100% rename from docs/static/img/openabalena-logo.svg rename to docs/images/openabalena-logo.svg diff --git a/docs/static/img/favicon.ico b/favicon.ico similarity index 100% rename from docs/static/img/favicon.ico rename to favicon.ico diff --git a/docs/static/img/logo.png b/logo.png similarity index 100% rename from docs/static/img/logo.png rename to logo.png