diff --git a/.vitepress/config.ts b/.vitepress/config.ts index ca93980..afbfd67 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -67,10 +67,11 @@ export default defineConfigWithTheme({ ], versions: [ { - text: 'v4.x', + text: 'v5.x', link: 'https://jetstream.laravel.com', current: true, }, + { text: 'v4.x', link: 'https://github.com/laravel/jetstream-docs/tree/4.x' }, { text: 'v3.x', link: 'https://github.com/laravel/jetstream-docs/tree/3.x' }, { text: 'v2.x', link: 'https://github.com/laravel/jetstream-docs/tree/2.x' }, { text: 'v1.x', link: 'https://github.com/laravel/jetstream-docs/tree/1.x' }, diff --git a/src/installation.md b/src/installation.md index fbb009e..5c29330 100644 --- a/src/installation.md +++ b/src/installation.md @@ -18,7 +18,6 @@ After installing the Jetstream package, you may execute the `jetstream:install` This command accepts the name of the stack you prefer (`livewire` or `inertia`). In addition, you may use the `--teams` switch to enable team support. The `jetstream:install` command will also install a suite of "feature" tests that provide test coverage for the features provided by Jetstream. -If you would like to use [Pest PHP](https://pestphp.com) for testing, you may use the `--pest` switch to install a Pest test suite instead of the default PHPUnit test suite. **You are highly encouraged to read through the entire documentation of [Livewire](https://livewire.laravel.com) or [Inertia](https://inertiajs.com) before beginning your Jetstream project.** @@ -97,4 +96,4 @@ npm run build ## Upgrade Guide -To upgrade to Jetstream 4.x from a previous release, please consult our [upgrade guide](https://github.com/laravel/jetstream/blob/4.x/UPGRADE.md). +To upgrade to Jetstream 5.x from a previous release, please consult our [upgrade guide](https://github.com/laravel/jetstream/blob/5.x/UPGRADE.md).