module Jekyll::Algolia::Hooks
def self.before_indexing_all(records, _context)
interface than `hook_before_indexing_each` when knowing the full context
Users can modify the full list from here. It might provide an easier
records - The list of all records to be indexed
indexing them
Public: Custom method to be run on the list of all records before
def self.before_indexing_all(records, _context) records end