[Add] browser-use and main.py
This commit is contained in:
parent
08e64bdf45
commit
96914d44ac
221 changed files with 30952 additions and 1 deletions
17
browser-use/docs/README.md
Normal file
17
browser-use/docs/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Docs
|
||||
|
||||
The official documentation for Browser Use. The docs are published to [Browser Use Docs](https://docs.browser-use.com).
|
||||
|
||||
### Development
|
||||
|
||||
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
|
||||
|
||||
```
|
||||
npm i -g mintlify
|
||||
```
|
||||
|
||||
Run the following command at the root of your documentation (where mint.json is)
|
||||
|
||||
```
|
||||
mintlify dev
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue