We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4644fda commit b9c4286Copy full SHA for b9c4286
docs/content/documentation/content/search.md
@@ -12,7 +12,7 @@ generate an index for the `default_language` set for all pages not excluded from
12
It is very important to set the `default_language` in your `config.toml` if you are writing a site not in
13
English; the index building pipelines are very different depending on the language.
14
15
-After `zola build` or `zola serve`, you should see two files in your static directory:
+After `zola build` or `zola serve`, you should see two files in your public directory:
16
17
- `search_index.${default_language}.js`: so `search_index.en.js` for a default setup
18
- `elasticlunr.min.js`
0 commit comments