Skip to content

Removed demos & added right sample app URLs#983

Open
bharathk08 wants to merge 1 commit into
devfrom
fix/DOC-2039
Open

Removed demos & added right sample app URLs#983
bharathk08 wants to merge 1 commit into
devfrom
fix/DOC-2039

Conversation

@bharathk08
Copy link
Copy Markdown
Contributor

@bharathk08 bharathk08 commented Apr 23, 2026

Summary by CodeRabbit

  • Documentation
    • Removed interactive demo walkthroughs from multiple documentation pages covering activity monitoring, AI agents, automation tools, and test case management
    • Updated download links for sample mobile applications
    • Minor formatting adjustments to documentation pages

@bharathk08 bharathk08 requested a review from Nandhini4501 April 23, 2026 08:54
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 23, 2026

📝 Walkthrough

Walkthrough

This PR removes embedded Storylane interactive demo components and their corresponding navigation links from 16 documentation files across various feature sections of the docs.

Changes

Cohort / File(s) Summary
Activity Monitoring & AI Agents
src/pages/docs/activity-monitoring/audit-logs.md, src/pages/docs/ai-agents/bug-reporter.md
Removes embedded Storylane demo components and "Interactive Demo" navigation links.
Atto/Generative AI
src/pages/docs/atto/generative-ai/copilot/web-recorder.md, src/pages/docs/atto/generative-ai/integrations/figma.md
Removes "Interactive Demo" navigation entries and embedded Storylane demo sections including script and iframe elements.
Desktop Automation
src/pages/docs/desktop-automation/batch-elements.md, src/pages/docs/desktop-automation/desktop-projects-and-applications.md, src/pages/docs/desktop-automation/test-cases-for-desktop-automation.md
Deletes "Interactive Demo" navigation links and corresponding embedded Storylane interactive demo blocks.
Getting Started
src/pages/docs/getting-started/command-center.md
Removes embedded GIF demonstration and adjusts formatting; changes file ending without trailing newline.
Getting Started
src/pages/docs/getting-started/testsigma-sample-apps.md
Updates three mobile sample application S3 asset URLs: iOS IPA, Android APK, and SMS forwarder filenames.
Projects
src/pages/docs/projects/overview.md, src/pages/docs/projects/versions.md
Removes three Storylane interactive demo embeds from overview and deletes "Interactive Demo" navigation link from versions page; removes one instruction step in "Deleting a Project" section.
SAP Automation
src/pages/docs/sap-automation/batch-element-recorder.md, src/pages/docs/sap-automation/test-cases-for-sap-automation.md
Removes "Interactive Demo" navigation links and corresponding embedded Storylane demo sections.
Test Cases
src/pages/docs/test-cases/create-steps-restapi/mock-apis.md, src/pages/docs/test-cases/create-steps-restapi/stored-objects.md, src/pages/docs/test-cases/imports-and-exports/manage-save-points.md, src/pages/docs/test-cases/imports-and-exports/view-the-import-summary.md
Removes "Interactive Demo" navigation entries and deletes embedded Storylane interactive demo blocks throughout.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • Nandhini4501
  • Santhosh-testsigma

🐰 Storylanes vanish like morning dew,
Interactive demos bid adieu,
Docs now cleaner, bright and clear,
No embeds to fear!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the two main changes: removal of interactive Storylane demos across multiple documentation files and correction of sample app download URLs in the testsigma-sample-apps.md file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/DOC-2039

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 | 🟡 Minor

Fix 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

📥 Commits

Reviewing files that changed from the base of the PR and between e393830 and 5ae272d.

📒 Files selected for processing (17)
  • src/pages/docs/activity-monitoring/audit-logs.md
  • src/pages/docs/ai-agents/bug-reporter.md
  • src/pages/docs/atto/generative-ai/copilot/web-recorder.md
  • src/pages/docs/atto/generative-ai/integrations/figma.md
  • src/pages/docs/desktop-automation/batch-elements.md
  • src/pages/docs/desktop-automation/desktop-projects-and-applications.md
  • src/pages/docs/desktop-automation/test-cases-for-desktop-automation.md
  • src/pages/docs/getting-started/command-center.md
  • src/pages/docs/getting-started/testsigma-sample-apps.md
  • src/pages/docs/projects/overview.md
  • src/pages/docs/projects/versions.md
  • src/pages/docs/sap-automation/batch-element-recorder.md
  • src/pages/docs/sap-automation/test-cases-for-sap-automation.md
  • src/pages/docs/test-cases/create-steps-restapi/mock-apis.md
  • src/pages/docs/test-cases/create-steps-restapi/stored-objects.md
  • src/pages/docs/test-cases/imports-and-exports/manage-save-points.md
  • src/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants