Class: Jekyll::LunrJsSearch::SearchIndexFile

Inherits:
StaticFile
  • Object
show all
Defined in:
lib/jekyll_lunr_js_search/search_index_file.rb

Instance Method Summary collapse

Instance Method Details

#write(dest) ⇒ Object

Override write as the search.json index file has already been created



5
6
7
# File 'lib/jekyll_lunr_js_search/search_index_file.rb', line 5

def write(dest)
  true
end