Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
396 changes: 198 additions & 198 deletions website/route-lockfile.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps<Fr
[--graph-docs-header-height:theme(spacing.16)]
[--graph-docs-header-padding:theme(spacing.5)]
[--graph-docs-layout-transition-duration:300ms]
[--graph-docs-sidebar-width:theme(spacing.64)]
[--graph-docs-sidebar-width:theme(spacing.72)]
[--graph-docs-toc-width:theme(spacing.66)]
md:[--graph-docs-content-padding:theme(spacing.16)]
md:[--graph-docs-footer-padding:theme(spacing.8)]
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/ar/resources/_meta-titles.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"roles": "Additional Roles",
"release-notes": "Release Notes & Upgrade Guides"
"migration-guides": "Migration Guides"
}
3 changes: 2 additions & 1 deletion website/src/pages/ar/resources/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default {
tokenomics: '',
benefits: '',
roles: titles.roles,
'release-notes': titles['release-notes'],
'migration-guides': titles['migration-guides'],
'subgraph-studio-faq': '',
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: GraphQL Validations migration guide
title: GraphQL Validations Migration Guide
---

Soon `graph-node` will support 100% coverage of the [GraphQL Validations specification](https://spec.graphql.org/June2018/#sec-Validation).
Expand Down
Loading