-
Notifications
You must be signed in to change notification settings - Fork 7
/
docsite.json
89 lines (87 loc) · 2.04 KB
/
docsite.json
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
83
84
85
86
87
88
89
{
"title": "Wakamiti",
"description": "wakamiti.description",
"logo": "images/logo.png",
"favicon": "images/logo.png",
"companyLogo": "images/iti.png",
"companyLink": "https://iti.es",
"index": "README.md",
"sections": [
{
"name": "Guides",
"type": "group",
"icon": "fas:book",
"subsections": [
{
"name": "Installation",
"type": "generated",
"icon": "fas:cog",
"source": "installation.md"
}
]
},
{
"name": "Components",
"type": "group",
"icon": "fas:cogs",
"subsections": [
{
"name": "Core",
"type": "copy",
"icon": "fas:cogs",
"source": "wakamiti/wakamiti-core/target/docsite"
},
{
"name": "Editor",
"type": "generated",
"icon": "fas:edit",
"source": "wakamiti-vscode-extension/docs/guide.md"
}
]
},
{
"name": "Plugins",
"type": "group",
"icon": "fas:plug",
"subsections": [
{
"name": "REST steps",
"type": "copy",
"source": "wakamiti-plugins/wakamiti-rest/target/docsite"
},
{
"name": "DB steps",
"type": "copy",
"source": "wakamiti-plugins/wakamiti-db/target/docsite"
},
{
"name": "AMQP steps",
"type": "copy",
"source": "wakamiti-plugins/wakamiti-amqp/target/docsite"
},
{
"name": "I/O steps",
"type": "copy",
"source": "wakamiti-plugins/wakamiti-io/target/docsite"
},
{
"name": "HTML report",
"type": "copy",
"source": "wakamiti-plugins/wakamiti-html-report/target/docsite"
}
]
},
{
"name": "License",
"type": "generated",
"icon": "fas:balance-scale",
"source": "LICENSE.md"
},
{
"type": "link",
"icon": "fab:github",
"name": "Github",
"source": "https://github.com/iti-ict/wakamiti"
}
]
}