Skip to content

Commit 7f07b3d

Browse files
authored
docs: Add announcement bar for Crawlee for Python v1.0 (#1436)
### Description <!-- The purpose of the PR, list of the changes, ... --> - TODO ### Issues <!-- If applicable, reference any related GitHub issues --> - Closes: #TODO ### Testing <!-- Describe the testing process for these changes --> - TODO ### Checklist - [ ] CI passed
1 parent 0c5f7ca commit 7f07b3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ module.exports = {
235235
hideable: true,
236236
},
237237
},
238+
announcementBar: {
239+
id: `crawlee-for-python-v1`,
240+
content: `<b><a href="https://github.com/apify/crawlee-python">Crawlee for Python v1.0</a></b> is LIVE. 🎉️ <b><a href="https://www.producthunt.com/posts/crawlee-for-python-v1-0">Support us on Product Hunt!</a> 🥳`,
241+
},
238242
navbar: {
239243
hideOnScroll: true,
240244
logo: {

0 commit comments

Comments
 (0)