in www/static/js/404.js [55:58]
function isDocsURL(url) { var testPattern = new RegExp(DOCS_VERSION_PATH_PATTERN); return testPattern.test(url); }