fix(docs): update simstudio.ai URLs to sim.ai in SSO docs#4257
fix(docs): update simstudio.ai URLs to sim.ai in SSO docs#4257waleedlatif1 merged 5 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview In the workspace UI ( Reviewed by Cursor Bugbot for commit 77c5dbd. Configure here. |
77c5dbd to
382f7fb
Compare
Greptile SummaryThis PR updates
Confidence Score: 2/5Not safe to merge — duplicate Two P0 build-breaking duplicate variable declarations were introduced alongside an otherwise clean documentation fix. These must be resolved before merging.
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User clicks Stop] --> B{Which view?}
B -->|mothership| C[handleStopGeneration]
B -->|copilot| D[handleCopilotStopGeneration]
C --> E[captureEvent: task_generation_aborted
view: mothership]
D --> F[captureEvent: task_generation_aborted
view: copilot]
E --> G[stopGeneration]
F --> H[copilotStopGeneration]
style C fill:#f99,stroke:#f00
style D fill:#f99,stroke:#f00
|
Summary
simstudio.aidomain references in the SSO docs withsim.ai(11 occurrences inapps/docs/content/docs/en/enterprise/sso.mdx)Type of Change
Testing
Tested manually
Checklist