Removed demos & added right sample app URLs#983
Conversation
📝 WalkthroughWalkthroughThis PR removes embedded Storylane interactive demo components and their corresponding navigation links from 16 documentation files across various feature sections of the docs. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/pages/docs/getting-started/command-center.md (1)
3-3:⚠️ Potential issue | 🟡 MinorFix typo in meta description.
The word "perfrom" should be "perform".
📝 Proposed fix
-metadesc: "Use Command Center to streamline your workflow and perfrom actions with minimal mouse clicks." +metadesc: "Use Command Center to streamline your workflow and perform actions with minimal mouse clicks."🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@src/pages/docs/getting-started/command-center.md` at line 3, Typo in the meta description: update the metadesc string in the Command Center doc so "perfrom" is corrected to "perform" (edit the metadesc: "Use Command Center to streamline your workflow and perform actions with minimal mouse clicks."). Locate the metadesc entry in src/pages/docs/getting-started/command-center.md and apply the single-word fix.
🧹 Nitpick comments (1)
src/pages/docs/getting-started/command-center.md (1)
38-38: Remove unnecessary horizontal divider and add trailing newline.The horizontal divider at the end of the file serves no purpose, as dividers are meant to separate content sections rather than close files. Additionally, the file should end with a trailing newline, which is standard practice for text files.
🔧 Proposed fix
---- +🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@src/pages/docs/getting-started/command-center.md` at line 38, Delete the final horizontal divider token ("---") at the end of the document and ensure the file ends with a single trailing newline character so the file doesn't end abruptly; locate the trailing divider in src/pages/docs/getting-started/command-center.md and remove that line, then save the file with a newline at EOF.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@src/pages/docs/getting-started/command-center.md`:
- Line 3: Typo in the meta description: update the metadesc string in the
Command Center doc so "perfrom" is corrected to "perform" (edit the metadesc:
"Use Command Center to streamline your workflow and perform actions with minimal
mouse clicks."). Locate the metadesc entry in
src/pages/docs/getting-started/command-center.md and apply the single-word fix.
---
Nitpick comments:
In `@src/pages/docs/getting-started/command-center.md`:
- Line 38: Delete the final horizontal divider token ("---") at the end of the
document and ensure the file ends with a single trailing newline character so
the file doesn't end abruptly; locate the trailing divider in
src/pages/docs/getting-started/command-center.md and remove that line, then save
the file with a newline at EOF.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: b82b1ce1-8f94-493a-898e-9825e53fe3f5
📒 Files selected for processing (17)
src/pages/docs/activity-monitoring/audit-logs.mdsrc/pages/docs/ai-agents/bug-reporter.mdsrc/pages/docs/atto/generative-ai/copilot/web-recorder.mdsrc/pages/docs/atto/generative-ai/integrations/figma.mdsrc/pages/docs/desktop-automation/batch-elements.mdsrc/pages/docs/desktop-automation/desktop-projects-and-applications.mdsrc/pages/docs/desktop-automation/test-cases-for-desktop-automation.mdsrc/pages/docs/getting-started/command-center.mdsrc/pages/docs/getting-started/testsigma-sample-apps.mdsrc/pages/docs/projects/overview.mdsrc/pages/docs/projects/versions.mdsrc/pages/docs/sap-automation/batch-element-recorder.mdsrc/pages/docs/sap-automation/test-cases-for-sap-automation.mdsrc/pages/docs/test-cases/create-steps-restapi/mock-apis.mdsrc/pages/docs/test-cases/create-steps-restapi/stored-objects.mdsrc/pages/docs/test-cases/imports-and-exports/manage-save-points.mdsrc/pages/docs/test-cases/imports-and-exports/view-the-import-summary.md
💤 Files with no reviewable changes (14)
- src/pages/docs/activity-monitoring/audit-logs.md
- src/pages/docs/ai-agents/bug-reporter.md
- src/pages/docs/test-cases/create-steps-restapi/mock-apis.md
- src/pages/docs/projects/versions.md
- src/pages/docs/test-cases/imports-and-exports/view-the-import-summary.md
- src/pages/docs/test-cases/create-steps-restapi/stored-objects.md
- src/pages/docs/sap-automation/test-cases-for-sap-automation.md
- src/pages/docs/sap-automation/batch-element-recorder.md
- src/pages/docs/atto/generative-ai/copilot/web-recorder.md
- src/pages/docs/test-cases/imports-and-exports/manage-save-points.md
- src/pages/docs/atto/generative-ai/integrations/figma.md
- src/pages/docs/desktop-automation/desktop-projects-and-applications.md
- src/pages/docs/desktop-automation/batch-elements.md
- src/pages/docs/desktop-automation/test-cases-for-desktop-automation.md
Summary by CodeRabbit