From 20a724d703ffd4dc838c7b15ff15748d304afb1b Mon Sep 17 00:00:00 2001 From: Arpan Mukherjee Date: Fri, 27 Feb 2026 10:29:05 +0530 Subject: [PATCH] chore: #265 sort hosting and ecosystem side nav alphabetically --- src/pages/guides/ecosystem/htmx.md | 2 +- src/pages/guides/ecosystem/lit.md | 2 +- src/pages/guides/ecosystem/storybook.md | 2 +- src/pages/guides/ecosystem/tailwind.md | 2 +- src/pages/guides/ecosystem/vitest.md | 2 +- src/pages/guides/ecosystem/web-test-runner.md | 2 +- src/pages/guides/hosting/aws.md | 2 +- src/pages/guides/hosting/cloudflare.md | 2 +- src/pages/guides/hosting/github.md | 2 +- src/pages/guides/hosting/netlify.md | 2 +- src/pages/guides/hosting/vercel.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/guides/ecosystem/htmx.md b/src/pages/guides/ecosystem/htmx.md index 65dd5014..522a60f2 100644 --- a/src/pages/guides/ecosystem/htmx.md +++ b/src/pages/guides/ecosystem/htmx.md @@ -2,7 +2,7 @@ title: htmx label: htmx layout: guides -order: 2 +order: 1 tocHeading: 2 --- diff --git a/src/pages/guides/ecosystem/lit.md b/src/pages/guides/ecosystem/lit.md index 9b59af56..2956b238 100644 --- a/src/pages/guides/ecosystem/lit.md +++ b/src/pages/guides/ecosystem/lit.md @@ -1,7 +1,7 @@ --- title: Lit layout: guides -order: 1 +order: 2 tocHeading: 2 --- diff --git a/src/pages/guides/ecosystem/storybook.md b/src/pages/guides/ecosystem/storybook.md index ade796ca..0ed493af 100644 --- a/src/pages/guides/ecosystem/storybook.md +++ b/src/pages/guides/ecosystem/storybook.md @@ -1,6 +1,6 @@ --- layout: guides -order: 4 +order: 3 tocHeading: 2 --- diff --git a/src/pages/guides/ecosystem/tailwind.md b/src/pages/guides/ecosystem/tailwind.md index 6c9cbd13..600d816c 100644 --- a/src/pages/guides/ecosystem/tailwind.md +++ b/src/pages/guides/ecosystem/tailwind.md @@ -1,6 +1,6 @@ --- layout: guides -order: 3 +order: 4 tocHeading: 2 --- diff --git a/src/pages/guides/ecosystem/vitest.md b/src/pages/guides/ecosystem/vitest.md index 4518b83b..54621167 100644 --- a/src/pages/guides/ecosystem/vitest.md +++ b/src/pages/guides/ecosystem/vitest.md @@ -1,6 +1,6 @@ --- layout: guides -order: 6 +order: 5 tocHeading: 2 --- diff --git a/src/pages/guides/ecosystem/web-test-runner.md b/src/pages/guides/ecosystem/web-test-runner.md index 3d9c3459..5b7e6a0d 100644 --- a/src/pages/guides/ecosystem/web-test-runner.md +++ b/src/pages/guides/ecosystem/web-test-runner.md @@ -1,6 +1,6 @@ --- layout: guides -order: 5 +order: 6 tocHeading: 2 --- diff --git a/src/pages/guides/hosting/aws.md b/src/pages/guides/hosting/aws.md index 7ac5d1f6..57a4b5f4 100644 --- a/src/pages/guides/hosting/aws.md +++ b/src/pages/guides/hosting/aws.md @@ -2,7 +2,7 @@ title: AWS label: AWS layout: guides -order: 3 +order: 1 tocHeading: 2 --- diff --git a/src/pages/guides/hosting/cloudflare.md b/src/pages/guides/hosting/cloudflare.md index 71718317..cb7ed432 100644 --- a/src/pages/guides/hosting/cloudflare.md +++ b/src/pages/guides/hosting/cloudflare.md @@ -1,7 +1,7 @@ --- title: Cloudflare layout: guides -order: 4 +order: 2 tocHeading: 2 --- diff --git a/src/pages/guides/hosting/github.md b/src/pages/guides/hosting/github.md index 20e915b9..ec19252d 100644 --- a/src/pages/guides/hosting/github.md +++ b/src/pages/guides/hosting/github.md @@ -2,7 +2,7 @@ title: GitHub label: GitHub layout: guides -order: 5 +order: 3 tocHeading: 2 --- diff --git a/src/pages/guides/hosting/netlify.md b/src/pages/guides/hosting/netlify.md index bf20d7ab..460accea 100644 --- a/src/pages/guides/hosting/netlify.md +++ b/src/pages/guides/hosting/netlify.md @@ -1,7 +1,7 @@ --- title: Netlify layout: guides -order: 1 +order: 4 tocHeading: 2 --- diff --git a/src/pages/guides/hosting/vercel.md b/src/pages/guides/hosting/vercel.md index 1d74766d..5defaee4 100644 --- a/src/pages/guides/hosting/vercel.md +++ b/src/pages/guides/hosting/vercel.md @@ -1,7 +1,7 @@ --- title: Vercel layout: guides -order: 2 +order: 5 tocHeading: 2 ---