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/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ This quick start shows how to create a project, add collaborators, and validate
1. Enter a project name, for example: `Customer Support AI`.
2. Add a short description and tags.
3. Pick an icon to make the project easy to identify.
4. Click **Create**.
4. Click **Next** to create project.
5. Proceed to the Invite members step.
Comment on lines +21 to +22
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 new instructions can be made clearer and more consistent with the action-oriented style of a quickstart guide.

  1. In step 4, 'create project' is slightly awkward. 'create the project' reads more naturally.
  2. Step 5, 'Proceed to the Invite members step,' is an instruction to the reader of the documentation, not an action in the UI. This breaks the pattern of the numbered list and can be confusing.

I suggest rephrasing these steps to clearly describe the user's actions and the application's behavior.

4. Click **Next** to create the project.
5. (Optional) Invite members on the next screen.


<Info>
Use names that map to a product or business capability. This makes routing, access reviews, and observability easier at scale.
Expand Down