You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content: 'Quickly find workflows, blocks, and tools. Use Cmd+K to open it from anywhere.',
17
17
placement: 'right',
18
18
disableBeacon: true,
19
19
spotlightPadding: 0,
20
20
},
21
21
{
22
-
target: '[data-item-id="tables"]',
22
+
target: '[data-tour="nav-tables"]',
23
23
title: 'Tables',
24
24
content:
25
25
'Store and query structured data. Your workflows can read and write to tables directly.',
26
26
placement: 'right',
27
27
disableBeacon: true,
28
28
},
29
29
{
30
-
target: '[data-item-id="files"]',
30
+
target: '[data-tour="nav-files"]',
31
31
title: 'Files',
32
32
content: 'Upload and manage files that your workflows can process, transform, or reference.',
33
33
placement: 'right',
34
34
disableBeacon: true,
35
35
},
36
36
{
37
-
target: '[data-item-id="knowledge-base"]',
37
+
target: '[data-tour="nav-knowledge-base"]',
38
38
title: 'Knowledge Base',
39
39
content:
40
40
'Build knowledge bases from your documents. Set up connectors to give your agents realtime access to your data sources from sources like Notion, Drive, Slack, Confluence, and more.',
41
41
placement: 'right',
42
42
disableBeacon: true,
43
43
},
44
44
{
45
-
target: '[data-item-id="scheduled-tasks"]',
45
+
target: '[data-tour="nav-scheduled-tasks"]',
46
46
title: 'Scheduled Tasks',
47
47
content:
48
48
'View and manage background tasks. Set up new tasks, or view the tasks the Mothership is monitoring for upcoming or past executions.',
49
49
placement: 'right',
50
50
disableBeacon: true,
51
51
},
52
52
{
53
-
target: '[data-item-id="logs"]',
53
+
target: '[data-tour="nav-logs"]',
54
54
title: 'Logs',
55
55
content:
56
56
'Monitor every workflow execution. See inputs, outputs, errors, and timing for each run. View analytics on performance and costs, filter previous runs, and view snapshots of the workflow at the time of execution.',
57
57
placement: 'right',
58
58
disableBeacon: true,
59
59
},
60
60
{
61
-
target: '.tasks-section',
61
+
target: '[data-tour="nav-tasks"]',
62
62
title: 'Tasks',
63
63
content:
64
64
'Tasks that work for you. Mothership can create, edit, and delete resource throughout the platform. It can also perform actions on your behalf, like sending emails, creating tasks, and more.',
65
65
placement: 'right',
66
66
disableBeacon: true,
67
67
},
68
68
{
69
-
target: '.workflows-section',
69
+
target: '[data-tour="nav-workflows"]',
70
70
title: 'Workflows',
71
71
content:
72
72
'All your workflows live here. Create new ones with the + button and organize them into folders. Deploy your workflows as API, webhook, schedule, or chat widget. Then hit Run to test it out.',
0 commit comments