Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/views/docs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<x-docs.sidebar>{!! $index !!}</x-docs.sidebar>
<div class="docs-main max-w-prose DocSearch-content mx-auto lg:mr-0 relative w-full px-3 lg:px-0 mt-6 mb-20">
<div class="w-100 lg:block absolute top-0 right-0 hidden h-8 mt-2 text-sm">
<a href="https://github.com/pestphp/docs/edit/master/{{ $page }}.md">Edit this page →</a>
<a href="https://github.com/pestphp/docs/edit/{{ config('site.defaultVersion') }}/{{ $page }}.md">Edit this page →</a>
</div>
{!! $body !!}
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/ide.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="docs-main max-w-prose DocSearch-content mx-auto lg:mr-0 relative w-full px-3 lg:px-0 mt-6 mb-20">
<div class="w-100 lg:block absolute top-0 right-0 hidden h-8 mt-2 text-sm">
<a href="https://github.com/pestphp/pestphp.com/edit/next/resources/views/ide.blade.php">
<a href="https://github.com/pestphp/pestphp.com/edit/3.x/resources/views/ide.blade.php">
Edit this page →
</a>
</div>
Expand Down