-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathhome_sidebar.yml
More file actions
291 lines (219 loc) · 6.76 KB
/
home_sidebar.yml
File metadata and controls
291 lines (219 loc) · 6.76 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
entries:
- title: Sidebar
# levels: one
folders:
- title: Tutorial
output: web
folderitems:
- title: Presentation
url: /
output: web
- title: Introduction
url: /README.html
output: web
subfolders:
- title: The basics
output: web
subfolderitems:
- title: Components
url: /basics/components.html
output: web
- title: Scenarios
url: /basics/scenarios.html
output: web
- title: Installation for the impatient
url: /basics/quick.html
output: web
- title: Supporting systems
url: /basics/supporting.html
output: web
- title: Installing GrimoireLab
url: /basics/install.html
output: web
- title: Deploying from DockerHub
url: /basics/dockerhub.html
output: web
- title: Architecture
output: web
subfolderitems:
- title: Overview
url: /architecture/architecture.html
output: web
- title: Components
url: /architecture/components.html
output: web
- title: Perceval
url: /architecture/perceval.html
output: web
- title: Graal
url: /architecture/graal.html
output: web
- title: King Arthur
url: /architecture/kingarthur.html
output: web
- title: SortingHat & HatStall
url: /architecture/sortinghatstall.html
output: web
- title: ELK & Cereslib
url: /architecture/elkceres.html
output: web
- title: Manuscripts
url: /architecture/manuscripts.html
output: web
- title: Sigils, Kidash & Kibiter
url: /architecture/dashboards.html
output: web
- title: Mordred
url: /architecture/mordred.html
output: web
- title: Perceval
output: web
subfolderitems:
- title: Introduction
url: /perceval/intro.html
output: web
- title: Retrieving git metadata
url: /perceval/git.html
output: web
- title: Retrieving data from GitHub
url: /perceval/github.html
output: web
- title: Mail archives
url: /perceval/mail.html
output: web
- title: Gerrit
url: /perceval/gerrit.html
output: web
- title: Summary
url: /perceval/summarizing.html
output: web
- title: Graal
output: web
subfolderitems:
- title: Introduction
url: /graal/intro.html
output: web
- title: Retrieving Code Complexity via CoCom Backend
url: /graal/cocom.html
output: web
- title: Producing Kibana dashboards with GrimoireELK
output: web
subfolderitems:
- title: Introduction
url: /gelk/intro.html
output: web
- title: A simple dashboard
url: /gelk/simple.html
output: web
- title: A dashboard with SortingHat
url: /gelk/sortinghat.html
output: web
- title: Managing dashboards with Kidash
url: /gelk/kidash.html
output: web
- title: Complete dashboard for Meetup
url: /gelk/meetup.html
output: web
- title: "SortingHat: managing identities"
output: web
subfolderitems:
- title: SortingHat data structure
url: /sortinghat/data.html
output: web
- title: Basic use
url: /sortinghat/basic.html
output: web
- title: Reporting with Manuscripts
output: web
subfolderitems:
- title: Get your first report
url: /manuscripts/first.html
output: web
- title: "SirMordred: orchestrating everything"
output: web
subfolderitems:
- title: A GrimoireLab dashboard in one step
url: /sirmordred/dashboard.html
output: web
- title: Mordred in a container
url: /sirmordred/container.html
output: web
- title: Executing Micro-Mordred via Docker-Compose
url: /sirmordred/micro-mordred.html
output: web
- title: The projects file
url: /sirmordred/projects.html
output: web
- title: Python scripting
output: web
subfolderitems:
- title: Introduction
url: /python/scripting.html
output: web
- title: Persistent storage in ElasticSearch
url: /python/es.html
output: web
- title: Querying ElasticSearch
url: /python/querying.html
output: web
- title: ElasticSearch DSL
url: /python/es-dsl.html
output: web
- title: Querying GrimoireELK indexes
url: /python/indexes.html
output: web
- title: Pandas for GrimoireLab indexes
url: /python/pandas.html
output: web
- title: "Cases: CHAOSS Metrics"
output: web
subfolderitems:
- title: Introduction
url: /cases-chaoss/intro.html
output: web
- title: Activity
url: /cases-chaoss/activity.html
output: web
- title: Tools and tips
output: web
subfolderitems:
- title: Introduction
url: /tools-and-tips/intro.html
output: web
- title: Perceval
url: /tools-and-tips/perceval.html
output: web
- title: ElasticSearch
url: /tools-and-tips/elasticsearch.html
output: web
- title: "HTML5 app: latest activity"
url: /tools-and-tips/html5-app-latest-activity.html
output: web
- title: Copying indexes
url: /tools-and-tips/copying-indexes.html
output: web
- title: CSV from Jenkins enriched index
url: /tools-and-tips/csv-from-jenkins-enriched-index.html
output: web
- title: Attraction & Retention
url: /tools-and-tips/attraction-and-retention.html
output: web
- title: Internals
output: web
subfolderitems:
- title: Introduction
url: /internals/intro.html
output: web
- title: Perceval backends
url: /internals/perceval-backends.html
output: web
- title: Testing with HTTPretty
url: /internals/testing-with-httpretty.html
output: web
- title: Contributing
url: /contributing.html
output: web
- title: License
url: /LICENSE.html
output: web