-
Notifications
You must be signed in to change notification settings - Fork 67
/
home_sidebar.yml
199 lines (150 loc) · 4.73 KB
/
home_sidebar.yml
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
# 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: Overview
url: /README.html
output: web
subfolders:
- title: Getting started
output: web
subfolderitems:
- title: GrimoireLab stack
url: /getting_started/stack.html
output: web
- title: Quick start
url: /getting_started/installation.html
output: web
- title: Define analysis scope
url: /basics/todo.html
output: web
- title: Intro to projects.json
url: /basics/todo.html
output: web
- title: Intro to setup.cfg
url: /basics/todo.html
output: web
- title: Deploy and run GrimoireLab
url: /basics/todo.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: Data Sources Management
output: web
subfolderitems:
- title: Projects, data sources & repositories
url: /basics/todo.html
output: web
- title: Adding and removing projects, data sources & repositories
url: /basics/todo.html
output: web
- title: Contributors information management
output: web
subfolderitems:
- title: Identities and profiles
url: /basics/todo.html
output: web
- title: Merging, adding and removing identities to profile
url: /basics/todo.html
output: web
- title: Editing profiles information & affiliation management
url: /basics/todo.html
output: web
- title: Adding and editing organizations information
url: /basics/todo.html
output: web
- title: Dashboard and data visualization
output: web
subfolderitems:
- title: Public and private access
url: /basics/todo.html
output: web
- title: Dashboard, panels and visualizations
url: /basics/todo.html
output: web
- title: Filtering, querying and searching
url: /basics/todo.html
output: web
- title: Panels customization
output: web
subfolderitems:
- title: Enriched indexes fields (name, type and description)
url: /basics/todo.html
output: web
- title: Editing existing panels
url: /basics/todo.html
output: web
- title: Creating new panels
url: /basics/todo.html
output: web
- title: Editing existing visualization
url: /basics/todo.html
output: web
- title: Creating new visualizations
url: /basics/todo.html
output: web
- title: Adding visualizations to panels
url: /basics/todo.html
output: web
- title: Exporting and importing panels
url: /basics/todo.html
output: web
- title: Customizing public dashboard
output: web
subfolderitems:
- title: ...
url: /basics/todo.html
output: web
- title: Data Consumption through Elasticsearch REST API
output: web
subfolderitems:
- title: ...
url: /basics/todo.html
output: web
- title: Platform management and monitoring
output: web
subfolderitems:
- title: ...
url: /basics/todo.html
output: web
- title: Contributing
url: /contributing.html
output: web
- title: License
url: /LICENSE.html
output: web