Skip to content

Commit

Permalink
Fixes from code review
Browse files Browse the repository at this point in the history
Added missing Routing in Overview section
Sorted alphabetically
Fixes bug with stretching content
  • Loading branch information
PiotrFedak committed Aug 13, 2024
1 parent 1dc8855 commit 017da5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/elements/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<li>Http</li>
<li>Middleware</li>
<li>Notification</li>
<li>Routing</li>
<li>Session</li>
<li>Testing</li>
<li>Translations</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
<sidebar-element href="elements/http.html">Http</sidebar-element>
<sidebar-element href="elements/middleware.html">Middleware</sidebar-element>
<sidebar-element href="elements/notification.html">Notification</sidebar-element>
<sidebar-element href="elements/routing.html">Routing</sidebar-element>
<sidebar-element href="elements/session.html">Session</sidebar-element>
<sidebar-element href="elements/testing.html">Testing</sidebar-element>
<sidebar-element href="elements/translations.html">Translations</sidebar-element>
<sidebar-element href="elements/view.html">View</sidebar-element>
<sidebar-element href="elements/routing.html">Routing</sidebar-element>

<sidebar-header>Additional</sidebar-header>
<sidebar-element href="elements/spatie-permission.html">Spatie permission</sidebar-element>
Expand All @@ -62,7 +62,7 @@
<sidebar-element href="https://docs.behat.org/en/latest/" target="_blank">Behat documentation</sidebar-element>
</ul>
</nav>
<div class="flex-1 p-1 mt-24" id="content"></div>
<div class="p-1 mt-24" id="content"></div>

<div id="toast" class="hidden fixed bottom-4 right-4 z-50 flex items-center w-full max-w-xs p-4 text-gray-500 bg-white rounded-lg shadow dark:text-gray-400 dark:bg-gray-800" role="alert">
<div id="check.icon-container" class="inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"></div>
Expand Down

0 comments on commit 017da5b

Please sign in to comment.