-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsidebars.js
57 lines (57 loc) · 1.33 KB
/
sidebars.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module.exports = {
sidebar: {
"🌟 Beta Docs (WIP)": [
{
"Learn About SourceCred": [
"beta/introduction",
"beta/FAQ",
"beta/cred",
"beta/grain",
"beta/who-uses-us",
],
},
{
"Use SourceCred in Your Community": [
"beta/setup-guide",
"external/template-instance",
"setup/FAQ",
"guides/instance-maintenance",
"setup/pairs-well-with-sourcecred",
{
"🔌 Plugins": [
"beta/plugins/github",
"beta/plugins/discourse",
"beta/plugins/discord",
"beta/plugins/initiatives",
],
},
],
},
{
"Join Our Community": [
"beta/get-involved",
"onboarding/devs/getting-started",
"beta/our-values",
"beta/our-platforms",
"beta/our-calls",
"beta/best-resources-for-new-contributors",
"concepts/trust_levels",
],
},
"api/documentation",
{
type: "link",
href: "/docs/internal/home",
label: "Internal Docs",
},
],
},
internalSidebar: {
"Internal Docs": [
"internal/home",
"internal/cultivation",
"internal/dev",
"internal/treasury",
],
},
};