forked from cadence-workflow/Cadence-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebarsCommunity.js
35 lines (35 loc) · 934 Bytes
/
sidebarsCommunity.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
export default {
community: [
// {
// type: 'autogenerated',
// dirName: '.',
// },
{ type: 'doc', id: 'support' },
{ type: 'doc', id: 'how-to-contribute' },
{ type: 'doc', id: 'governance' },
{ type: 'doc', id: 'team' },
// { type: 'doc', id: 'resources' },
// { type: 'doc', id: 'contributing' },
// {
// type: 'link',
// href: '/changelog',
// label: 'Changelog',
// },
// {
// type: 'link',
// href: '/feature-requests',
// label: 'Feature Requests',
// },
{
type: 'link',
label: 'Chat with us on Slack',
href: 'http://t.uber.com/cadence-slack',
},
{
type: 'link',
label: 'Code of Conduct',
href: 'https://github.com/uber/.github/blob/dcd96c52f2d1d839208315a2572cf37f48e52e96/CODE_OF_CONDUCT.md',
},
],
};