Skip to content

Commit 8042b89

Browse files
committed
feat: remove id and table from schema header
1 parent cdf8538 commit 8042b89

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

templates/md/header.ejs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,14 @@
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0
66
*/ %>
7-
# <%=schema.title %> Schema
8-
9-
10-
```
11-
<%= schema.$id %>
12-
```
13-
7+
# <%=schema.title %>
148

159
<% if (schema.description!==undefined) { %>
1610
<%- schema.description.replace(/\n/g, '\n\n') %>
1711
<% } %>
1812

1913

20-
<%= table %>
14+
<%= /** table */ %>
2115
<% if (dependencies.length > 0) { %>
2216
2317
## Schema Hierarchy

0 commit comments

Comments
 (0)