mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Document the ViteBundler feature (#209)
* Document the ViteBundler feature * Fix formatting * Remove Vite integration page, make links to the integration page link to the feature page * Add example for enabling the feature * improve writing Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
5f9f141580
commit
31a64ab28f
4 changed files with 23 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ return [
|
|||
'Tenant Config' => 'features/tenant-config',
|
||||
'Cross-domain redirect' => 'features/cross-domain-redirect',
|
||||
'Universal routes' => 'features/universal-routes',
|
||||
'Vite bundler' => 'features/vite-bundler',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
@ -207,6 +208,7 @@ return [
|
|||
'Livewire' => 'integrations/livewire',
|
||||
'Orchid' => 'integrations/orchid',
|
||||
'Sanctum' => 'integrations/sanctum',
|
||||
'Vite' => 'features/vite-bundler',
|
||||
],
|
||||
],
|
||||
'Console commands' => 'console-commands',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue