-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
54 lines (52 loc) · 1.22 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
export default {
shutterSidebar: [
{
type: "category",
label: "Shutter Network",
collapsible: true,
collapsed: false,
className: "sidebar-item",
items: [
"shutter/index",
"shutter/products",
"shutter/integrations",
],
},
{
type: "category",
label: "Research",
className: "sidebar-title",
items: [
"shutter/research/the_road_towards_an_encrypted_mempool_on_ethereum",
"shutter/research/shutterized_beacon_chain",
"shutter/research/viability_integrating_enc_mempool_op_stack",
"shutter/research/decision_template_for_enc_mempool_ops",
"shutter/research/transaction_ordering_in_amm",
],
},
],
daoSidebar: [
{
type: "category",
label: "Shutter DAO",
collapsible: true,
collapsed: false,
items: ["dao/index"],
},
{
type: "category",
label: "Shutter DAO 0x36",
className: "sidebar-title",
items: ["dao/0x36/index"],
},
],
protocolSidebar: [
{
type: "category",
label: "Shutter Protocol",
collapsible: true,
collapsed: false,
items: ["protocol/index", "protocol/overview"],
},
],
};