Skip to content

Commit 25293bd

Browse files
committed
export html
1 parent d5d2fa3 commit 25293bd

14 files changed

+350
-133
lines changed

component/experience/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { Badge, Col, Row } from 'reactstrap';
22
import { DateTime, Duration } from 'luxon';
33

4+
import { PropsWithChildren } from 'react';
45
import { EmptyRowCol } from '../common';
56
import ExperienceRow from './row';
67
import { IExperience } from './IExperience';
78
import { PreProcessingComponent } from '../common/PreProcessingComponent';
8-
import { PropsWithChildren } from 'react';
99
import { Style } from '../common/Style';
1010
import Util from '../common/Util';
1111

component/experience/row.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Badge, Col, Row } from 'reactstrap';
22

33
import { DateTime } from 'luxon';
4-
import { IExperience } from './IExperience';
54
import { PropsWithChildren } from 'react';
5+
import { IExperience } from './IExperience';
66
import { Style } from '../common/Style';
77
import Util from '../common/Util';
88

docs/404.html

+1-1
Large diffs are not rendered by default.

docs/_next/static/Ys3e6usyMRWnV65Nbo1fX/_buildManifest.js docs/_next/static/_4n7YdBhRscbrnY2JZhyB/_buildManifest.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_next/static/chunks/pages/index-a77276592d81da1a499c.js

-1
This file was deleted.

docs/_next/static/chunks/pages/index-ec4bc291a9891ecb8c26.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+1-1
Large diffs are not rendered by default.

docs/typedoc/assets/js/search.json

+1-1
Large diffs are not rendered by default.

docs/typedoc/index.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ <h2>Contributors</h2>
9797
<h2>Requirements</h2>
9898
</a>
9999
<ul>
100-
<li>Node.js &lt; 18<ul>
101-
<li>현재 Node.js 18 이상 버전에서 <code>npm run dev</code> 실행 시 <code>ERR_OSSL_EVP_UNSUPPORTED</code> 이슈가 있습니다.</li>
102-
<li><code>.nvmrc</code> 에 기재된 Node.js 버전 사용을 권고합니다.</li>
100+
<li>Node.js &gt; 18<ul>
101+
<li>Node.js 18 버전 이상부터 발생하는 <code>ERR_OSSL_EVP_UNSUPPORTED</code> 이슈를 회피하기 위해 <code>NODE_OPTIONS=--openssl-legacy-provider</code> 옵션이 적용되어 있습니다.</li>
102+
<li>가급적 Node.js 버전 18 이상에서 테스트하기를 권장하며 가급적 <code>.nvmrc</code> 에 기재된 Node.js 버전 사용을 권고합니다.</li>
103103
</ul>
104104
</li>
105105
</ul>
@@ -293,6 +293,10 @@ <h2>Question?</h2>
293293
<li>데이터나 <code>_global</code> payload 로 핸들링하는 방법을 고민 중입니다.</li>
294294
</ul>
295295
</li>
296+
<li>index.html 에서 이미지, CSS가 404 발생하는 경우<ul>
297+
<li><a href="https://github.com/uyu423/resume-nextjs/issues/37">https://github.com/uyu423/resume-nextjs/issues/37</a> 참고</li>
298+
</ul>
299+
</li>
296300
</ul>
297301
</div>
298302
</div>

docs/typedoc/interfaces/iexperience.item.html

+10-123
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ <h2>Index</h2>
8282
<section class="tsd-index-section ">
8383
<h3>Properties</h3>
8484
<ul class="tsd-index-list">
85-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#descriptions" class="tsd-kind-icon">descriptions</a></li>
86-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#endedat" class="tsd-kind-icon">ended<wbr>At</a></li>
87-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#position" class="tsd-kind-icon">position</a></li>
88-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#skillkeywords" class="tsd-kind-icon">skill<wbr>Keywords</a></li>
89-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#startedat" class="tsd-kind-icon">started<wbr>At</a></li>
85+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#positions" class="tsd-kind-icon">positions</a></li>
9086
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#title" class="tsd-kind-icon">title</a></li>
9187
</ul>
9288
</section>
@@ -96,120 +92,20 @@ <h3>Properties</h3>
9692
<section class="tsd-panel-group tsd-member-group ">
9793
<h2>Properties</h2>
9894
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
99-
<a name="descriptions" class="tsd-anchor"></a>
100-
<h3>descriptions</h3>
101-
<div class="tsd-signature tsd-kind-icon">descriptions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
102-
<aside class="tsd-sources">
103-
<ul>
104-
<li>Defined in experience/IExperience.ts:49</li>
105-
</ul>
106-
</aside>
107-
<div class="tsd-comment tsd-typography">
108-
<div class="lead">
109-
<a href="#직장경험-설명" id="직장경험-설명" style="color: inherit; text-decoration: none;">
110-
<h3>(직장)경험 설명</h3>
111-
</a>
112-
</div>
113-
<dl class="tsd-comment-tags">
114-
<dt>description</dt>
115-
<dd><p>하나의 <code>string</code> 요소가 <code>&lt;ul&gt;</code> 태그 안의 <code>&lt;li&gt;</code> 가 된다.</p>
116-
</dd>
117-
<dt>todo</dt>
118-
<dd><p><code>IRow.Description[]</code> 으로 변경</p>
119-
</dd>
120-
</dl>
121-
</div>
122-
</section>
123-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
124-
<a name="endedat" class="tsd-anchor"></a>
125-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ended<wbr>At</h3>
126-
<div class="tsd-signature tsd-kind-icon">ended<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
127-
<aside class="tsd-sources">
128-
<ul>
129-
<li>Defined in experience/IExperience.ts:41</li>
130-
</ul>
131-
</aside>
132-
<div class="tsd-comment tsd-typography">
133-
<div class="lead">
134-
<a href="#직장경험-종료-일" id="직장경험-종료-일" style="color: inherit; text-decoration: none;">
135-
<h3>(직장)경험 종료 일</h3>
136-
</a>
137-
</div>
138-
<dl class="tsd-comment-tags">
139-
<dt>format</dt>
140-
<dd><p>YYYY-MM</p>
141-
</dd>
142-
<dt>example</dt>
143-
<dd><p>&quot;2021-02&quot;</p>
144-
</dd>
145-
<dt>description</dt>
146-
<dd><p>해당 값이 undefined 일 경우 <strong>&quot;재직 중&quot;</strong> 뱃지가 추가로 나타난다.</p>
147-
</dd>
148-
</dl>
149-
</div>
150-
</section>
151-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
152-
<a name="position" class="tsd-anchor"></a>
153-
<h3>position</h3>
154-
<div class="tsd-signature tsd-kind-icon">position<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
95+
<a name="positions" class="tsd-anchor"></a>
96+
<h3>positions</h3>
97+
<div class="tsd-signature tsd-kind-icon">positions<span class="tsd-signature-symbol">:</span> <a href="iexperience.position.html" class="tsd-signature-type">Position</a><span class="tsd-signature-symbol">[]</span></div>
15598
<aside class="tsd-sources">
15699
<ul>
157100
<li>Defined in experience/IExperience.ts:23</li>
158101
</ul>
159102
</aside>
160103
<div class="tsd-comment tsd-typography">
161104
<div class="lead">
162-
<a href="#직장역할-명-or-subtitle" id="직장역할-명-or-subtitle" style="color: inherit; text-decoration: none;">
163-
<h3>(직장)역할 명 (or Subtitle)</h3>
164-
</a>
165-
</div>
166-
</div>
167-
</section>
168-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
169-
<a name="skillkeywords" class="tsd-anchor"></a>
170-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> skill<wbr>Keywords</h3>
171-
<div class="tsd-signature tsd-kind-icon">skill<wbr>Keywords<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
172-
<aside class="tsd-sources">
173-
<ul>
174-
<li>Defined in experience/IExperience.ts:56</li>
175-
</ul>
176-
</aside>
177-
<div class="tsd-comment tsd-typography">
178-
<div class="lead">
179-
<a href="#직장경험의-키워드" id="직장경험의-키워드" style="color: inherit; text-decoration: none;">
180-
<h3>(직장)경험의 키워드</h3>
105+
<a href="#직장수행한-직위직책-포지션-정보" id="직장수행한-직위직책-포지션-정보" style="color: inherit; text-decoration: none;">
106+
<h3>(직장)수행한 직위/직책 포지션 정보</h3>
181107
</a>
182108
</div>
183-
<dl class="tsd-comment-tags">
184-
<dt>description</dt>
185-
<dd><p>undefined 가 아닐 경우 해당 경험 하단에 <strong>Skill Keywords</strong> 목록이 추가된다.</p>
186-
</dd>
187-
</dl>
188-
</div>
189-
</section>
190-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
191-
<a name="startedat" class="tsd-anchor"></a>
192-
<h3>started<wbr>At</h3>
193-
<div class="tsd-signature tsd-kind-icon">started<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
194-
<aside class="tsd-sources">
195-
<ul>
196-
<li>Defined in experience/IExperience.ts:32</li>
197-
</ul>
198-
</aside>
199-
<div class="tsd-comment tsd-typography">
200-
<div class="lead">
201-
<a href="#직장경험-시작-일" id="직장경험-시작-일" style="color: inherit; text-decoration: none;">
202-
<h3>(직장)경험 시작 일</h3>
203-
</a>
204-
</div>
205-
<dl class="tsd-comment-tags">
206-
<dt>format</dt>
207-
<dd><p>YYYY-MM</p>
208-
</dd>
209-
<dt>example</dt>
210-
<dd><p>&quot;2018-02&quot;</p>
211-
</dd>
212-
</dl>
213109
</div>
214110
</section>
215111
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
@@ -289,19 +185,7 @@ <h3>(직장)경험 명</h3>
289185
<a href="iexperience.item.html" class="tsd-kind-icon">Item</a>
290186
<ul>
291187
<li class=" tsd-kind-property tsd-parent-kind-interface">
292-
<a href="iexperience.item.html#descriptions" class="tsd-kind-icon">descriptions</a>
293-
</li>
294-
<li class=" tsd-kind-property tsd-parent-kind-interface">
295-
<a href="iexperience.item.html#endedat" class="tsd-kind-icon">ended<wbr>At</a>
296-
</li>
297-
<li class=" tsd-kind-property tsd-parent-kind-interface">
298-
<a href="iexperience.item.html#position" class="tsd-kind-icon">position</a>
299-
</li>
300-
<li class=" tsd-kind-property tsd-parent-kind-interface">
301-
<a href="iexperience.item.html#skillkeywords" class="tsd-kind-icon">skill<wbr>Keywords</a>
302-
</li>
303-
<li class=" tsd-kind-property tsd-parent-kind-interface">
304-
<a href="iexperience.item.html#startedat" class="tsd-kind-icon">started<wbr>At</a>
188+
<a href="iexperience.item.html#positions" class="tsd-kind-icon">positions</a>
305189
</li>
306190
<li class=" tsd-kind-property tsd-parent-kind-interface">
307191
<a href="iexperience.item.html#title" class="tsd-kind-icon">title</a>
@@ -313,6 +197,9 @@ <h3>(직장)경험 명</h3>
313197
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
314198
<a href="iexperience.payload.html" class="tsd-kind-icon">Payload</a>
315199
</li>
200+
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
201+
<a href="iexperience.position.html" class="tsd-kind-icon">Position</a>
202+
</li>
316203
</ul>
317204
</nav>
318205
</div>

docs/typedoc/interfaces/iexperience.payload.html

+3
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ <h3>Experience 데이터 목록</h3>
242242
</li>
243243
</ul>
244244
<ul class="after-current">
245+
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
246+
<a href="iexperience.position.html" class="tsd-kind-icon">Position</a>
247+
</li>
245248
</ul>
246249
</nav>
247250
</div>

0 commit comments

Comments
 (0)