mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Remove Vite integration page, make links to the integration page link to the feature page
This commit is contained in:
parent
adf2b864f4
commit
1ebe794a8f
3 changed files with 2 additions and 11 deletions
|
|
@ -208,7 +208,7 @@ return [
|
|||
'Livewire' => 'integrations/livewire',
|
||||
'Orchid' => 'integrations/orchid',
|
||||
'Sanctum' => 'integrations/sanctum',
|
||||
'Vite' => 'integrations/vite',
|
||||
'Vite' => 'features/vite-bundler',
|
||||
],
|
||||
],
|
||||
'Console commands' => 'console-commands',
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ If you're using the [automatic mode]({{ $page->link('automatic-mode') }}) & [mul
|
|||
- [Laravel Telescope]({{ $page->link('integrations/telescope') }})
|
||||
- [Livewire]({{ $page->link('integrations/livewire') }})
|
||||
- [Laravel Sanctum]({{ $page->link('integrations/sanctum') }})
|
||||
- [Vite]({{ $page->link('integrations/vite') }})
|
||||
- [Vite]({{ $page->link('features/vite-bundler') }})
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: Vite integration
|
||||
extends: _layouts.documentation
|
||||
section: content
|
||||
---
|
||||
|
||||
# Vite {#vite}
|
||||
|
||||
Enable the ViteBundler feature in the `tenancy.features` config to make Vite generate asset paths correctly.
|
||||
Loading…
Add table
Add a link
Reference in a new issue