-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsidebars.js
More file actions
67 lines (67 loc) · 2.26 KB
/
Copy pathsidebars.js
File metadata and controls
67 lines (67 loc) · 2.26 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
module.exports = {
someSidebar: {
Overview: ["contents", "faq"],
"Get started": [
"get_started/sign-up",
"get_started/plans",
"get_started/organisation",
"get_started/how-a10a-works",
"get_started/what-is-amphora",
],
"Get data": [
"get_data/find-data",
"get_data/buy-data",
"get_data/pull-file",
"get_data/pull-time-series",
"get_data/access-levels",
"get_data/raise-request",
"get_data/github-issue",
],
"Share data": [
"share_data/create-amphora",
"share_data/add-file",
"share_data/add-signal",
"share_data/email-amphora",
"share_data/edit-amphora",
],
"Manage data": [
"manage_data/set-data-qual",
"manage_data/view-audit-log",
"manage_data/manage",
"manage_data/set-tncs",
"manage_data/control-access",
],
Files: ["files/attributes"],
"Users and organisation": [
"users_orgs/invite-to-organisation",
"users_orgs/manage-users-in-org",
"users_orgs/set-personalised-url",
],
Applications: [
"applications/understand-applications",
"applications/register-application",
],
"Accounts and billing": [
"accnts_bills/billing-transactions",
"accnts_bills/change_plan",
],
Python: [
"SDKs/python/python-install",
"SDKs/python/python-find-data",
"SDKs/python/python-create-amphora",
"SDKs/python/python-upload-file",
"SDKs/python/python-upload-signal",
"SDKs/python/python-download-file",
"SDKs/python/python-pandasdf",
],
Javscript: ["SDKs/js/js-install", "SDKs/js/js-get-started"],
"Community support": [
"comm_support/request-data",
"comm_support/report-bug",
"comm_support/chat",
"comm_support/contribute-code",
],
Definitions: ["definitions/organisation", "definitions/signal"],
"Native integrations": ["native_ints/microprediction"],
},
};