2021-11-06 07:04:45 -04:00
|
|
|
/**
|
2020-08-05 12:27:55 -04:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
2023-10-13 20:46:03 -04:00
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
|
|
|
export default {
|
2020-08-05 12:27:55 -04:00
|
|
|
community: [
|
2021-04-15 10:20:11 -04:00
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: '.',
|
|
|
|
|
},
|
2020-08-05 12:27:55 -04:00
|
|
|
{
|
|
|
|
|
type: 'link',
|
2022-01-27 10:17:31 -05:00
|
|
|
href: '/changelog',
|
|
|
|
|
label: 'Changelog',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'link',
|
2020-08-05 12:27:55 -04:00
|
|
|
href: '/showcase',
|
|
|
|
|
label: 'Showcase',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'link',
|
2021-08-20 05:42:13 -04:00
|
|
|
href: '/feature-requests',
|
|
|
|
|
label: 'Feature Requests',
|
2020-08-05 12:27:55 -04:00
|
|
|
},
|
2021-06-02 10:59:20 -04:00
|
|
|
{
|
|
|
|
|
type: 'link',
|
|
|
|
|
label: 'Chat with us on Discord',
|
|
|
|
|
href: 'https://discord.gg/docusaurus',
|
|
|
|
|
},
|
2020-08-05 12:27:55 -04:00
|
|
|
],
|
|
|
|
|
};
|