-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
80 lines (80 loc) · 2.29 KB
/
docs.json
File metadata and controls
80 lines (80 loc) · 2.29 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"$schema": "https://docs.page/schema.json",
"name": "StarHash",
"description": "Visual USSD application builder for Africa",
"logo": {
"light": "https://raw.githubusercontent.com/nexlabstudio/starhash/main/assets/logo.png",
"dark": "https://raw.githubusercontent.com/nexlabstudio/starhash/main/assets/logo-dark.png"
},
"theme": {
"primaryLight": "#6366F1",
"primaryDark": "#818CF8"
},
"social": {
"x": "starhash_dev"
},
"anchors": [
{
"title": "Studio",
"icon": "pencil",
"href": "https://starhash-studio.web.app"
},
{
"title": "Support",
"icon": "help-circle",
"href": "mailto:support@starhash.dev"
}
],
"tabs": [
{
"id": "docs",
"title": "Documentation",
"href": "/"
},
{
"id": "providers",
"title": "Providers",
"href": "/providers"
}
],
"sidebar": [
{
"group": "Getting Started",
"pages": [
{ "title": "Overview", "href": "/getting-started" },
{ "title": "Account Setup", "href": "/getting-started/installation" },
{ "title": "Quickstart", "href": "/getting-started/quickstart" },
{ "title": "Core Concepts", "href": "/getting-started/concepts" }
]
},
{
"group": "Studio",
"pages": [
{ "title": "Overview", "href": "/studio" },
{ "title": "Flow Builder", "href": "/studio/flow-builder" },
{ "title": "Node Types", "href": "/studio/nodes" },
{ "title": "Variables", "href": "/studio/variables" },
{ "title": "Testing", "href": "/studio/testing" },
{ "title": "Deployment", "href": "/studio/deployment" }
]
},
{
"group": "Providers",
"pages": [
{ "title": "Overview", "href": "/providers" },
{ "title": "Africa's Talking", "href": "/providers/africas-talking" },
{ "title": "Hubtel", "href": "/providers/hubtel" },
{ "title": "Arkesel", "href": "/providers/arkesel" },
{ "title": "Nalo", "href": "/providers/nalo" }
]
},
{
"group": "Resources",
"pages": [
{ "title": "FAQ", "href": "/resources/faq" },
{ "title": "Troubleshooting", "href": "/resources/troubleshooting" },
{ "title": "Changelog", "href": "/resources/changelog" }
]
}
]
}