diff --git a/docs/tutorial-development/index.mdx b/docs/getting-started/development.mdx similarity index 93% rename from docs/tutorial-development/index.mdx rename to docs/getting-started/development.mdx index cf1de00..ad8dec1 100644 --- a/docs/tutorial-development/index.mdx +++ b/docs/getting-started/development.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 500 +sidebar_position: 6 title: "️🔨 Development" --- @@ -9,10 +9,6 @@ import { TopBanners } from "@site/src/components/TopBanners"; # ️🔨 Development -## Using [devcontainers](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers) -Coming soon. - -## On host Run the following commands to install: For Linux/macOS: diff --git a/docs/tutorial-deployment/index.mdx b/docs/tutorials/deployment/index.mdx similarity index 98% rename from docs/tutorial-deployment/index.mdx rename to docs/tutorials/deployment/index.mdx index 5725b05..c1223cd 100644 --- a/docs/tutorial-deployment/index.mdx +++ b/docs/tutorials/deployment/index.mdx @@ -1,12 +1,9 @@ --- -sidebar_position: 500 -title: "☁️ Deployment" +sidebar_position: 0 +title: "☁️ Deployment" --- - import { TopBanners } from "@site/src/components/TopBanners"; -# ☁️ Deployment - :::info diff --git a/docs/tutorials/integrations/index.mdx b/docs/tutorials/integrations/index.mdx index 4329e7b..65b885c 100644 --- a/docs/tutorials/integrations/index.mdx +++ b/docs/tutorials/integrations/index.mdx @@ -1,4 +1,4 @@ --- -sidebar_position: 2 +sidebar_position: 3 title: "Integrations" --- \ No newline at end of file diff --git a/docs/tutorials/plugin/index.mdx b/docs/tutorials/plugin/index.mdx index ee40294..ab1e883 100644 --- a/docs/tutorials/plugin/index.mdx +++ b/docs/tutorials/plugin/index.mdx @@ -1,4 +1,4 @@ --- -sidebar_position: 0 +sidebar_position: 2 title: "Tools & Fuctions" --- \ No newline at end of file diff --git a/docs/tutorials/tips/index.mdx b/docs/tutorials/tips/index.mdx index 2b3799b..760c2b9 100644 --- a/docs/tutorials/tips/index.mdx +++ b/docs/tutorials/tips/index.mdx @@ -1,4 +1,4 @@ --- -sidebar_position: 3 +sidebar_position: 4 title: "Tips & Tricks" --- \ No newline at end of file