mirror of
https://github.com/supabase/supabase.git
synced 2026-06-03 11:23:41 +08:00
fix(Docs): Broken graphql page and missing navigation (#43965)
This commit is contained in:
committed by
GitHub
parent
be26feb9ba
commit
8cc77fc91d
@@ -64,7 +64,7 @@ const pageMap = [
|
||||
title: 'Computed Fields',
|
||||
subtitle: 'Using Postgres Computed Fields with GraphQL.',
|
||||
},
|
||||
remoteFile: 'computed-fields.md',
|
||||
remoteFile: 'computed_fields.md',
|
||||
},
|
||||
{
|
||||
slug: 'configuration',
|
||||
|
||||
@@ -1547,6 +1547,11 @@ export const graphql: NavMenuConstant = {
|
||||
{ name: 'API', url: '/guides/graphql/api', items: [] },
|
||||
{ name: 'Views', url: '/guides/graphql/views', items: [] },
|
||||
{ name: 'Functions', url: '/guides/graphql/functions', items: [] },
|
||||
{
|
||||
name: 'Computed Fields',
|
||||
url: '/guides/graphql/computed-fields',
|
||||
items: [],
|
||||
},
|
||||
{
|
||||
name: 'Configuration & Customization',
|
||||
url: '/guides/graphql/configuration',
|
||||
|
||||
Reference in New Issue
Block a user