From d973f40866bd48d06b077ddd645e1a03a5f8a525 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 25 Sep 2024 02:08:38 +0200 Subject: [PATCH] refac --- .../index.mdx => getting-started/development.mdx} | 6 +----- .../deployment}/index.mdx | 7 ++----- docs/tutorials/integrations/index.mdx | 2 +- docs/tutorials/plugin/index.mdx | 2 +- docs/tutorials/tips/index.mdx | 2 +- 5 files changed, 6 insertions(+), 13 deletions(-) rename docs/{tutorial-development/index.mdx => getting-started/development.mdx} (93%) rename docs/{tutorial-deployment => tutorials/deployment}/index.mdx (98%) 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