diff --git a/apps/web/content/docs/cli/meta.json b/apps/web/content/docs/cli/meta.json index c979c61..f346b29 100644 --- a/apps/web/content/docs/cli/meta.json +++ b/apps/web/content/docs/cli/meta.json @@ -1,9 +1,5 @@ { "title": "CLI", "defaultOpen": true, - "pages": [ - "index", - "options", - "compatibility" - ] -} \ No newline at end of file + "pages": ["index", "options", "compatibility"] +} diff --git a/apps/web/content/docs/guides/meta.json b/apps/web/content/docs/guides/meta.json index 1937052..7904a39 100644 --- a/apps/web/content/docs/guides/meta.json +++ b/apps/web/content/docs/guides/meta.json @@ -1,7 +1,5 @@ { "title": "Guides", - "defaultOpen": true, - "pages": [ - "index" - ] -} \ No newline at end of file + "defaultOpen": false, + "pages": ["index"] +} diff --git a/apps/web/src/app/(home)/_components/stack-builder.tsx b/apps/web/src/app/(home)/_components/stack-builder.tsx index 80e24ad..b073348 100644 --- a/apps/web/src/app/(home)/_components/stack-builder.tsx +++ b/apps/web/src/app/(home)/_components/stack-builder.tsx @@ -1477,7 +1477,7 @@ const StackBuilder = () => {