From 0f8469e72677a2b1bfde33c0f35dfe69acfeaaed Mon Sep 17 00:00:00 2001 From: brel Date: Sat, 15 Oct 2022 00:23:39 +0300 Subject: [PATCH 1/7] add mb-5 style to route list in left sidebar --- resources/views/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index a4b8ba9..32117c9 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -130,7 +130,7 @@ class="my-prism-editor"

Routes List


- +
@foreach ($docs as $index => $doc) From 648bbd6b5c8d38a4d1207a72891ef74fb97c4796 Mon Sep 17 00:00:00 2001 From: brel Date: Sat, 15 Oct 2022 01:49:26 +0300 Subject: [PATCH 2/7] some GUI changes --- resources/views/index.blade.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 32117c9..37c40d8 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -245,12 +245,15 @@ class="inline-flex text-xs"
-

LRD Docs

- {!! $doc['docBlock'] !!} +

Description

+
+ {!! $doc['docBlock'] !!}
-
@if (!empty($doc['rules'])) - +
+

Attributes

+
+
@@ -333,6 +336,7 @@ class="inline-flex text-xs" @endforeach
No.
+ @endif