Skip to content

Commit

Permalink
chore: update docusaurus to v3.7 (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Jan 7, 2025
1 parent 1ea95f7 commit ba27233
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 610 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Run this command to install `crawlee`:
npm install crawlee
```

Crawlee utilizes Cheerio for [HTML parsing and scraping](https://crawlee.dev/blog/scrapy-vs-crawlee#html-parsing-and-scraping) of static websites. While faster and [less resource-intensive](https://crawlee.dev/docs/guides/scaling-crawlers), it can only scrape websites that do not require JavaScript rendering, making it unsuitable for SPAs (single page applications).
Crawlee utilizes Cheerio for HTML parsing and scraping of static websites. While faster and [less resource-intensive](https://crawlee.dev/docs/guides/scaling-crawlers), it can only scrape websites that do not require JavaScript rendering, making it unsuitable for SPAs (single page applications).

In this tutorial we can extract data from the HTML structure, so we will go with Cheerio but for extracting data from SPAs or JavaScript-rendered websites, Crawlee also supports headless browser libraries like [Playwright](https://playwright.dev/) and [Puppeteer](https://pptr.dev/)

Expand Down
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@apify/eslint-config-ts": "^0.4.0",
"@apify/tsconfig": "^0.1.0",
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/types": "3.6.3",
"@docusaurus/module-type-aliases": "3.7.0",
"@docusaurus/types": "3.7.0",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
Expand All @@ -35,11 +35,11 @@
"dependencies": {
"@apify/docusaurus-plugin-typedoc-api": "^4.3.2",
"@apify/utilities": "^2.8.0",
"@docusaurus/core": "3.6.3",
"@docusaurus/core": "3.7.0",
"@docusaurus/faster": "3.7.0",
"@docusaurus/mdx-loader": "3.6.3",
"@docusaurus/plugin-client-redirects": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@docusaurus/mdx-loader": "3.7.0",
"@docusaurus/plugin-client-redirects": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"axios": "^1.5.0",
Expand Down
Loading

0 comments on commit ba27233

Please sign in to comment.