Deploy website

Deploy website version based on dc31dad1de
This commit is contained in:
Website Deployment Script 2020-09-30 16:36:38 +00:00
parent 02a6083f0b
commit bfa2954e58
47 changed files with 73 additions and 87 deletions

View file

@ -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>