mirror of
https://github.com/supabase/supabase.git
synced 2026-06-05 20:32:43 +08:00
Added Debugging Section for Realtime (#27165)
This commit is contained in:
@@ -1315,10 +1315,14 @@ export const realtime: NavMenuConstant = {
|
||||
items: [
|
||||
{ name: 'Quotas', url: '/guides/realtime/quotas' },
|
||||
{ name: 'Architecture', url: '/guides/realtime/architecture' },
|
||||
{ name: 'Message Protocol', url: '/guides/realtime/protocol' },
|
||||
{ name: 'Operational Error Codes', url: '/guides/realtime/error_codes', items: [] },
|
||||
{ name: 'Message Protocol', url: '/guides/realtime/protocol', items: [] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Debugging',
|
||||
url: undefined,
|
||||
items: [{ name: 'Operational Error Codes', url: '/guides/realtime/error_codes', items: [] }],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user