From 33fdee29850baa489a0a75c34baa62a470e4e2a5 Mon Sep 17 00:00:00 2001 From: sergioinf Date: Tue, 9 Apr 2024 09:14:56 +0200 Subject: [PATCH] added type guide --- docs/docs/guides/add-3d-visualization.md | 0 docs/docs/guides/connect-dt-with-real-devices.md | 0 docs/docs/guides/dt-creation.mdx | 2 +- docs/docs/guides/type-creation.mdx | 13 +++++++------ 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 docs/docs/guides/add-3d-visualization.md delete mode 100644 docs/docs/guides/connect-dt-with-real-devices.md diff --git a/docs/docs/guides/add-3d-visualization.md b/docs/docs/guides/add-3d-visualization.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/docs/guides/connect-dt-with-real-devices.md b/docs/docs/guides/connect-dt-with-real-devices.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/docs/guides/dt-creation.mdx b/docs/docs/guides/dt-creation.mdx index 59cf8de..7aab3ef 100644 --- a/docs/docs/guides/dt-creation.mdx +++ b/docs/docs/guides/dt-creation.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 2 --- # Creation of the schema of the digital twin diff --git a/docs/docs/guides/type-creation.mdx b/docs/docs/guides/type-creation.mdx index ce645dd..ba15bfa 100644 --- a/docs/docs/guides/type-creation.mdx +++ b/docs/docs/guides/type-creation.mdx @@ -84,15 +84,16 @@ An example of a schema of a DT of an abstract vehicle can be seen in the followi ``` -To create a new digital twin schema using OpenTwins plugin in Grafana just select "Create new twin" button in Twins tab. -![CreateTwin](./img/createTwinButton.png) - +```mdx-code-block + + +``` +# Creation using HTTP requests ```mdx-code-block - -This is an orange -``` + +``` \ No newline at end of file