Skip to content

Commit

Permalink
Publish docs version 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoss committed Feb 5, 2025
1 parent a582b20 commit 2579320
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 53 deletions.
44 changes: 0 additions & 44 deletions website/versioned_docs/version-20.x/copilot/technical-overview.mdx

This file was deleted.

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
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
```diff title="android/app/build.gradle"
dependencies {
// ...
- androidTestImplementation('com.wix:detox:+')
+ androidTestImplementation(project(path: ":detox"))
}
```
Expand Down
3 changes: 1 addition & 2 deletions website/versioned_sidebars/version-20.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"label": "Detox Copilot",
"items": [
"copilot/testing-with-copilot",
"copilot/best-practices",
"copilot/technical-overview"
"copilot/best-practices"
]
},
{
Expand Down

0 comments on commit 2579320

Please sign in to comment.