Skip to content

Commit 7ddefd6

Browse files
committed
Fix docs
1 parent e2002a7 commit 7ddefd6

13 files changed

+13
-13
lines changed

docs/blade-helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Blade Directives
44
description: Blade Directives
55
order: 4

docs/broadcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Broadcasting
44
description: Broadcasting Turbo Streams
55
order: 7

docs/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Convetions
44
description: All the (optional) conventions and recommendations
55
order: 3

docs/csrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: CSRF Protection
44
description: CSRF Protection
55
order: 10

docs/helper-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Helper Functions
44
description: All the helper functions the package provides
55
order: 5

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Installation
44
description: Installation
55
order: 1

docs/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Known Issues
44
description: Known Issues
55
order: 13

docs/livewire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Livewire
44
description: Livewire Integration
55
order: 8

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Overview
44
description: Overview
55
order: 2

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Testing
44
description: Testing Helpers
55
order: 12

docs/turbo-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Turbo Native
44
description: Turbo Native Helpers
55
order: 11

docs/turbo-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Turbo Streams
44
description: The Turbo Streams Components and Helpers
55
order: 6

docs/validation-response-redirects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: _layouts.v1-docs
2+
extends: _layouts.v1-docs
33
title: Validation Response
44
description: Validation Response
55
order: 9

0 commit comments

Comments
 (0)