Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/getting-started-with-kane-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ import VideoEmbed from '../src/component/videoEmbed';
})
}}
></script>
:::note
Currently in the **Beta**. Please reach out to our <span className="doc__lt" onClick={() => window.openLTChatWidget()}>support team</span> to enable the KaneAI for your organization.
:::

KaneAI is an AI-powered next-gen testing assistant that revolutionizes software testing. Whether you're a seasoned QA professional or a developer new to testing, KaneAI simplifies complex testing processes, making them accessible to everyone.

This intelligent platform creates and optimizes tests based on your application's behavior, ensuring better reliability and fewer missed bugs. KaneAI seamlessly handles testing for web, mobile, and cloud-based applications, allowing you to automate your testing workflows and deliver faster, more accurate results. It's like having an AI-powered expert by your side, saving time and catching critical edge cases you might otherwise miss.
Expand Down
4 changes: 2 additions & 2 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import TestManagerDarkIcon from '../assets/images/support/testManager-dark.svg';
import AccessibilityDarkIcon from '../assets/images/support/accessibility-dark.svg';
import AccessibilityLightIcon from '../assets/images/support/accessibility-light.svg';


<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
Expand Down Expand Up @@ -221,7 +220,8 @@ import NewTag from '../src/component/newTag';
<div className="home_inners">
<a href="/support/docs/accessibility-testing/"><p className="p_home_inners">Getting Started</p></a>
<a href="/support/docs/accessibility-devtools/"><p className="p_home_inners">Accessibility DevTools</p></a>
<a href="/support/docs/accessibility-automation/"><p className="p_home_inners">Accessibility Automation</p></a>
<a href="/support/docs/accessibility-automation/"><p className="p_home_inners">Accessibility Automation &nbsp;getting-started-with-kane-ai/ <NewTag value="BETA" bgColor="#ffec02" color="#000" /> </p></a>
<a href="/support/docs/accessibility-test-scheduling/"><p className="p_home_inners">Accessibility Scheduling</p></a>
<a href="/support/docs/screen-reader-on-accessibility/"><p className="p_home_inners">Screen Reader</p></a>
<a href="/support/docs/accessibility-testing-navigating-dashboard/"><p className="p_home_inners">Navigating Dashboard</p></a>
<a href="/support/docs/accessibility-faq/"><p className="p_home_inners">FAQ</p></a>
Expand Down
Loading