Added Debugging Section for Realtime (#27165)

This commit is contained in:
karlo
2024-06-12 05:01:28 +08:00
committed by GitHub
parent 950370b0df
commit 1469f543ae
2 changed files with 8 additions and 4 deletions

View File

@@ -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: [] }],
},
],
}