Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2018-02-21 22:12:29 +00:00
parent 426a0cd80d
commit a487d7cab2
293 changed files with 1879 additions and 1879 deletions

View File

@ -100,7 +100,7 @@
<p>This command will run the demo selector app in the <code>demo</code> folder. It will prompt you to select a demo number, which will run a demo from that folder.</p>
<h2 id="guide">Guide</h2>
<p>Please refer to <a href="https://github.com/dolanmiu/docx/wiki">the Wiki</a> for details on how to use this library, examples and much more!</p>
<p>Full documentation can be found here: <a href="http://dolanmiu.github.io/docx">http://dolanmiu.github.io/docx</a></p>
<p>Full documentation can be found here: <a href="http://dolanmiu.github.io/docx/index.html">http://dolanmiu.github.io/docx/index.html</a></p>
<h2 id="simple-usage">Simple Usage</h2>
<pre><code class="lang-js"><span class="hljs-comment">// Used to create docx files</span>
<span class="hljs-keyword">var</span> docx = <span class="hljs-built_in">require</span>(<span class="hljs-string">"docx"</span>);