Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/content/docs/error-handling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,5 @@ describe('Error Handling', () => {

## Related Documentation

- [Best Practices](/docs/best-practices)
- [Creating Custom Plugins](/docs/plugins/creating-plugins)
- [Testing Guide](/docs/guides/testing)
- [Creating Custom Plugins](/docs/plugins)
- [Testing Guide](/docs/testing)
5 changes: 2 additions & 3 deletions docs/content/docs/event-granularity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,5 @@ dispatch("inventory:updated", { productId, quantity });

## Related Documentation

- [Event Naming](/docs/guides/event-naming)
- [Best Practices](/docs/best-practices)
- [Creating Custom Plugins](/docs/plugins/creating-plugins)
- [Event Naming](/docs/event-naming)
- [Creating Custom Plugins](/docs/plugins)
5 changes: 2 additions & 3 deletions docs/content/docs/event-naming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,5 @@ describe('Event Naming Conventions', () => {

## Related Documentation

- [Event Granularity](/docs/guides/event-granularity)
- [Best Practices](/docs/best-practices)
- [Event Versioning](/docs/guides/event-versioning)
- [Event Granularity](/docs/event-granularity)
- [Event Versioning](/docs/event-versioning)
4 changes: 2 additions & 2 deletions docs/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Traditional applications only store the current state of your data. Ventyd takes
<Card
title="Type-Safe"
description="Full TypeScript support with comprehensive type inference. Catch errors at compile time."
href="/docs/getting-started"
href="/docs/quick-start"
/>
<Card
title="Flexible Schema"
Expand Down Expand Up @@ -52,7 +52,7 @@ Ventyd follows a simple pattern:
<Card
title="Getting Started"
description="Installation and quick start"
href="/docs/getting-started"
href="/docs/quick-start"
/>
<Card
title="Core Concepts"
Expand Down
1 change: 0 additions & 1 deletion docs/content/docs/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -593,5 +593,4 @@ Focus on testing behavior through the entity interface:
## Related Documentation

- [Error Handling](/docs/error-handling)
- [Best Practices](/docs/best-practices)
- [Plugins](/docs/plugins)
Loading