From 6a97a9cb16f019d125334e47560990d5d9cc71a7 Mon Sep 17 00:00:00 2001 From: simonox Date: Sat, 16 Sep 2023 16:31:22 +0200 Subject: [PATCH] moved the dashboard exmaple to docs section --- docs/flow/README.md | 2 +- .../flow => docs/flow/docs}/00-dashboard-example/dashboard.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {software/flow => docs/flow/docs}/00-dashboard-example/dashboard.json (100%) diff --git a/docs/flow/README.md b/docs/flow/README.md index 2ac8647..b75a4d6 100644 --- a/docs/flow/README.md +++ b/docs/flow/README.md @@ -55,6 +55,6 @@ You can view the dashboard in an (also mobile) web browser. ![Mobile view](./docs/images/5-dashboard.png) -Have a look at the flow also in [this repository](./00-dashboard-example/dashboard.json). +Have a look at the flow also in [this repository](./docs/00-dashboard-example/dashboard.json). You can also [connect to InfluxDB](./docs/node-influx.md). \ No newline at end of file diff --git a/software/flow/00-dashboard-example/dashboard.json b/docs/flow/docs/00-dashboard-example/dashboard.json similarity index 100% rename from software/flow/00-dashboard-example/dashboard.json rename to docs/flow/docs/00-dashboard-example/dashboard.json