-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat: add algolia search to docs #445
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3d6e3a4
to
4c777b3
Compare
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Add algolia verification to robots.txt Fix Algolia UI by removing previous component
4c777b3
to
f651e16
Compare
Improve the search experience on our docs pages by switching from native Docusaurus search to Algolia.
Docusaurus has first-class support for Algolia, so this implementation relies on the default config.
insights: true
, which helps us see common searches and results. For example, this can help us discover if users are searching for a page that does not exist yet.We can view this data and manage our Algolia account from their dashboard. Login details to follow privately.
Example of search UI:
Example of
docs.gobob.xyz/search
page:Also including a small commit for formatting lines 186-190, just to get it out of the way.