MENU
@if($metadata['logo'] != false)
@endif @isset($metadata['example_languages'])
@foreach($metadata['example_languages'] as $name => $lang) @php if (is_numeric($name)) $name = $lang; @endphp
{{ $name }}
@endforeach
@endisset
@foreach($headings as $h1)
{!! $h1['name'] !!}
@if(count($h1['subheadings']) > 0)
@foreach($h1['subheadings'] as $h2)
{!! $h2['name'] !!}
@if(count($h2['subheadings']) > 0)
@foreach($h2['subheadings'] as $h3)
{!! $h3['name'] !!}
@endforeach
@endif @endforeach
@endif
@endforeach
@if($metadata['postman_collection_url'])
View Postman collection
@endif @if($metadata['openapi_spec_url'])
View OpenAPI spec
@endif
Documentation powered by Scribe ✍
{{ $metadata['last_updated'] }}