Deploy website

Deploy website version based on 9b93416e53
This commit is contained in:
Website Deployment Script 2020-02-02 20:51:35 +00:00
parent 0f3999aa29
commit 304f9235d0
14 changed files with 16 additions and 16 deletions

View file

@ -89,7 +89,7 @@
<ol>
<li><p>먼저 <a href="https://nodejs.org/en/download/">Node</a> 최신 버전이 설치되어 있어야 합니다. 그리고 <a href="https://yarnpkg.com/en/docs/install">Yarn</a>을 미리 설치해놓는 것을 권장합니다.</p>
<blockquote>
<p>Node 버전은 8.x 이상, Yarn 버전은 1.5 이상을 권장합니다.</p>
<p>You have to be on Node &gt;= 10.9.0 and Yarn &gt;= 1.5.</p>
</blockquote></li>
<li><p>Create a project, if none exists, and change your directory to this project's root.</p>
<p>이 디렉토리에 문서를 만들겁니다. The root directory may contain other files. The Docusaurus installation script will create two new directories: <code>docs</code> and <code>website</code>.</p>