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
Copy file name to clipboardExpand all lines: docs/docs/guides/interface-tour.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,14 @@ AkôFlow Desktop is the visual client for the AkôFlow daemon. The application d
13
13
14
14
<AnnotatedScreenshot
15
15
src="/img/interface/overview.png"
16
+
darkSrc="/img/interface/overview-dark.png"
16
17
alt="AkôFlow Desktop overview with the sidebar, global search, notifications, instance status, and workflow summary identified"
17
-
caption="The overview is a current snapshot of the connected daemon. Counts and workflow names change with the selected instance; use a workflow row or View all to continue into the record rather than treating the dashboard as a report export."
18
+
caption="A current Desktop overview. The numbered markers identify the navigation and status controls; counts and workflow names change with the selected instance. Open a workflow row or select View all to continue into a record."
18
19
callouts={[
19
-
{number: 1, label: 'The sidebar groups workflows, infrastructure, runs, artifacts, provenance, and audit.'},
20
-
{number: 2, label: 'Global search opens entities without first visiting their list page.'},
21
-
{number: 3, label: 'Notifications report operations that need attention.'},
22
-
{number: 4, label: 'The instance indicator confirms which daemon the client is using.'},
20
+
{number: 1, x: 4.8, y: 16.0, label: 'The sidebar groups workflows, infrastructure, runs, artifacts, provenance, and audit.'},
21
+
{number: 2, x: 50.0, y: 7.5, label: 'Global search opens entities without first visiting their list page.'},
22
+
{number: 3, x: 92.1, y: 7.5, label: 'Notifications report operations that need attention.'},
23
+
{number: 4, x: 8.2, y: 91.5, label: 'The instance indicator confirms which daemon the client is using.'},
0 commit comments