<%= capFirst(repo_name) %> Rustdocs
-
<%_ deploy_refs.split(/\s+/).forEach(ref => { _%>
- <%- ref -%> <%_ if (latest && latest.trim() !== '' && latest === ref) { _%> (latest) <%_ } _%> <%_ }) _%>
% const capFirst = s => (s && s[0].toUpperCase() + s.slice(1)) || ""; %>