-
Notifications
You must be signed in to change notification settings - Fork 9
/
sidebars.js
82 lines (81 loc) · 2.34 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
const sidebars = {
essifLabSideBar: [
{
label: "eSSIF-Lab",
type: "category",
link: { type: "doc", id: "essifLab" },
collapsed: false,
items: [
"essifLab-vision",
"essifLab-objectives",
"essifLab-principles",
"essifLab-collaborative-understanding",
{
label: "SSI Standards",
type: "link",
href: "https://tno-ssi-lab.github.io/standardisation-overview/",
},
{
label: "Mental Models",
type: "category",
link: { type: "doc", id: "essifLab-pattern-list" },
collapsed: true,
items: [
{
label: "Stable models",
type: "category",
collapsed: false,
items: [
"terms/pattern-party-actor-action",
"terms/pattern-jurisdiction",
"terms/pattern-guardianship",
],
},
{
label: "Reviewable models",
type: "category",
collapsed: true,
items: [
"terms/pattern-terminology",
"terms/pattern-identity",
"terms/pattern-identification",
"terms/pattern-identifier",
"terms/pattern-party-representation",
"terms/pattern-governance-and-management",
"terms/pattern-decentralized-grc",
],
},
{
label: "Envisaged models",
type: "category",
collapsed: true,
items: [
"terms/pattern-world-model",
"terms/pattern-semantics",
"terms/pattern-trust",
"terms/pattern-decision-making",
"terms/pattern-mandates-delegation-hiring",
"terms/pattern-duties-and-rights",
],
},
],
},
"essifLab-glossary",
"essifLab-project",
],
},
{
label: "Miscellaneous",
type: "category",
link: { type: "doc", id: "miscellaneous" },
collapsed: true,
items: [
"generic-governance-process",
// 'essifLab-fw-bus-arch',
"essifLab-fw-conceptual-architecture-framework",
"essifLab-fw-backlog",
],
},
],
};
module.exports = sidebars;