Skip to content

Commit ce207d6

Browse files
authored
Merge pull request #1286 from BudEcosystem/projectUpdate
Add images to creating first project guide
2 parents 286527e + 7f3a1b9 commit ce207d6

File tree

12 files changed

+20
-13
lines changed

12 files changed

+20
-13
lines changed

docs/images/image-10.png

363 KB
Loading

docs/images/image-11.png

360 KB
Loading

docs/images/image-6.png

136 KB
Loading

docs/images/image-7.png

153 KB
Loading

docs/images/image-8.png

180 KB
Loading

docs/images/image-9.png

129 KB
Loading

docs/projects/creating-first-project.mdx

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ Make sure you have permission to create and manage projects in your workspace.
1212
## 1. Create the Project Record
1313

1414
1. Open **Projects**.
15-
2. Click **+ Project**.
15+
2. Click **\+ Project**.
1616
3. Fill in:
1717
- **Name**: `Fraud Detection Assistant`
1818
- **Description**: `Project for fraud triage model APIs`
1919
- **Tags**: `risk`, `production`, `llm`
2020
4. Click **Create**.
2121

22+
![Image](/images/image-11.png)
23+
2224
## 2. Add Team Members
2325

2426
1. Open the new project.
@@ -35,6 +37,8 @@ Make sure you have permission to create and manage projects in your workspace.
3537
- Deployment name
3638
3. Save and wait for deployment status to become healthy/ready.
3739

40+
![Image](/images/image-9.png)
41+
3842
## 4. Configure Deployment Settings
3943

4044
Open deployment **Settings** and configure:
@@ -56,21 +60,24 @@ Open deployment **Settings** and configure:
5660
2. Open **Observability** to verify runtime event visibility.
5761
3. Confirm traffic and error patterns are visible before broad rollout.
5862

63+
![Image](/images/image-8.png)
64+
5965
## 7. Apply Guardrails
6066

6167
1. Open **Guardrails**.
6268
2. Attach required safety or compliance policies.
6369
3. Verify policies are active and aligned with project requirements.
6470

65-
## Completion Checklist
71+
![Image](/images/image-6.png)
6672

67-
- [x] Project created with metadata
68-
- [x] Team members invited with scoped permissions
69-
- [x] At least one deployment running
70-
- [x] Route configured to active deployment
71-
- [x] Analytics and observability validated
72-
- [x] Guardrails applied
73+
## Completion Checklist
7374

75+
- Project created with metadata
76+
- Team members invited with scoped permissions
77+
- At least one deployment running
78+
- Route configured to active deployment
79+
- Analytics and observability validated
80+
- Guardrails applied
7481

7582
## Creation-to-Readiness Flow
7683

docs/projects/guides/deployment-settings-and-autoscaling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ In deployment **Settings**:
5757

5858
<Check>
5959
Review settings after model or traffic profile changes.
60-
</Check>
60+
</Check>

docs/projects/guides/managing-project-members.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ flowchart LR
4848
## Related Docs
4949

5050
- [Project Concepts](/projects/project-concepts)
51-
- [Troubleshooting](/projects/troubleshooting)
51+
- [Troubleshooting](/projects/troubleshooting)

docs/projects/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Use projects to define ownership boundaries, manage access, and keep production
5454
<Card title="Step-by-Step Tutorial" icon="graduation-cap" href="/projects/creating-first-project">
5555
Full walkthrough from project setup to deployment readiness
5656
</Card>
57-
</CardGroup>
57+
</CardGroup>

0 commit comments

Comments
 (0)