<% navList.forEach(function(value, index) {%>

<%= value.title%>

<% value.navs.forEach(function(item, j) {%> <%= item.name%> <% })%>
<%})%>
<% contentList.forEach(function(value, index) {%>
<% if (value.type) {%> <%- include('./doc-ejs/' + value.type)%> <%}%>
<%})%>
文档正在马不停蹄的编写当中.....