feat: remove how it works
This commit is contained in:
@@ -130,17 +130,15 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
|
|||||||
robot && (
|
robot && (
|
||||||
<>
|
<>
|
||||||
<span>
|
<span>
|
||||||
Easily duplicate your robots to handle pages with a similar structure. For instance:
|
Easily duplicate your robots to handle pages with a similar structure.
|
||||||
|
<br />
|
||||||
If you've created a robot for producthunt.com/topics/api, you can duplicate it to scrape similar pages like producthunt.com/topics/database without starting from scratch.
|
For instance:
|
||||||
How it works:
|
If you've created a robot for <b>producthunt.com/topics/api</b>, you can duplicate it to scrape similar pages
|
||||||
|
like <b>producthunt.com/topics/database</b> without starting from scratch.
|
||||||
Select a robot you want to duplicate.
|
</span>
|
||||||
Use the duplication feature to create a copy of the robot.
|
|
||||||
Customize the robot if needed, ensuring it fits the new page structure.
|
<span>
|
||||||
⚠️ Ensure the new page has a similar structure to the original for seamless functionality.
|
⚠️ Ensure the new page has a similar structure to the original for seamless functionality.
|
||||||
|
|
||||||
This feature saves you time and effort while keeping your workflow streamlined for similar pages.
|
|
||||||
</span>
|
</span>
|
||||||
<TextField
|
<TextField
|
||||||
label="Robot Target URL"
|
label="Robot Target URL"
|
||||||
|
|||||||
Reference in New Issue
Block a user