mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
generate man page from docs
generate man page from docs
This commit is contained in:
parent
50280ba2ab
commit
20d3a1dc98
10
book.json
Normal file
10
book.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"plugins": ["build"],
|
||||||
|
"pluginsConfig": {
|
||||||
|
"build": {
|
||||||
|
"template": "docs/template.ejs",
|
||||||
|
"format": "man",
|
||||||
|
"output": "docs/xlnt.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
3
docs/template.ejs
Normal file
3
docs/template.ejs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<% for(var i = 0; i < summary.length; i++) {%>
|
||||||
|
<%- summary[i].content %>
|
||||||
|
<% } %>
|
1859
docs/xlnt.3
Normal file
1859
docs/xlnt.3
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user