mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 02:54:28 +08:00
11 lines
189 B
JavaScript
11 lines
189 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'category',
|
|
label: 'Realtime',
|
|
collapsed: false,
|
|
items: ['about', 'docker', 'aws', 'digitalocean', 'source'],
|
|
},
|
|
],
|
|
}
|