mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-31 01:14:50 +08:00
Update 02-getting-started.md
Changed the target for Custom Page link, from /advanced section to /navigation section
This commit is contained in:
committed by
GitHub
parent
5d0eadbcf1
commit
3269aba548
@@ -42,4 +42,4 @@ Custom pages are a blank canvas for you to build whatever you want in a panel. T
|
||||
|
||||
Each custom page has a PHP class and a Blade view. The PHP class is technically a [full-page Livewire component](https://livewire.laravel.com/docs/components) (in fact, every page class in a Filament panel is a Livewire component). As such, every page has access to the full power of Livewire to build an interactive server-rendered UI.
|
||||
|
||||
To start your journey by creating a custom page, visit the [Custom pages documentation](advanced/custom-pages).
|
||||
To start your journey by creating a custom page, visit the [Custom pages documentation](navigation/custom-pages).
|
||||
|
||||
Reference in New Issue
Block a user