mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-10 04:19:47 +00:00
chore: Collapse sidebar sections in astro.config.mjs
This commit is contained in:
@@ -192,6 +192,7 @@ export default defineConfig({
|
||||
sidebar: [
|
||||
{
|
||||
label: "Get Started",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ label: "Introduction", link: "/" },
|
||||
{ label: "Screenshots", link: "/screenshots" },
|
||||
@@ -622,7 +623,7 @@ export default defineConfig({
|
||||
},
|
||||
{
|
||||
label: "Knowledge Base",
|
||||
collapsed: false,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ label: "FAQ", link: "/knowledge-base/faq" },
|
||||
|
||||
@@ -841,6 +842,7 @@ export default defineConfig({
|
||||
},
|
||||
{
|
||||
label: "API Reference",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ label: "Authorization", link: "/api-reference/authorization" },
|
||||
...openAPISidebarGroups,
|
||||
|
||||
Reference in New Issue
Block a user