{{-- Copyright (c) ppy Pty Ltd . Licensed under the GNU Affero General Public License v3.0. See the LICENCE file in the repository root for full licence text. --}} @php $mdFiles = [ resource_path('views/docs/_using_chat.md'), resource_path('views/docs/_websocket.md'), resource_path('views/docs/_websocket_events.md'), resource_path('views/docs/_websocket_commands.md'), resource_path('views/docs/_structures.md'), ...glob(resource_path('views/docs/_structures/*.md')), ]; $parser = Parsedown::instance(); @endphp {!! $metadata['title'] !!} @include("docs.sidebar")
@include('docs.info') @include('docs.auth') @include("docs.groups") @foreach ($mdFiles as $file) {!! $parser->text(file_get_contents($file)) !!} @endforeach
@foreach($metadata['example_languages'] as $lang) @endforeach