forked from dhis2/developer-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
40 lines (40 loc) · 919 Bytes
/
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
module.exports = {
docs: {
'Quick Start': ['getting-started'],
Tutorials: [
'tutorials',
'tutorials/setup-env',
'tutorials/ui-library',
{
'DHIS2 App Runtime': [
'tutorials/app-runtime-query',
'tutorials/app-runtime-mutation',
],
},
],
Guides: [
'guides',
{
'Local Development': [
'guides/spin-up-local-instance',
'guides/code-style',
'guides/debug-instance',
],
'UI Library': [
'guides/ui-table',
],
'DHIS2 App Runtime': [
'guides/query-playground',
],
'App Hub': [
'guides/submit-apphub', 'guides/apphub-guidelines', 'guides/publish-apphub'
],
'Translation': [
'guides/translation-support'
]
},
],
Reference: ['reference'],
Conceptual: ['conceptual']
},
};