We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f395f1 commit 1685642Copy full SHA for 1685642
src/templates/api/module.ejs
@@ -3,12 +3,6 @@ layout: api
3
---
4
<div class='module'>
5
<h1 class='module-name'><%= mod.name %></h1>
6
- <% if (mod.file) { %>
7
- <a class='defined-in' href='https://github.com/<%= repo %>/blob/<%= version.ref %>/<%= mod.file %>#L<%= mod.line %>'>
8
- <span class='filename'>Defined in: <%= mod.file %></span>
9
- <span class='line'>Line: <%= mod.line %></span>
10
- </a>
11
- <% } %>
12
<% if (mod.description) { %>
13
<div class='module-description'><%- markdown(mod.description) %></div>
14
<% } %>
0 commit comments