Merged
Conversation
- Install pagefind@1.5.2 as a dev dependency - Update build script to run pagefind after next export (outputs to out/pagefind) - Add pagefind-component-ui CSS/JS to _document.js; place <pagefind-modal> in the page body so it is available site-wide - Desktop: search trigger button (with 'Search…' text and ⌘K/Ctrl+K badge) appears at the right end of the nav bar via .nav-search-desktop - Mobile (≤1020px): compact search icon shown next to the hamburger toggle; desktop trigger is hidden - Ctrl+K / Cmd+K keyboard shortcut opens the modal from anywhere on the page - Keyboard shortcut badges styled as white pills with brand-red text so they are readable on the red nav background - Docs pages get data-pagefind-weight="2" on their content wrapper so /docs/ results rank above equally-relevant non-docs pages in search - Override --pf-outline-focus and --pagefind-ui-primary to Comunica red - Add z-index: 100 to the fixed nav (modal sits at 9999) - Gitignore public/pagefind/ (generated at build time, not to be committed) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
Member
Author
rubensworks
reviewed
Apr 15, 2026
Member
Author
|
I also removed the package annotation since it said 'yarn' even though we have a package-lock.json (npm) |
Member
|
Very nice, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Fresh take on #68