vinooganesh opened a new pull request, #168: URL: https://github.com/apache/parquet-site/pull/168
cc @alamb Algolia DocSearch loads from cdn.jsdelivr.net which is blocked by Apache's CSP, so search is completely broken on production. This switches to Docsy's built-in Lunr offline search — fully client-side, no CDN, no API keys. Hugo generates a search index JSON at build time and Lunr searches it in the browser. Follows the [Docsy search docs](https://www.docsy.dev/docs/content/search/). ### Changes - `hugo.toml` — enable `offlineSearch`, remove Algolia config, bump max results to 25 and summary length to 200 - `layouts/partials/scripts.html` — override removing Algolia JS and markmap CDN blocks **Note:** after cloning, run `hugo` once before `hugo server` to generate the search index. Part of #163 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
