update after stop build
All checks were successful
All checks were successful
This commit is contained in:
12
vendor/knuckleswtf/scribe/resources/views/markdown/auth.blade.php
vendored
Normal file
12
vendor/knuckleswtf/scribe/resources/views/markdown/auth.blade.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
@php
|
||||
use Knuckles\Scribe\Tools\Utils as u;
|
||||
@endphp
|
||||
# {{ u::trans("scribe::headings.auth") }}
|
||||
|
||||
@if(!$isAuthed)
|
||||
{!! u::trans("scribe::auth.none") !!}
|
||||
@else
|
||||
{!! $authDescription !!}
|
||||
|
||||
{!! $extraAuthInfo !!}
|
||||
@endif
|
||||
13
vendor/knuckleswtf/scribe/resources/views/markdown/intro.blade.php
vendored
Normal file
13
vendor/knuckleswtf/scribe/resources/views/markdown/intro.blade.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
@php
|
||||
use Knuckles\Scribe\Tools\Utils as u;
|
||||
@endphp
|
||||
# {{ u::trans("scribe::headings.introduction") }}
|
||||
|
||||
{!! $description !!}
|
||||
|
||||
<aside>
|
||||
<strong>{{ u::trans("scribe::labels.base_url") }}</strong>: <code>{!! $baseUrl !!}</code>
|
||||
</aside>
|
||||
|
||||
{!! $introText !!}
|
||||
|
||||
Reference in New Issue
Block a user