-
Notifications
You must be signed in to change notification settings - Fork 4
/
sidebars.js
42 lines (42 loc) · 1 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
module.exports = {
docs: [
{
type: "category",
label: "Getting Started",
collapsed: false,
items: [
'getting-started/installation',
'getting-started/designation',
'getting-started/moh_group',
],
},
{
type: "category",
label: "Pricing",
collapsed: true,
items: ['pricing/overview','pricing/self-service','pricing/full-service','pricing/pay-as-you-go'],
},
{
type: "category",
label: "Features",
collapsed: true,
items: ['features/quick-copy','features/favourites','features/hcv','features/adding-referring-physician','features/resubmit-claims'],
},
{
type: "category",
label: "FAQ",
collapsed: true,
items: ['faq/delete-claim','faq/sli','faq/fractional'],
},
{
type: "category",
label: "COVID",
collapsed: true,
items: ['covid/sessional','covid/k-codes','covid/vaccine'],
},
{
type: "doc",
id: "comparison",
},
]
};