function titleToId()

in sync-api-docs/utils.js [84:86]


function titleToId(title) {
  return title.toLowerCase().replace(/[^a-z]+/g, '-');
}