Skip to content

Commit

Permalink
Feature/entryjs (#82)
Browse files Browse the repository at this point in the history
* css 설명 보강

* 인공지능 블록

* 반영 (#81)

* css 설명 보강 (#78)

Co-authored-by: kim jeong yong <[email protected]>

* Feature/entryjs (#79)

* css 설명 보강

* 인공지능 블록

---------

Co-authored-by: kim jeong yong <[email protected]>

* Feature/docsearch3 (#80)

* css 설명 보강

* 인공지능 블록

* docsearch v3 migration

---------

Co-authored-by: kim jeong yong <[email protected]>

---------

Co-authored-by: Tnks2U <[email protected]>
Co-authored-by: kim jeong yong <[email protected]>

* 언어 및 static.js 추가로 예제에 포함

---------

Co-authored-by: kim jeong yong <[email protected]>
Co-authored-by: Tnks2U <[email protected]>
  • Loading branch information
3 people authored Apr 29, 2024
1 parent 1511e5b commit 506589d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions source/entryjs/started/2024-03-05-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description:
thumbnail:
author: Entrylabs
date: 2024-03-05
updated: 2024-03-05
updated: 2024-04-29
---

이 문서는 EntryJS를 웹 페이지에 통합하고 실행하는 방법을 단계별로 안내합니다.
Expand Down Expand Up @@ -40,6 +40,9 @@ EntryJS를 사용하기 전에, 아래의 준비 사항을 확인하세요:
<link href="path/to/lib/entry-tool/dist/entry-tool.css" rel="stylesheet" />
<link href="path/to/lib/entry-js/dist/entry.css" rel="stylesheet" />

<!--language-->
<script src="path/to/lib/entry-js/extern/lang/ko.js"></script>

<!-- 의존성 라이브러리들 -->
<script src="path/to/lib/lodash/dist/lodash.min.js"></script>
<script src="path/to/js/ws/locales.js"></script>
Expand Down Expand Up @@ -69,13 +72,14 @@ EntryJS를 사용하기 전에, 아래의 준비 사항을 확인하세요:
<script src="path/to/lib/entry-js/extern/util/bignumber.min.js"></script>
<script src="path/to/lib/components-webfontloader/webfontloader.js"></script>
<script src="path/to/lib/entry-lms/dist/assets/app.js"></script>
<script src="path/to/lib/entry-tool/dist/entry-tool.js"></script>
<script src="path/to/lib/entry-paint/dist/static/js/entry-paint.js"></script>
<script src="path/to/external/sound/sound-editor.js"></script>

<!-- Static JS -->
<script src="path/to/lib/entry-js/extern/util/static.js"></script>

<script src="path/to/lib/entry-tool/dist/entry-tool.js"></script>
<script src="path/to/lib/entry-paint/dist/static/js/entry-paint.js"></script>
<script src="path/to/external/sound/sound-editor.js"></script>

<!-- EntryJS 라이브러리 -->
<script src="path/to/lib/entry-js/dist/entry.min.js"></script>
</head>
Expand Down

0 comments on commit 506589d

Please sign in to comment.