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
2 changes: 1 addition & 1 deletion src/src/components/SiteFooter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { withBase } from '~/lib/urls';
<a href="https://github.com/purview-dev/event-sourcing" class="pv-link"
>Event Sourcing</a>
</li>
<li><a href="https://github.com/purview-dev/zodsharp" class="pv-link">ZodSharp</a></li>
<li><a href="https://github.com/purview-dev/zodsharp" class="pv-link">Purview.ZodSharp</a></li>
<li><a href={withBase('/projects/')} class="pv-link">All projects</a></li>
</ul>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions src/src/data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ projects:
- id: Purview.EventSourcing.Validation.FluentValidation
description: FluentValidation adapter for aggregate save-time validation.
- id: Purview.EventSourcing.Validation.ZodSharp
description: ZodSharp adapter for aggregate save-time validation.
description: Purview.ZodSharp adapter for aggregate save-time validation.
related:
- zodsharp
discussions: false

- id: zodsharp
name: ZodSharp
name: Purview.ZodSharp
shortDescription: Zero-allocation schema validation for C# — a Zod port.
description: >-
A high-performance schema validation library for C#, ported from
Expand Down
2 changes: 1 addition & 1 deletion src/src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const active = projects.filter((project) => project.status !== 'archived');
{`Purview.BuildSdk`}. Libraries that benefit from compile-time
validation are built with {`Purview.SourceGeneratorFramework`}, and
integrations connect them — for example, event sourcing uses
ZodSharp for aggregate validation. Adopt one tool or combine several;
Purview.ZodSharp for aggregate validation. Adopt one tool or combine several;
they are designed to stay composable.
</p>
</section>
Expand Down