SYMBOL INDEX (22 symbols across 4 files) FILE: src/js/config.js constant COLOR_THEME_DARK (line 1) | const COLOR_THEME_DARK = "dark" constant COLOR_THEME_LIGHT (line 2) | const COLOR_THEME_LIGHT = "light" constant COLOR_THEME_AUTO (line 3) | const COLOR_THEME_AUTO = "auto" constant THEME (line 4) | const THEME = "hugo-geekdoc" constant TOGGLE_COLOR_THEMES (line 5) | const TOGGLE_COLOR_THEMES = [COLOR_THEME_AUTO, COLOR_THEME_DARK, COLOR_T... FILE: src/js/search.js function init (line 54) | function init(input, searchConfig) { function search (line 80) | function search(input, results, searchConfig) { function createLinks (line 152) | function createLinks(pages, target, showDesc) { function fetchErrors (line 198) | function fetchErrors(response) { function getJson (line 205) | function getJson(src, callback) { function flattenHits (line 222) | function flattenHits(results) { function urlPath (line 243) | function urlPath(rawURL) { function combineURLs (line 258) | function combineURLs(baseURL, relativeURL) { FILE: webpack.config.js method generate (line 87) | generate(seed, files) { FILE: webpack.plugins.js class SRIPlugin (line 10) | class SRIPlugin { method constructor (line 16) | constructor(options = {}) { method apply (line 36) | apply(compiler) { class GitVersionPlugin (line 57) | class GitVersionPlugin { method constructor (line 62) | constructor(options = {}) { method apply (line 80) | apply(compiler) { method version (line 125) | async version() { method getBranchAndHash (line 137) | async getBranchAndHash() {