mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Add flake.nix, non-legacy builds, composer update, fix redirects
This commit is contained in:
parent
a675535e98
commit
ab2fe374b9
16 changed files with 1108 additions and 504 deletions
|
|
@ -27,10 +27,12 @@
|
|||
<meta name="previewify:image" content="https://tenancyforlaravel.com/assets/img/previewify-image.png">
|
||||
|
||||
<meta name="theme-color" content="#5850EC">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
@if($page->legacy)
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
@endif
|
||||
|
||||
<meta name="docsearch:language" content="en" />
|
||||
<meta name="docsearch:version" content="{{ $page->version() }}" />
|
||||
|
|
@ -60,7 +62,9 @@
|
|||
<link href="https://rsms.me/inter/inter.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{ mix('css/main.css', 'assets/build') }}">
|
||||
|
||||
<script async data-api="/_hive" src="/bee.js"></script>
|
||||
@if($page->legacy)
|
||||
<script async data-api="/_hive" src="/bee.js"></script>
|
||||
@endif
|
||||
<script src="{{ mix('js/turbolinks.js', 'assets/build') }}"></script>
|
||||
|
||||
@if ($page->docsearchApiKey && $page->docsearchIndexName)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=getting-started">
|
||||
<meta http-equiv="refresh" content="0; url={{ $page->baseUrl }}/docs/v1/getting-started">
|
||||
<title>stancl/tenancy</title>
|
||||
</head>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=getting-started">
|
||||
<meta http-equiv="refresh" content="0; url={{ $page->baseUrl }}/docs/v2/getting-started">
|
||||
<title>stancl/tenancy</title>
|
||||
</head>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue