tailcallhq / tailcallhq.github.io

Website for Tailcall
http://tailcall.run/
31 stars 104 forks source link

Migrate to Algolia for search #496

Closed tusharmath closed 1 week ago

tusharmath commented 1 week ago

Technical Requirements

tusharmath commented 1 week ago

/bounty $150

algora-pbc[bot] commented 1 week ago

💎 $150 bounty • Tailcall Inc.

Steps to solve:

  1. Start working: Comment /attempt #496 with your implementation plan
  2. Submit work: Create a pull request including /claim #496 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

🙏 Thank you for contributing to tailcallhq/tailcallhq.github.io! 🧐 Checkout our guidelines before you get started. 💵 More about our bounty program.

Attempt Started (GMT+0) Solution
🟡 @Ariyamandebnath Sep 21, 2024, 4:01:36 AM WIP
🟢 @hunxjunedo #499
Ariyamandebnath commented 1 week ago

/attempt #496 Replace Lunr search functionality with Algolia. Update the search frontend logic to query the Algolia API instead of Lunr. Can I be assigned this Issue seems like a good weekend project

bnchi commented 1 week ago

Did you apply for the DocSearch program ? @tusharmath

https://docusaurus.io/docs/3.0.1/search#using-algolia-docsearch

DocSearch crawls your website once a week (the schedule is configurable from the web interface) and aggregates all the content in an Algolia index.

The service is free for any open-source project.

tusharmath commented 1 week ago

Received this email from Algolia:


CSS

Copy this snippet at the end of the HTML <head> tag:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3"/>

JavaScript

Copy this snippet at the end of the HTML <body> tag:

<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>

<script type="text/javascript">
  docsearch({
    appId: "X27WDVHRQ3",
    apiKey: "35bc100f239853cd8a7195b23ed7393b",
    indexName: "tailcall",
    container: '### REPLACE ME WITH A CONTAINER (e.g. div) ###',
    debug: false
  });
</script>
Ariyamandebnath commented 1 week ago

Nice ,this makes it easier than working on it

algora-pbc[bot] commented 1 week ago

💡 @hunxjunedo submitted a pull request that claims the bounty. You can visit your bounty board to reward.

algora-pbc[bot] commented 1 week ago

@Ariyamandebnath: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏

algora-pbc[bot] commented 1 week ago

🎉🎈 @hunxjunedo has been awarded $150! 🎈🎊