From 3b9f1041023ed357605b84ce6096840e736713ad Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Mon, 22 Apr 2024 17:45:20 +0200 Subject: [PATCH] fix: ordering --- .../docs/concepts/Inter-Process Communication/index.mdx | 1 + src/content/docs/develop/calling-rust.mdx | 1 + src/content/docs/develop/state-management.mdx | 2 ++ src/content/docs/start/Frontend Configuration/index.mdx | 1 + src/content/docs/start/Upgrade & Migrate/from-electron.mdx | 1 + src/content/docs/start/Upgrade & Migrate/from-existing.mdx | 3 ++- src/content/docs/start/Upgrade & Migrate/from-flutter.mdx | 1 + src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx | 2 ++ src/content/docs/start/Upgrade & Migrate/index.mdx | 1 + 9 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/content/docs/concepts/Inter-Process Communication/index.mdx b/src/content/docs/concepts/Inter-Process Communication/index.mdx index 97ba0a4e71..2c849ace92 100644 --- a/src/content/docs/concepts/Inter-Process Communication/index.mdx +++ b/src/content/docs/concepts/Inter-Process Communication/index.mdx @@ -1,6 +1,7 @@ --- title: Inter-Process Communication sidebar: + label: Overview order: 1 badge: text: WIP diff --git a/src/content/docs/develop/calling-rust.mdx b/src/content/docs/develop/calling-rust.mdx index 06aeff4934..f6ac1b0cd1 100644 --- a/src/content/docs/develop/calling-rust.mdx +++ b/src/content/docs/develop/calling-rust.mdx @@ -1,6 +1,7 @@ --- title: Calling Rust from the Frontend sidebar: + order: 1 badge: text: WIP variant: caution diff --git a/src/content/docs/develop/state-management.mdx b/src/content/docs/develop/state-management.mdx index f08342fcfc..301a949123 100644 --- a/src/content/docs/develop/state-management.mdx +++ b/src/content/docs/develop/state-management.mdx @@ -1,5 +1,7 @@ --- title: State Management +sidebar: + order: 1 --- import Stub from '@components/Stub.astro'; diff --git a/src/content/docs/start/Frontend Configuration/index.mdx b/src/content/docs/start/Frontend Configuration/index.mdx index a297172c4a..59dc32f475 100644 --- a/src/content/docs/start/Frontend Configuration/index.mdx +++ b/src/content/docs/start/Frontend Configuration/index.mdx @@ -3,6 +3,7 @@ title: Frontend Configuration i18nReady: true sidebar: label: Overview + order: 10 --- import { LinkCard, CardGrid } from '@astrojs/starlight/components'; diff --git a/src/content/docs/start/Upgrade & Migrate/from-electron.mdx b/src/content/docs/start/Upgrade & Migrate/from-electron.mdx index 6ad83c2b18..a7e0e07a4c 100644 --- a/src/content/docs/start/Upgrade & Migrate/from-electron.mdx +++ b/src/content/docs/start/Upgrade & Migrate/from-electron.mdx @@ -1,6 +1,7 @@ --- title: Migrate from Electron sidebar: + order: 10 badge: text: WIP variant: caution diff --git a/src/content/docs/start/Upgrade & Migrate/from-existing.mdx b/src/content/docs/start/Upgrade & Migrate/from-existing.mdx index 5b229ea607..441c048757 100644 --- a/src/content/docs/start/Upgrade & Migrate/from-existing.mdx +++ b/src/content/docs/start/Upgrade & Migrate/from-existing.mdx @@ -1,6 +1,7 @@ --- -title: Existing Project +title: Upgrade Existing Project sidebar: + order: 12 badge: text: WIP variant: caution diff --git a/src/content/docs/start/Upgrade & Migrate/from-flutter.mdx b/src/content/docs/start/Upgrade & Migrate/from-flutter.mdx index 0147cf09d4..98d5cec947 100644 --- a/src/content/docs/start/Upgrade & Migrate/from-flutter.mdx +++ b/src/content/docs/start/Upgrade & Migrate/from-flutter.mdx @@ -1,6 +1,7 @@ --- title: Migrate from Flutter sidebar: + order: 11 badge: text: WIP variant: caution diff --git a/src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx b/src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx index 2faa7daba3..48a92a620e 100644 --- a/src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx +++ b/src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx @@ -1,6 +1,8 @@ --- title: Upgrade from Tauri 1.0 i18nReady: true +sidebar: + order: 12 --- import { Tabs, TabItem } from '@astrojs/starlight/components'; diff --git a/src/content/docs/start/Upgrade & Migrate/index.mdx b/src/content/docs/start/Upgrade & Migrate/index.mdx index 5ac98703e0..7ff692bef7 100644 --- a/src/content/docs/start/Upgrade & Migrate/index.mdx +++ b/src/content/docs/start/Upgrade & Migrate/index.mdx @@ -2,6 +2,7 @@ title: Upgrade & Migrate sidebar: label: Overview + order: 10 badge: text: WIP variant: caution