Override theme's base application javascript

The Unidata theme javascript isn't compatible with the version of
mkdocs being used. Starting with mkdocs 0.17, the generated search index
json file located at site/search/search_index.json. However, the themes
application javascript file looks for mkdocs/search_index.json. Because
we cannot update the theme at this point, this commit simply overrides the
javascript file shipped with the theme.
This commit is contained in:
Sean Arms 2020-06-04 20:06:32 -06:00
parent 9c6afe57fe
commit 0f012cd3ec

File diff suppressed because one or more lines are too long