We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf60bb + d886d23 commit a613152Copy full SHA for a613152
resources/views/index.blade.php
@@ -133,9 +133,9 @@ class="my-prism-editor"
133
<table class="table-fixed text-sm mt-5" style="width: max-content">
134
<tbody>
135
@foreach ($docs as $index => $doc)
136
- <tr>
+ <tr v-if="!docs[{{$index}}]['isHidden']">
137
<td>
138
- <a href="#{{$doc['methods'][0] .'-'. $doc['uri']}}" @click="highlightSidebar({{$index}})" v-if="!docs[{{$index}}]['isHidden']">
+ <a href="#{{$doc['methods'][0] .'-'. $doc['uri']}}" @click="highlightSidebar({{$index}})" >
139
<span class="
140
font-medium
141
inline-flex
0 commit comments