Skip to content

Commit

Permalink
docs: Show nextjs integration points on ssr guide page
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jan 18, 2024
1 parent 4bbcbcd commit 971e211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core/concepts/validation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Entity Validation
title: API Validation
sidebar_label: Validation
---

Expand Down
2 changes: 1 addition & 1 deletion docs/core/guides/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const getServerSideProps = () => ({ props: {} });

### Demo

<StackBlitz app="nextjs" file="resources/TodoResource.ts,components/todo/TodoList.tsx" view="both" />
<StackBlitz app="nextjs" file="components/todo/TodoList.tsx,pages/_app.tsx,pages/_document.tsx" view="both" />

### Further customizing Document

Expand Down

0 comments on commit 971e211

Please sign in to comment.