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: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
label: "Get Started",
|
label: "Get Started",
|
||||||
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ label: "Introduction", link: "/" },
|
{ label: "Introduction", link: "/" },
|
||||||
{ label: "Screenshots", link: "/screenshots" },
|
{ label: "Screenshots", link: "/screenshots" },
|
||||||
@@ -622,7 +623,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Knowledge Base",
|
label: "Knowledge Base",
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ label: "FAQ", link: "/knowledge-base/faq" },
|
{ label: "FAQ", link: "/knowledge-base/faq" },
|
||||||
|
|
||||||
@@ -841,6 +842,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "API Reference",
|
label: "API Reference",
|
||||||
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ label: "Authorization", link: "/api-reference/authorization" },
|
{ label: "Authorization", link: "/api-reference/authorization" },
|
||||||
...openAPISidebarGroups,
|
...openAPISidebarGroups,
|
||||||
|
|||||||
Reference in New Issue
Block a user