-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
sidebars.js
39 lines (39 loc) · 948 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
module.exports = {
someSidebar: [
'introduction',
{
'Getting Started': [
'installation',
'overview',
'quickstart',
],
Guides: [
'guides/basic_authentication',
'guides/using_collections',
'guides/using_items',
'guides/collection_sharing',
'guides/revisions',
'guides/local_cache',
],
'API Reference': [
'api/utilities',
],
'Type Specifications': [
'type-specs/introduction',
'type-specs/address-book',
'type-specs/calendar',
'type-specs/tasks',
'type-specs/notes',
],
'Protocol Specifications': [
'protocol-specs/introduction',
'protocol-specs/authentication',
'protocol-specs/fetching-data',
'protocol-specs/collections',
'protocol-specs/items',
'protocol-specs/invitations',
],
},
'get-help',
],
};