Skip to content

Commit

Permalink
Fix default collapsed groups in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 30, 2024
1 parent 49a005b commit 0b84131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/app/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default async function Page({
return (
<DocsLayout
tree={loader.pageTree}
githubUrl={'https://github.com/TooTallNate/nx.js'}
githubUrl='https://github.com/TooTallNate/nx.js'
nav={{
transparentMode: 'top',
title: (
Expand All @@ -42,6 +42,7 @@ export default async function Page({
),
}}
sidebar={{
defaultOpenLevel: 0,
banner: <Toggle />,
}}
>
Expand Down

0 comments on commit 0b84131

Please sign in to comment.