Skip to content

Commit 6676e64

Browse files
committed
feat: refactoring of the apperance order
1 parent a678847 commit 6676e64

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

docs.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@
129129
]
130130
},
131131
{
132+
"group": "Scraping Tools",
133+
"pages": [
134+
"knowledge-base/ai-tools/lovable",
135+
"knowledge-base/ai-tools/v0",
136+
"knowledge-base/ai-tools/bolt",
137+
"knowledge-base/ai-tools/cursor"
138+
]
139+
},
140+
{
132141
"group": "CLI",
133142
"pages": [
134143
"knowledge-base/cli/getting-started",
@@ -137,15 +146,6 @@
137146
"knowledge-base/cli/command-examples"
138147
]
139148
},
140-
{
141-
"group": "AI Tools",
142-
"pages": [
143-
"knowledge-base/ai-tools/lovable",
144-
"knowledge-base/ai-tools/v0",
145-
"knowledge-base/ai-tools/bolt",
146-
"knowledge-base/ai-tools/cursor"
147-
]
148-
},
149149
{
150150
"group": "Troubleshooting",
151151
"pages": [

knowledge-base/introduction.mdx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,7 @@ The Knowledge Base is your go-to place for practical guides, troubleshooting, an
99

1010
Use it to get started quickly, fix common errors, learn scraping patterns, and manage your account and credits.
1111

12-
## CLI (just-scrape)
13-
14-
<CardGroup cols={2}>
15-
<Card title="How do I install the CLI, set up my API key, and run my first scrape?" href="/knowledge-base/cli/getting-started">
16-
Install the CLI, set your API key, and run your first scrape in minutes.
17-
</Card>
18-
<Card title="How do I get JSON output from just-scrape to pipe to jq or other tools?" href="/knowledge-base/cli/json-mode">
19-
Use the --json flag to pipe clean JSON to jq, files, or scripts.
20-
</Card>
21-
<Card title="How do I give AI coding agents web scraping via the skills.sh integration?" href="/knowledge-base/cli/ai-agent-skill">
22-
Expose just-scrape to AI agents as a skill through skills.sh.
23-
</Card>
24-
<Card title="Where can I find examples for smart-scraper, crawl, agentic-scraper and other commands?" href="/knowledge-base/cli/command-examples">
25-
Practical examples for every CLI command.
26-
</Card>
27-
</CardGroup>
28-
29-
## AI Tools
12+
## Scraping tools
3013

3114
<CardGroup cols={2}>
3215
<Card title="How do I use ScrapeGraphAI inside Lovable to build apps that scrape the web?" href="/knowledge-base/ai-tools/lovable">
@@ -77,6 +60,23 @@ Use it to get started quickly, fix common errors, learn scraping patterns, and m
7760
</Card>
7861
</CardGroup>
7962

63+
## CLI (just-scrape)
64+
65+
<CardGroup cols={2}>
66+
<Card title="How do I install the CLI, set up my API key, and run my first scrape?" href="/knowledge-base/cli/getting-started">
67+
Install the CLI, set your API key, and run your first scrape in minutes.
68+
</Card>
69+
<Card title="How do I get JSON output from just-scrape to pipe to jq or other tools?" href="/knowledge-base/cli/json-mode">
70+
Use the --json flag to pipe clean JSON to jq, files, or scripts.
71+
</Card>
72+
<Card title="How do I give AI coding agents web scraping via the skills.sh integration?" href="/knowledge-base/cli/ai-agent-skill">
73+
Expose just-scrape to AI agents as a skill through skills.sh.
74+
</Card>
75+
<Card title="Where can I find examples for smart-scraper, crawl, agentic-scraper and other commands?" href="/knowledge-base/cli/command-examples">
76+
Practical examples for every CLI command.
77+
</Card>
78+
</CardGroup>
79+
8080
## Account & Credits
8181

8282
<CardGroup cols={2}>

0 commit comments

Comments
 (0)