Skip to content

Commit 80a1787

Browse files
✨ Replace layout-three-columns component with docs-layout for improved structure and consistency
1 parent 14d9e3e commit 80a1787

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/docs/index.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<x-layout-three-columns>
1+
<x-docs-layout>
22
<x-slot name="sidebarLeft">
33
{!! $navigation !!}
44
</x-slot>
@@ -44,7 +44,7 @@ class="mt-2 flex flex-col space-y-2 border-l text-xs dark:border-l-white/15"
4444
</div>
4545

4646
<div
47-
class="prose mt-8 max-w-none dark:prose-invert prose-headings:scroll-mt-20 prose-headings:text-gray-800 sm:prose-headings:scroll-mt-32 dark:prose-headings:text-gray-50"
47+
class="prose dark:prose-invert prose-headings:scroll-mt-20 prose-headings:text-gray-800 sm:prose-headings:scroll-mt-32 dark:prose-headings:text-gray-50 mt-8 max-w-none"
4848
>
4949
{!! $content !!}
5050
</div>
@@ -99,4 +99,4 @@ class="flex items-center justify-end gap-1.5 opacity-60"
9999
Edit this page on GitHub
100100
</x-link-subtle>
101101
</div>
102-
</x-layout-three-columns>
102+
</x-docs-layout>

0 commit comments

Comments
 (0)