Skip to content

Commit

Permalink
Merge pull request #4682 from wix/site-adjustments-to-copilot-site
Browse files Browse the repository at this point in the history
docs: website changes due to copilot's new documentation site
  • Loading branch information
asafkorem authored Jan 10, 2025
2 parents 32bc3aa + b841785 commit a35b958
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 52 deletions.
44 changes: 0 additions & 44 deletions docs/copilot/technical-overview.mdx

This file was deleted.

11 changes: 4 additions & 7 deletions docs/copilot/testing-with-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ In this tutorial, we'll explore how to use **Detox Copilot** to write end-to-end

:::note

Detox Copilot is integrated into Detox and requires no additional installation. For complete API details, refer to our [Detox Copilot API documentation](../api/copilot.md).
Copilot now has a new [documentation site](https://wix-incubator.github.io/detox-copilot/).<br/>
There, you can find a [technical overview](https://wix-incubator.github.io/detox-copilot/docs/guides/technical-overview), learn how to [implement a driver for your preferred testing framework](https://wix-incubator.github.io/detox-copilot/docs/guides/implementing-custom-testing-framework-driver), and stay up to date with the latest features and updates.

:::

:::caution Work in Progress

**Note**: Detox Copilot is in active development. APIs are subject to change in future releases.
**Note**: Detox Copilot is in active development. APIs are subject to change in future releases.<br/>
For complete API details, refer to our [Detox Copilot API documentation](../api/copilot.md).

:::

Expand All @@ -21,11 +23,6 @@ It interprets these instructions and translates them into Detox commands. This g

![Demo](../img/copilot/copilot-demo.gif)

## Setting Up Detox

Before you begin, ensure that your Detox environment is properly set up.
If you need assistance with the setup, refer to the [Detox Getting Started Guide](docs/introduction/getting-started/).

## Implementing a `PromptHandler`

The `PromptHandler` is a crucial component that interfaces with your LLM service.
Expand Down
1 change: 0 additions & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const sidebars = {
items: [
'copilot/testing-with-copilot',
'copilot/best-practices',
'copilot/technical-overview',
]
},
{
Expand Down

0 comments on commit a35b958

Please sign in to comment.