Skip to content

Commit

Permalink
export html
Browse files Browse the repository at this point in the history
  • Loading branch information
uyu423 committed Nov 11, 2024
1 parent d5d2fa3 commit 25293bd
Show file tree
Hide file tree
Showing 14 changed files with 350 additions and 133 deletions.
2 changes: 1 addition & 1 deletion component/experience/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Badge, Col, Row } from 'reactstrap';
import { DateTime, Duration } from 'luxon';

import { PropsWithChildren } from 'react';
import { EmptyRowCol } from '../common';
import ExperienceRow from './row';
import { IExperience } from './IExperience';
import { PreProcessingComponent } from '../common/PreProcessingComponent';
import { PropsWithChildren } from 'react';
import { Style } from '../common/Style';
import Util from '../common/Util';

Expand Down
2 changes: 1 addition & 1 deletion component/experience/row.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Badge, Col, Row } from 'reactstrap';

import { DateTime } from 'luxon';
import { IExperience } from './IExperience';
import { PropsWithChildren } from 'react';
import { IExperience } from './IExperience';
import { Style } from '../common/Style';
import Util from '../common/Util';

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/typedoc/assets/js/search.json

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions docs/typedoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ <h2>Contributors</h2>
<h2>Requirements</h2>
</a>
<ul>
<li>Node.js &lt; 18<ul>
<li>현재 Node.js 18 이상 버전에서 <code>npm run dev</code> 실행 시 <code>ERR_OSSL_EVP_UNSUPPORTED</code> 이슈가 있습니다.</li>
<li><code>.nvmrc</code> 에 기재된 Node.js 버전 사용을 권고합니다.</li>
<li>Node.js &gt; 18<ul>
<li>Node.js 18 버전 이상부터 발생하는 <code>ERR_OSSL_EVP_UNSUPPORTED</code> 이슈를 회피하기 위해 <code>NODE_OPTIONS=--openssl-legacy-provider</code> 옵션이 적용되어 있습니다.</li>
<li>가급적 Node.js 버전 18 이상에서 테스트하기를 권장하며 가급적 <code>.nvmrc</code> 에 기재된 Node.js 버전 사용을 권고합니다.</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -293,6 +293,10 @@ <h2>Question?</h2>
<li>데이터나 <code>_global</code> payload 로 핸들링하는 방법을 고민 중입니다.</li>
</ul>
</li>
<li>index.html 에서 이미지, CSS가 404 발생하는 경우<ul>
<li><a href="https://github.com/uyu423/resume-nextjs/issues/37">https://github.com/uyu423/resume-nextjs/issues/37</a> 참고</li>
</ul>
</li>
</ul>
</div>
</div>
Expand Down
133 changes: 10 additions & 123 deletions docs/typedoc/interfaces/iexperience.item.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ <h2>Index</h2>
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#descriptions" class="tsd-kind-icon">descriptions</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#endedat" class="tsd-kind-icon">ended<wbr>At</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#position" class="tsd-kind-icon">position</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#skillkeywords" class="tsd-kind-icon">skill<wbr>Keywords</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#startedat" class="tsd-kind-icon">started<wbr>At</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#positions" class="tsd-kind-icon">positions</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iexperience.item.html#title" class="tsd-kind-icon">title</a></li>
</ul>
</section>
Expand All @@ -96,120 +92,20 @@ <h3>Properties</h3>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="descriptions" class="tsd-anchor"></a>
<h3>descriptions</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in experience/IExperience.ts:49</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<a href="#직장경험-설명" id="직장경험-설명" style="color: inherit; text-decoration: none;">
<h3>(직장)경험 설명</h3>
</a>
</div>
<dl class="tsd-comment-tags">
<dt>description</dt>
<dd><p>하나의 <code>string</code> 요소가 <code>&lt;ul&gt;</code> 태그 안의 <code>&lt;li&gt;</code> 가 된다.</p>
</dd>
<dt>todo</dt>
<dd><p><code>IRow.Description[]</code> 으로 변경</p>
</dd>
</dl>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="endedat" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ended<wbr>At</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in experience/IExperience.ts:41</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<a href="#직장경험-종료-일" id="직장경험-종료-일" style="color: inherit; text-decoration: none;">
<h3>(직장)경험 종료 일</h3>
</a>
</div>
<dl class="tsd-comment-tags">
<dt>format</dt>
<dd><p>YYYY-MM</p>
</dd>
<dt>example</dt>
<dd><p>&quot;2021-02&quot;</p>
</dd>
<dt>description</dt>
<dd><p>해당 값이 undefined 일 경우 <strong>&quot;재직 중&quot;</strong> 뱃지가 추가로 나타난다.</p>
</dd>
</dl>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="position" class="tsd-anchor"></a>
<h3>position</h3>
<div class="tsd-signature tsd-kind-icon">position<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<a name="positions" class="tsd-anchor"></a>
<h3>positions</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in experience/IExperience.ts:23</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<a href="#직장역할-명-or-subtitle" id="직장역할-명-or-subtitle" style="color: inherit; text-decoration: none;">
<h3>(직장)역할 명 (or Subtitle)</h3>
</a>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="skillkeywords" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> skill<wbr>Keywords</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in experience/IExperience.ts:56</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<a href="#직장경험의-키워드" id="직장경험의-키워드" style="color: inherit; text-decoration: none;">
<h3>(직장)경험의 키워드</h3>
<a href="#직장수행한-직위직책-포지션-정보" id="직장수행한-직위직책-포지션-정보" style="color: inherit; text-decoration: none;">
<h3>(직장)수행한 직위/직책 포지션 정보</h3>
</a>
</div>
<dl class="tsd-comment-tags">
<dt>description</dt>
<dd><p>undefined 가 아닐 경우 해당 경험 하단에 <strong>Skill Keywords</strong> 목록이 추가된다.</p>
</dd>
</dl>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="startedat" class="tsd-anchor"></a>
<h3>started<wbr>At</h3>
<div class="tsd-signature tsd-kind-icon">started<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in experience/IExperience.ts:32</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<a href="#직장경험-시작-일" id="직장경험-시작-일" style="color: inherit; text-decoration: none;">
<h3>(직장)경험 시작 일</h3>
</a>
</div>
<dl class="tsd-comment-tags">
<dt>format</dt>
<dd><p>YYYY-MM</p>
</dd>
<dt>example</dt>
<dd><p>&quot;2018-02&quot;</p>
</dd>
</dl>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
Expand Down Expand Up @@ -289,19 +185,7 @@ <h3>(직장)경험 명</h3>
<a href="iexperience.item.html" class="tsd-kind-icon">Item</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iexperience.item.html#descriptions" class="tsd-kind-icon">descriptions</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iexperience.item.html#endedat" class="tsd-kind-icon">ended<wbr>At</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iexperience.item.html#position" class="tsd-kind-icon">position</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iexperience.item.html#skillkeywords" class="tsd-kind-icon">skill<wbr>Keywords</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iexperience.item.html#startedat" class="tsd-kind-icon">started<wbr>At</a>
<a href="iexperience.item.html#positions" class="tsd-kind-icon">positions</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iexperience.item.html#title" class="tsd-kind-icon">title</a>
Expand All @@ -313,6 +197,9 @@ <h3>(직장)경험 명</h3>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="iexperience.payload.html" class="tsd-kind-icon">Payload</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="iexperience.position.html" class="tsd-kind-icon">Position</a>
</li>
</ul>
</nav>
</div>
Expand Down
3 changes: 3 additions & 0 deletions docs/typedoc/interfaces/iexperience.payload.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ <h3>Experience 데이터 목록</h3>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="iexperience.position.html" class="tsd-kind-icon">Position</a>
</li>
</ul>
</nav>
</div>
Expand Down
Loading

0 comments on commit 25293bd

Please sign in to comment.