Problem: Search currently happens only in-memory on JSON, which will slow down with more profiles. Solution: Generate a pre-built static search index (e.g., Lunr.js/Algolia DocSearch) at build time → super fast, scalable, and still static.
Problem: Search currently happens only in-memory on JSON, which will slow down with more profiles.
Solution: Generate a pre-built static search index (e.g., Lunr.js/Algolia DocSearch) at build time → super fast, scalable, and still static.