jekyll-algolia/lib/errors/settings_manually_edited.txt
2018-04-26 18:38:33 +02:00

18 lines
880 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

I:
W:[jekyll-algolia] Configuration mismatch:
W:It seems that your index settings have been edited from outside of the jekyll-algolia plugin.
I:
I:This can happen if you manually edited them from the Algolia dashboard, for example. Don't worry, they will still be honored (for now).
I:
I:Still, we strongly encourage you to save any custom config inside the algolia.settings key of your _config.yml instead. Any value set there will always take precedence over anything you manually set in your dashboard.
I:This is the best way to be sure your settings won't be lost in the future.
I:
W:To keep your current custom config, here is what you should add to your _config.yml file:
W:
W:algolia:
W:  settings:
{settings}
I:
I:If you'd like to revert to the default settings, the easiest way is to delete the {index_name} index from your dashboard and run `jekyll algolia` again.
I: