From 373c4618cc61b85fcdcbb84aaf8e91a7fa7b7abe Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Sun, 15 Dec 2024 23:56:58 -0300 Subject: [PATCH] Fix docs meta --- docs/broadcasting.md | 2 +- docs/conventions.md | 2 +- docs/csrf.md | 2 +- docs/helpers.md | 2 +- docs/hotwire-native.md | 2 +- docs/installation.md | 2 +- docs/known-issues.md | 2 +- docs/overview.md | 2 +- docs/testing.md | 2 +- docs/turbo-frames.md | 2 +- docs/turbo-streams.md | 2 +- docs/upgrade.md | 2 +- docs/validation-response-redirects.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/broadcasting.md b/docs/broadcasting.md index 885503e..9a1676d 100644 --- a/docs/broadcasting.md +++ b/docs/broadcasting.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Broadcasting description: Broadcasting Turbo Streams order: 8 diff --git a/docs/conventions.md b/docs/conventions.md index 79d933f..83e340a 100644 --- a/docs/conventions.md +++ b/docs/conventions.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Convetions description: All the (optional) conventions and recommendations order: 4 diff --git a/docs/csrf.md b/docs/csrf.md index 1f02609..0da5c9a 100644 --- a/docs/csrf.md +++ b/docs/csrf.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: CSRF Protection description: CSRF Protection order: 10 diff --git a/docs/helpers.md b/docs/helpers.md index d29ba21..3066321 100644 --- a/docs/helpers.md +++ b/docs/helpers.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Helpers description: All the helpers the package provides order: 5 diff --git a/docs/hotwire-native.md b/docs/hotwire-native.md index a8e36e4..1324718 100644 --- a/docs/hotwire-native.md +++ b/docs/hotwire-native.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Hotwire Native description: Hotwire Native Helpers order: 11 diff --git a/docs/installation.md b/docs/installation.md index ce2ff24..7c9ee15 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Installation description: Install Turbo Laravel in your Laravel app order: 2 diff --git a/docs/known-issues.md b/docs/known-issues.md index c24efab..f882d3c 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Known Issues description: Known Issues order: 13 diff --git a/docs/overview.md b/docs/overview.md index de22fca..22f4a9f 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Overview description: A quick overview of Hotwire order: 3 diff --git a/docs/testing.md b/docs/testing.md index 7b16a9f..d20feb4 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Testing description: Testing Helpers order: 12 diff --git a/docs/turbo-frames.md b/docs/turbo-frames.md index cde2304..537f1ba 100644 --- a/docs/turbo-frames.md +++ b/docs/turbo-frames.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Turbo Frames description: The Turbo Frames Components and Helpers order: 6 diff --git a/docs/turbo-streams.md b/docs/turbo-streams.md index ea670dd..3c9f3fd 100644 --- a/docs/turbo-streams.md +++ b/docs/turbo-streams.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Turbo Streams description: The Turbo Streams Components and Helpers order: 7 diff --git a/docs/upgrade.md b/docs/upgrade.md index ed9ad51..b27c588 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Upgrade Guide description: Upgrade from 1.x to 2.x order: 1 diff --git a/docs/validation-response-redirects.md b/docs/validation-response-redirects.md index d143c87..66fbeee 100644 --- a/docs/validation-response-redirects.md +++ b/docs/validation-response-redirects.md @@ -1,5 +1,5 @@ --- -layout: _layouts.docs +extends: _layouts.docs title: Validation Response description: Validation Responses in Laravel and Hotwire order: 9