docs(assets): Add pics and videos for mothership#4216
docs(assets): Add pics and videos for mothership#4216TheodoreSpeaks merged 2 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Updates multiple English docs pages (Copilot and Mothership sections) to embed new demo videos and screenshots at the top of pages/sections, and removes the workflow-deletion warning callout from the Mothership Workflows doc. Reviewed by Cursor Bugbot for commit e822678. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThis PR replaces TODO placeholder comments across Mothership and Copilot docs with real screenshots and videos, and extends the Confidence Score: 5/5Safe to merge — all findings are P2 documentation quality issues that do not block functionality. All three findings are P2: a removed callout (info preserved in FAQ), an unused asset, and a duplicate video. None affects runtime behavior or user safety in a blocking way. apps/docs/content/docs/en/mothership/workflows.mdx (removed deletion warning); apps/docs/public/static/mothership/scheduled-task.png (orphaned asset) Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Video Component] -->|width/height props added| B[video element]
B --> C{enableLightbox?}
C -->|Yes| D[Lightbox overlay]
C -->|No| E[Inline playback only]
subgraph MDX Pages
P1[mothership/index.mdx] -->|create-workflow.mp4 + context-menu.mp4 + split-view.mp4| A
P2[mothership/workflows.mdx] -->|create-workflow.mp4 + run-workflow.mp4| A
P3[mothership/files.mdx] -->|files-pipeline-deals-summarizer.mp4 + toggle-file-view.mp4| A
P4[mothership/knowledge.mdx] -->|kb.mp4| A
P5[mothership/research.mdx] -->|research-agent.mp4| A
P6[mothership/tasks.mdx] -->|job-create.mp4| A
P7[copilot/index.mdx] -->|copilot.mp4| A
end
subgraph Static Images
I1[pptx-example.png]
I2[image-example.png]
I3[chart-example.png]
I4[table-example.png]
I5[scheduled-task.png - unreferenced]
end
|
Summary
Add videos and pictures describing different mothership capabilities.
Type of Change
Testing
Checklist
Screenshots/Videos