mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 07:35:22 +08:00
17 lines
301 B
JavaScript
Executable File
17 lines
301 B
JavaScript
Executable File
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'category',
|
|
label: 'Introduction',
|
|
items: ['handbook'],
|
|
collapsed: false,
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'See Also',
|
|
collapsed: false,
|
|
items: ['handbook/contributing', 'handbook/supasquad'],
|
|
},
|
|
],
|
|
}
|