From 91a79f459ca71e38e33bf329cae62a75863b6f24 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Sun, 5 Nov 2023 20:25:15 -0600 Subject: [PATCH] refactor: move architecture section --- astro.config.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index a7bc050..a84ca63 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -132,14 +132,14 @@ export default defineConfig({ }, sidebar: [ { label: 'Getting Started', link: '/getting-started' }, - { - label: 'Ingredients', - autogenerate: { directory: 'ingredients' }, - }, { label: 'Architecture', autogenerate: { directory: 'architecture' }, }, + { + label: 'Ingredients', + autogenerate: { directory: 'ingredients' }, + }, ], }), tailwind({