Skip to content

Commit f397a52

Browse files
committed
add apis integration
1 parent 6e1e140 commit f397a52

File tree

4 files changed

+13
-49
lines changed

4 files changed

+13
-49
lines changed

docs/Info/api.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## APIs
2+
3+
ScrapegraphAI has now his APIs! Check it out [here](https://scrapegraphai.com)!

docs/intro.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ playwright install
3030

3131
**Note**: it is recommended to install the library in a virtual environment to avoid conflicts with other libraries 🐱
3232

33+
## News 📰
34+
35+
- ScrapegraphAI has now his APIs! Check it out [here](https://scrapegraphai.com)!
36+
3337
## 🔍 Demo
3438
Official streamlit demo:
3539

36-
[![My Skills](https://skillicons.dev/icons?i=react)](https://scrapegraph-ai-demo.streamlit.app/)
40+
[![My Skills](https://skillicons.dev/icons?i=react)](https://scrapegraph-demo-demo.streamlit.app)
3741

3842
Try it directly on the web using Google Colab:
3943

docs/use_cases.md

-48
This file was deleted.

docusaurus.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ const config = {
8080
position: 'left',
8181
label: 'Documentation',
8282
},
83+
{
84+
href: 'https://scrapegraphai.com',
85+
label: 'Official APIs',
86+
position: 'left',
87+
},
8388
{
8489
href: 'https://github.com/VinciGit00/Scrapegraph-ai',
8590
label: 'GitHub',

0 commit comments

Comments
 (0)