Deploy website

Deploy website version based on d513dec521
This commit is contained in:
Website Deployment Script 2020-06-25 16:09:41 +00:00
parent b695034586
commit 540f7da203
28 changed files with 200 additions and 4 deletions

View file

@ -124,6 +124,7 @@
<h2><a class="anchor" aria-hidden="true" id="이전-버전으로-되돌리기"></a><a href="#이전-버전으로-되돌리기" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>이전 버전으로 되돌리기</h2>
<p><code>docs</code> 디렉토리에 있는 파일과 사이드바 파일은 새로운 버전으로 생성된 파일들과는 다를 수 있습니다. 버전 간 차이가 없다면 도큐사우르스에서는 최신 버전의 파일을 사용하게 됩니다.</p>
<p>예를 들어 original id가 <code>doc1</code>인 문서의 버전이 <code>1.0.0</code>이라고 할때 id가 <code>doc1</code>인 같은 콘텐츠인 문서가 <code>docs</code> 디렉토리에 있습니다. <code>2.0.0</code> 버전이 생성되면 <code>doc1</code> 문서는 <code>versioned_docs/version-2.0.0/</code>으로 복사되지 않습니다. <code>docs/2.0.0/doc1.html</code>라는 페이지가 만들어지긴 하지만 사용하는 파일은 <code>1.0.0</code> 버전의 파일을 사용하게 됩니다.</p>
<p>Because of the way this fallback works, pages that you delete are not really deleted from the website unless you tell Docusaurus to skip fallback after a certain version. To do this, use the <a href="/docs/ko/next/site-config#deleteddocs-object"><code>deletedDocs</code></a> option in <code>siteConfig.js</code>.</p>
<h2><a class="anchor" aria-hidden="true" id="기존에-생성한-버전-번호-변경하기"></a><a href="#기존에-생성한-버전-번호-변경하기" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>기존에 생성한 버전 번호 변경하기</h2>
<p>기존에 생성한 버전 번호를 변경하려면 먼저 아래의 스크립트를 <code>package.json</code> 파일에 추가힙니다.</p>
<pre><code class="hljs css language-js">...