const host = function()

in mkdocs.js [8:10]


const host = function (url) {
  return URL.parse(url).host.replace(/^www\./, '')
}