1 | initial version |
It appears that Chrome by default prevents local files from accessing other local files, and since you were viewing the documentation from a local file (through the file
scheme), searchindex.js
cannot be loaded as in your console report.
You can either start chrome with --allow-file-access-from-files
option, or run a local server from the documentation directory (so that you visit it through the http
protocol instead).