mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 16:17:25 +02:00
parent
26809e0a67
commit
010c9037e5
235 changed files with 376 additions and 376 deletions
|
@ -81,7 +81,7 @@
|
|||
}
|
||||
});
|
||||
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://crowdin.com/project/docusaurus/ko" target="_blank" rel="noreferrer noopener">Translate</a><h1 id="__docusaurus" class="postHeaderTitle">Navigation and Sidebars</h1></header><article><div><span><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> 디렉토리에 있는 다른 문서(또는 <a href="https://docusaurus.io/docs/en/site-config.html#optional-fields">옵션에서 <code>customDocsPath</code></a> 값으로 설정한 경로)를 연결하고자 한다면 연결하고자 하는 문서의 이름만 지정해주면 됩니다.</p>
|
||||
<p>If you want to reference another document in your <code>docs</code> directory (or the location you set via the <a href="https://v1.docusaurus.io/docs/en/site-config.html#optional-fields">optional <code>customDocsPath</code></a> path site configuration option), then you just use the name of the document you want to reference.</p>
|
||||
<p>예를 들어 <code>doc2.md</code> 문서에서 <code>doc1.md</code> 문서를 연결하고 싶다면 아래와 같이 처리합니다.</p>
|
||||
<pre><code class="hljs css language-md">[<span class="hljs-string">document</span>](<span class="hljs-link">doc1.md</span>)를 참조합니다.
|
||||
</code></pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue