Files
supabase/about/sidebars.js

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',
],
},
],
}