forked from OpenRefine/openrefine.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
78 lines (78 loc) · 2.4 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
module.exports = {
docs: {
'User Manual': [
'index',
'manual/installing',
'manual/running',
'manual/starting',
{
type: 'category',
label: 'Exploring data',
items: ['manual/exploring', 'manual/facets', 'manual/sortview'],
},
{
type: 'category',
label: 'Transforming data',
items: ['manual/transforming', 'manual/cellediting','manual/columnediting','manual/transposing'],
},
'manual/reconciling',
{
type: 'category',
label: 'Wikibase, Wikidata and Wikimedia Commons',
items: ['manual/wikibase/overview', 'manual/wikibase/configuration', 'manual/wikibase/reconciling', 'manual/wikibase/schema-alignment',
'manual/wikibase/new-entities', 'manual/wikibase/quality-assurance', 'manual/wikibase/uploading'],
},
{
type: 'category',
label: 'Expressions',
items: ['manual/expressions', 'manual/grel', 'manual/grelfunctions', 'manual/jythonclojure'],
},
'manual/exporting',
'manual/troubleshooting'
],
'GREL Reference': [
'manual/grelfunctions'],
'Technical Reference': [
{
type: 'category',
label: 'Contributing to OpenRefine',
items: [
'technical-reference/contributing',
'technical-reference/build-test-run',
'technical-reference/functional-tests',
'technical-reference/development-roadmap',
'technical-reference/translating-ui',
]
},
{
type: 'category',
label: 'Architecture',
items: [
'technical-reference/architecture-before-4',
'technical-reference/architecture-4',
'technical-reference/clustering-in-depth',
'technical-reference/openrefine-api',
'technical-reference/reconciliation-api',
]
},
{
type: 'category',
label: 'Extensions',
items: [
'technical-reference/writing-extensions',
'technical-reference/migrating-older-extensions',
'technical-reference/wikibase/architecture'
]
},
{
type: 'category',
label: 'Maintaining OpenRefine',
items: [
'technical-reference/maintainer-guidelines',
'technical-reference/version-release-process',
'technical-reference/homebrew-cask-process'
]
}
]
},
};