mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 19:16:58 +02:00
parent
02a6083f0b
commit
bfa2954e58
47 changed files with 73 additions and 87 deletions
|
@ -151,7 +151,7 @@ MyPage.description = <span class="hljs-string">'My Custom Description'</span>;
|
|||
<p><strong>Props</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Prop</th><th>Type</th><th>기본설정</th><th>설명</th></tr>
|
||||
<tr><th>속성</th><th>타입</th><th>기본설정</th><th>설명</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><code>padding</code></td><td>Array of <code>'all'</code>, <code>'bottom'</code>, <code>'left'</code>, <code>'right'</code>, <code>'top'</code></td><td><code>[]</code></td><td>Positions of the padding.</td></tr>
|
||||
|
@ -172,7 +172,7 @@ MyPage.description = <span class="hljs-string">'My Custom Description'</span>;
|
|||
<p><strong>Props</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Prop</th><th>Type</th><th>기본설정</th><th>설명</th></tr>
|
||||
<tr><th>속성</th><th>타입</th><th>기본설정</th><th>설명</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><code>align</code></td><td>One of <code>'left'</code>, <code>'center'</code>, <code>'right'</code></td><td><code>'left'</code></td><td>Text alignment of content.</td></tr>
|
||||
|
@ -184,7 +184,7 @@ MyPage.description = <span class="hljs-string">'My Custom Description'</span>;
|
|||
<p><strong>Content Object</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Key</th><th>Type</th><th>기본설정</th><th>설명</th></tr>
|
||||
<tr><th>Key</th><th>타입</th><th>기본설정</th><th>설명</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><code>title</code></td><td>String</td><td>-</td><td>The display title of this section, which is parsed using Markdown</td></tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue