-
Notifications
You must be signed in to change notification settings - Fork 121
docs: verify docs site with Algolia #1328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TitleAdd Algolia site verification for docs Description
Changes walkthrough 📝
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Signed-off-by: Ernest Wong <chwong719@gmail.com>
eacf803
to
ced3ce2
Compare
A side note, do you think if it is a good idea to provide a search functionality using a Kaito inference server? |
Successfully verified the site locally:
@Fei-Guo Yes I think it's a good idea. If we have an expert on frontend development, we can try to do it with https://docusaurus.io/docs/markdown-features/react |
Reason for Change:
Currently, the search function in the docs site is not working because Algolia wasn't able to verify the ownership of the site domain.
Per https://www.algolia.com/doc/tools/crawler/getting-started/create-crawler/#verify-your-domain, we can verify the domain by adding a
<meta>
HTML tag with specific content. I've added the site verification payload as a repository secret:Testing
Issue Fixed:
Follow-up for #1197
Notes for Reviewers: