From 47f3b603a72ac1be26074303bdce23ec266b1dc8 Mon Sep 17 00:00:00 2001 From: "Vipul Gupta (@vipulgupta2048)" Date: Mon, 14 Nov 2022 15:07:23 +0530 Subject: [PATCH] Build docusaurus docs website Signed-off-by: Vipul Gupta (@vipulgupta2048) --- .github/workflows/flowzone.yml | 6 ++++-- README.md | 2 +- docs/{docs => }/getting-started.md | 5 ----- docs/{static/img => images}/openabalena-logo.svg | 0 docs/static/img/favicon.ico => favicon.ico | Bin docs/static/img/logo.png => logo.png | Bin 6 files changed, 5 insertions(+), 8 deletions(-) rename docs/{docs => }/getting-started.md (99%) rename docs/{static/img => images}/openabalena-logo.svg (100%) rename docs/static/img/favicon.ico => favicon.ico (100%) rename docs/static/img/logo.png => logo.png (100%) 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