-
Notifications
You must be signed in to change notification settings - Fork 7
/
sidebars.js
48 lines (48 loc) · 1.29 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
43
44
45
46
47
48
module.exports = {
someSidebar: {
'Getting Started': [
'Overview',
'GettingStarted/DownloadNote',
'GettingStarted/AccountSetUp',
'GettingStarted/BT',
],
Sessions: [
'Session/SessionList',
'Session/SessionStatuses',
'Session/CreateEditCancelSession',
'Session/StartSession',
'Session/SessionNotes',
'Session/SubmitSession'
],
'Data Collection':[
'DataCollection/DataCollectionOnTargetList',
'DataCollection/DataCollectionOnTargetCard',
'DataCollection/EditDataAfterSession',
'DataCollection/PaperDataCollection'
],
'Care Plan':[
'CarePlan/CarePlanSetup',
'CarePlan/AddGoalsTargets',
'CarePlan/GoalTargetLibraries',
'CarePlan/DefaultConfiguration',
'CarePlan/EditRemoveGoalsTargets',
'CarePlan/AddBehaviorsObjectives',
'CarePlan/EditRemoveBehaviorsObjectives',
'CarePlan/FormsOfMeasure',
'CarePlan/StartTargetsObjectives',
'CarePlan/TargetPhases',
'CarePlan/Graphs',
'CarePlan/CarePlanViews'
],
'Reports':[
'Reports/ActivityReport',
'Reports/CareTeamManagement',
'Reports/AssessmentReport',
'Reports/GraphsExport'
],
'Settings':[
'Settings/Sync',
'Settings/ModifyPIN'
]
},
};