Skip to content

Commit

Permalink
refac
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Sep 25, 2024
1 parent 64311f6 commit d973f40
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 500
sidebar_position: 6
title: "️🔨 Development"
---

Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
sidebar_position: 500
title: "☁️ Deployment"
sidebar_position: 0
title: "☁️ Deployment"
---

import { TopBanners } from "@site/src/components/TopBanners";

# ☁️ Deployment

<TopBanners />

:::info
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/integrations/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
sidebar_position: 2
sidebar_position: 3
title: "Integrations"
---
2 changes: 1 addition & 1 deletion docs/tutorials/plugin/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
sidebar_position: 0
sidebar_position: 2
title: "Tools & Fuctions"
---
2 changes: 1 addition & 1 deletion docs/tutorials/tips/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
sidebar_position: 3
sidebar_position: 4
title: "Tips & Tricks"
---

0 comments on commit d973f40

Please sign in to comment.