Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/projects/creating-first-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Make sure you have permission to create and manage projects in your workspace.
- **Name**: `Fraud Detection Assistant`
- **Description**: `Project for fraud triage model APIs`
- **Tags**: `risk`, `production`, `llm`
4. Click **Create**.
4. Click **Next** to create project.
5. Proceed to the Invite members step.
Comment on lines +20 to +21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The updated instructions appear to be inconsistent with the implementation in services/budCustomer/src/flows/NewProject.tsx.

  1. According to the code (line 194), the button is labeled Create Project, not Next.
  2. After creation, the flow proceeds to a success screen, not an 'Invite members' step.

To avoid confusing users, the documentation should accurately describe the UI flow. I suggest updating the step to match the button text and removing the incorrect next step.

4. Click **Create Project**.


![Image](/images/image-11.png)

Expand Down