mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 08:04:38 +08:00
28 lines
511 B
JavaScript
Executable File
28 lines
511 B
JavaScript
Executable File
/**
|
|
* Copyright (c) 2017-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
|
|
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'category',
|
|
label: 'Introduction',
|
|
items: ['handbook'],
|
|
collapsed: false,
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'See Also',
|
|
collapsed: false,
|
|
items: [
|
|
'handbook/contributing',
|
|
'handbook/supasquad',
|
|
],
|
|
},
|
|
],
|
|
}
|