From 7ddefd6df7730a22be859e004a4874a3e48c8d57 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Sun, 15 Dec 2024 23:57:51 -0300 Subject: [PATCH] Fix docs --- docs/blade-helpers.md | 2 +- docs/broadcasting.md | 2 +- docs/conventions.md | 2 +- docs/csrf.md | 2 +- docs/helper-functions.md | 2 +- docs/installation.md | 2 +- docs/known-issues.md | 2 +- docs/livewire.md | 2 +- docs/overview.md | 2 +- docs/testing.md | 2 +- docs/turbo-native.md | 2 +- docs/turbo-streams.md | 2 +- docs/validation-response-redirects.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/blade-helpers.md b/docs/blade-helpers.md index 4fc5a06..a8f2357 100644 --- a/docs/blade-helpers.md +++ b/docs/blade-helpers.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Blade Directives description: Blade Directives order: 4 diff --git a/docs/broadcasting.md b/docs/broadcasting.md index bff98c0..566f4e7 100644 --- a/docs/broadcasting.md +++ b/docs/broadcasting.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Broadcasting description: Broadcasting Turbo Streams order: 7 diff --git a/docs/conventions.md b/docs/conventions.md index d397237..921b313 100644 --- a/docs/conventions.md +++ b/docs/conventions.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Convetions description: All the (optional) conventions and recommendations order: 3 diff --git a/docs/csrf.md b/docs/csrf.md index f21ba13..a2ffde6 100644 --- a/docs/csrf.md +++ b/docs/csrf.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: CSRF Protection description: CSRF Protection order: 10 diff --git a/docs/helper-functions.md b/docs/helper-functions.md index e8d33b6..7a60758 100644 --- a/docs/helper-functions.md +++ b/docs/helper-functions.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Helper Functions description: All the helper functions the package provides order: 5 diff --git a/docs/installation.md b/docs/installation.md index af063a4..97aee3d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Installation description: Installation order: 1 diff --git a/docs/known-issues.md b/docs/known-issues.md index 8014c2e..4f65b98 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Known Issues description: Known Issues order: 13 diff --git a/docs/livewire.md b/docs/livewire.md index a5e765c..29b8185 100644 --- a/docs/livewire.md +++ b/docs/livewire.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Livewire description: Livewire Integration order: 8 diff --git a/docs/overview.md b/docs/overview.md index 7b9563e..e41c28d 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Overview description: Overview order: 2 diff --git a/docs/testing.md b/docs/testing.md index 6468d12..197347c 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Testing description: Testing Helpers order: 12 diff --git a/docs/turbo-native.md b/docs/turbo-native.md index adb6647..dfcf23b 100644 --- a/docs/turbo-native.md +++ b/docs/turbo-native.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Turbo Native description: Turbo Native Helpers order: 11 diff --git a/docs/turbo-streams.md b/docs/turbo-streams.md index 97d4b38..9c79db5 100644 --- a/docs/turbo-streams.md +++ b/docs/turbo-streams.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Turbo Streams description: The Turbo Streams Components and Helpers order: 6 diff --git a/docs/validation-response-redirects.md b/docs/validation-response-redirects.md index 991cdfb..174ad2e 100644 --- a/docs/validation-response-redirects.md +++ b/docs/validation-response-redirects.md @@ -1,5 +1,5 @@ --- -layout: _layouts.v1-docs +extends: _layouts.v1-docs title: Validation Response description: Validation Response order: 9