Skip to content

Commit

Permalink
fix: ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhyll committed Apr 22, 2024
1 parent 89cbf78 commit 3b9f104
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Inter-Process Communication
sidebar:
label: Overview
order: 1
badge:
text: WIP
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/calling-rust.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Calling Rust from the Frontend
sidebar:
order: 1
badge:
text: WIP
variant: caution
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/develop/state-management.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: State Management
sidebar:
order: 1
---

import Stub from '@components/Stub.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/start/Frontend Configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Frontend Configuration
i18nReady: true
sidebar:
label: Overview
order: 10
---

import { LinkCard, CardGrid } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/start/Upgrade & Migrate/from-electron.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Migrate from Electron
sidebar:
order: 10
badge:
text: WIP
variant: caution
Expand Down
3 changes: 2 additions & 1 deletion src/content/docs/start/Upgrade & Migrate/from-existing.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Existing Project
title: Upgrade Existing Project
sidebar:
order: 12
badge:
text: WIP
variant: caution
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/start/Upgrade & Migrate/from-flutter.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Migrate from Flutter
sidebar:
order: 11
badge:
text: WIP
variant: caution
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Upgrade from Tauri 1.0
i18nReady: true
sidebar:
order: 12
---

import { Tabs, TabItem } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/start/Upgrade & Migrate/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Upgrade & Migrate
sidebar:
label: Overview
order: 10
badge:
text: WIP
variant: caution
Expand Down

0 comments on commit 3b9f104

Please sign in to comment.