Deploy website

Deploy website version based on be149e182f
This commit is contained in:
Website Deployment Script 2019-05-17 03:04:53 +00:00
parent a8557f46ca
commit 8f1a6fbd6c
212 changed files with 552 additions and 502 deletions

View file

@ -114,7 +114,9 @@ v8.15.1
<ol start="5">
<li>Clone your repository to your local machine:</li>
</ol>
<pre><code class="hljs css language-sh">git <span class="hljs-built_in">clone</span> git@github.com:USERNAME/docusaurus-tutorial.git
<pre><code class="hljs css language-sh">git <span class="hljs-built_in">clone</span> git@github.com:USERNAME/docusaurus-tutorial.git <span class="hljs-comment"># SSH</span>
<span class="hljs-comment"># or</span>
git <span class="hljs-built_in">clone</span> https://github.com/USERNAME/docusaurus-tutorial.git <span class="hljs-comment"># HTTPS</span>
</code></pre>
<ol start="6">
<li><code>cd</code> into the repository which you just created.</li>