From 384ee4a2856a6da59f362561caca9e232a595fe4 Mon Sep 17 00:00:00 2001 From: Saurav Jain Date: Thu, 30 May 2024 16:54:38 +0530 Subject: [PATCH] docs: add note about webinar to the docs and readme (#2506) --- README.md | 11 +++++++++++ website/docusaurus.config.js | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 38ad33e164cd..9b6f806411d1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,17 @@ Build Status

+

+ + + + Crawlee + + +
+ Join us for a free webinar about Crawlee at 9 AM EST on June 12th, 2024 to learn how to build reliable web scrapers fast! +

+ Crawlee covers your crawling and scraping end-to-end and **helps you build reliable scrapers. Fast.** Your crawlers will appear human-like and fly under the radar of modern bot protections even with the default configuration. Crawlee gives you the tools to crawl the web for links, scrape data, and store it to disk or cloud while staying configurable to suit your project's needs. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 17051d1dd647..65b7ee59a240 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -230,6 +230,13 @@ module.exports = { }, ], }, + announcementBar: { + id: 'crawlee_webinar', + content: 'Join us for a free webinar about Crawlee at 9 AM EST on June 12th, 2024 to learn how to build reliable web scrapers fast!', + backgroundColor: '#1a1b23', + textColor: '#8d92af', + isCloseable: false, + }, colorMode: { defaultMode: 'light', disableSwitch: false,