Skip to content

Commit cd5bcfd

Browse files
docs: remove console enable step from activity logs setup (#275)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 3e6caba commit cd5bcfd

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

async-collaboration/activity/setup.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ title: "Setup"
33
---
44

55

6-
## 1. Enable Activity Logs in the Velt Console
7-
- Go to the [Activity Logs section](https://console.velt.dev/dashboard/config/activity) in the Configurations section of the Velt Console and enable Activity Logs.
8-
9-
<Warning> Activity Logs will not work if you do not enable this first.</Warning>
10-
11-
## 2. Add the Activity Log Component
6+
## 1. Add the Activity Log Component
127

138
Add `VeltActivityLog` to render a pre-built, filterable timeline of all Velt and your custom app activities (comments, reactions, recorder, CRDT) grouped by calendar date.
149

@@ -27,7 +22,7 @@ import { VeltActivityLog } from '@veltdev/react';
2722
</Tab>
2823
</Tabs>
2924

30-
## 3. Create a Custom Activity
25+
## 2. Create a Custom Activity
3126

3227
- **Frontend API**: Use `createActivity()` to push your own events into the activity feed. Supply a `displayMessageTemplate` with `{{variable}}` placeholders and provide values in `displayMessageTemplateData`.
3328
- Params: [`CreateActivityData`](/api-reference/sdk/models/data-models#createactivitydata)
@@ -89,7 +84,7 @@ await activityElement.createActivity({
8984
</Tab>
9085
</Tabs>
9186
92-
## 4. Subscribe to Activities
87+
## 3. Subscribe to Activities
9388
9489
<Info>
9590
If you are using the prebuilt components, you can skip this step.

0 commit comments

Comments
 (0)