Skip to content
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

Create search items list for Fuse.js #3196

Conversation

mauriceyap
Copy link
Contributor

@mauriceyap mauriceyap commented Jul 6, 2024

I intend to use Fuse.js to implement searching of the documentation website on the browser-side. It is lightweigh, well-maintained and does the job,

This commit creates the list of items through which Fuse.js searches, and includes this in the set of static files.

mauriceyap and others added 3 commits July 6, 2024 23:24
Adding an `id` attribute creates anchor tags to which we can link from search results.
I intend to use [Fuse.js](https://fusejs.io) to implement searching of the documentation website on the browser-side. It is lightweigh, well-maintained and does the job,

This commit creates the list of items through which Fuse.js searches, and includes this in the set of static files.
@mauriceyap mauriceyap changed the title 3192 add search functionality to docs website create fuse list Create search items list for Fuse.js Jul 6, 2024
@mauriceyap mauriceyap changed the base branch from master to 3192-add-search-functionality-to-docs-website-add-ids July 6, 2024 23:08
@mauriceyap mauriceyap force-pushed the 3192-add-search-functionality-to-docs-website-add-ids branch from 3d8a4d5 to b59c2a5 Compare July 8, 2024 10:38
Base automatically changed from 3192-add-search-functionality-to-docs-website-add-ids to master July 8, 2024 16:39
@peterebden peterebden closed this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants