diff --git a/2024/05/23/hello-world/index.html b/2024/06/05/hello-world/index.html similarity index 96% rename from 2024/05/23/hello-world/index.html rename to 2024/06/05/hello-world/index.html index 0ee3ac8f..7a93ef20 100644 --- a/2024/05/23/hello-world/index.html +++ b/2024/06/05/hello-world/index.html @@ -8,7 +8,7 @@ - + @@ -76,16 +76,16 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", - "url": "https://docs.playentry.org/2024/05/23/hello-world/", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", + "url": "https://docs.playentry.org/2024/06/05/hello-world/", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "120", "publisher": "Entrylabs", "mainEntityOfPage": { "@type": "WebPage", - "@id": "https://docs.playentry.org/2024/05/23/hello-world/" + "@id": "https://docs.playentry.org/2024/06/05/hello-world/" } } @@ -151,7 +151,7 @@
const expansionBlocks = []; |
{ |
{ |
엔트리 WS에서 ‘오브젝 추가하기’, ‘모양 추가하기’, ‘소리 추가하기’와 같은 버튼을 클릭하면 각 타입에 맞는 openManager 이벤트가 entryjs에서 발생합니다.
+각 타입에 맞는 Popup 창이 show되도록 이벤트 핸들링을 해주어야 합니다.
+// entryjs 초기화 이후 |
이 문서는 작성중인 문서입니다.
이 문서의 예시코드에서 사용중인 Entry객체 하위 함수에 대해 기술합니다.
이 단원에 작성된 내용은 추후 별도의 페이지로 통합 될 수 있습니다.
숫자와 알파벳으로 구성된 n자리 랜덤 해시값을 리턴합니다.
+파라미터 | +타입 | +선택적 | +기본값 | +설명 | +
---|---|---|---|---|
length | +number | +✔️ | +4 | +리턴할 해시값의 자릿수입니다. | +
Return : String
+엔트리 WS에 오브젝트를 추가합니다.
+파라미터 | +타입 | +선택적 | +기본값 | +설명 | +
---|---|---|---|---|
objectModel | +Object | ++ | + | WS에 추가할 오브젝트 모델정보입니다. | +
index | +number | ++ | + | 삽입될 오브젝트의 인덱스입니다. 일반적으로 0값을 입력합니다. | +
Return : void
+엔트리WS에 모양(picture)을 추가합니다.
+파라미터 | +타입 | +선택적 | +기본값 | +설명 | +
---|---|---|---|---|
picture | +Object | ++ | + | WS에 추가할 모양 정보입니다. | +
isNew | +boolean | +✔️ | +false | +추가할 모양이 신규인지 여부를 나타냅니다. 이 값에따라 picture파라미터의 id값을 재사용할지 판단합니다. |
+
isSelect | +boolean | +✔️ | +true | +이 모양을 포함하는 오브젝트에서 이 모양을 선택하고 있는지 여부를 나타냅니다. 선택된 이미지는 오브젝트의 대표썸네일이 되며, 모양 탭에서 선택된 상태가 됩니다. |
+
Return : void
+엔트리 WS에 소리(sound)를 추가합니다.
+파라미터 | +타입 | +선택적 | +기본값 | +설명 | +
---|---|---|---|---|
sound | +Object | ++ | + | WS에 추가할 소리 정보입니다. | +
NotForView | +boolean | +✔️ | +false | +현재 사용하지 않는 파라미터입니다. | +
isNew | +boolean | +✔️ | +false | +추가할 소리가 신규인지 여부를 나타냅니다. 이 값에따라 sound파라미터의 id값을 재사용할지 판단합니다. |
+
isSelect | +boolean | +✔️ | +true | ++ |
Return : void
+파라미터로 넘겨준 block들의 name값이 Entry.EXPANSION_BLOCK에 포함된 경우, 해당 블럭들을 초기화하고 WS에 노출시킵니다.
+파라미터 | +타입 | +선택적 | +기본값 | +설명 | +
---|---|---|---|---|
expansionBlocks | +Array< Object> | ++ | + | 추가할 블록의 배열입니다. | +
Return : void
+파라미터로 넘겨준 block들의 name값들을 기반으로 Entry.expansionBlocks에서 제거하고 해당 블럭들을 WS에서 미노출시킵니다.
+파라미터 | +타입 | +선택적 | +기본값 | +설명 | +
---|---|---|---|---|
expansionBlocks | +Array< Object> | ++ | + | 제거할 블록을 배열입니다. | +
Return : void
+엔트리 WS에 테이블 정보를 추가합니다.
+파라미터 | +타입 | +선택적 | +기본값 | +설명 | +
---|---|---|---|---|
tables | +Array< Object > | +✔️ | +[ ] | +WS에 추가할 테이블 정보입니다. | +
Return : void
+이 문서는 작성중인 문서입니다.
일부 툴들은 React컴포넌트로 제공됩니다.
diff --git a/entryjs/api/2024-04-24-ml.html b/entryjs/api/2024-04-24-ml.html index f69bf03d..5a3dbf0b 100644 --- a/entryjs/api/2024-04-24-ml.html +++ b/entryjs/api/2024-04-24-ml.html @@ -81,7 +81,7 @@ "dateModified": "2024-05-22", "url": "https://docs.playentry.org/entryjs/api/2024-04-24-ml.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", - "wordCount": "22863", + "wordCount": "22854", "publisher": "Entrylabs", "mainEntityOfPage": { "@type": "WebPage", @@ -472,15 +472,16 @@
-2024.04.30 기준 entrylabs/entry-ml 레포지토리가 추가되어 있지 않습니다. 추후 제공 예정입니다.
-# in package.json |
html에서 script태그를 사용하여 번들js와 css파일을 불러와 사용할 수 있습니다.
-# 설치경로에서 가져오기: node_modules |
2024.06.04 기준 entry-ml 레포지토지토리는 압축된 번들 파일로 제공됩니다.
entry-ml 파일을 제공받는 방법에 대해서는 엔트리 고객센터로 문의 부탁드립니다.
제공받은 압축파일을 해제하면 아래와 같은 구조로 되어 있습니다.
아래의 파일들을 모두 같은 위치의 디렉토리에 두고 사용해야 합니다.
html에서 script태그를 사용하여 번들js와 css파일을 불러와 사용할 수 있습니다.
불러올 js와 css는 entry-ml.js와 entry-ml.css입니다.
# 설치경로에서 가져오기: 직접 추가한 경우 |
Q. Git 에 대해서 잘 모릅니다. 블록 및 하드웨어 코드의 변경내역을 파일로 보내도 되나요?
A. 불가능한 것은 아닙니다만, 직접 코드 변경내역을 전부 확인하고 합치는데 큰 시간이 소요되므로 특수한 경우가 아니면 파일로는 받지 않고 있습니다.
Q. 문의사항은 어디로 보내면 되나요?
-A. 엔트리 전반 및 일반적인 문의는 help@playentry.org 로,
하드웨어 및 오프라인 개발 관련 문의는 dl_entry_hw@nts-corp.com 으로 문의주시면 됩니다.
A. 엔트리 전반 및 일반적인 문의는 help@playentry.org 로,
하드웨어 및 오프라인 개발 관련 문의는 dl_entry_hw@nts-corp.com 으로 문의주시면 됩니다.
Q. 에러가 발생할 때 어떤 문의를 해야하나요?
A. 아예 실행조차 안되신다면 터미널 콘솔을, 실행은 된 후에 발생한 동작오류면 브라우저의 개발자도구 > 콘솔을 포함해서 문의주세요.
일렉트론 프로젝트의 경우 Control+Shift+i (mac 의 경우 Command+Alt+i) 를 입력하시면 개발자도구가 오픈됩니다.
Q. 반영은 언제 이루어지나요?
diff --git a/guide/basic/2023-05-25-common_problem.html b/guide/basic/2023-05-25-common_problem.html index 22bba8fa..1a6ae97e 100644 --- a/guide/basic/2023-05-25-common_problem.html +++ b/guide/basic/2023-05-25-common_problem.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/basic/2023-05-25-common_problem.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "370", diff --git a/guide/basic/pull_request.html b/guide/basic/pull_request.html index fb4a2a68..2dd6c174 100644 --- a/guide/basic/pull_request.html +++ b/guide/basic/pull_request.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/basic/pull_request.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "210", diff --git a/guide/basic/setting_environment.html b/guide/basic/setting_environment.html index 9b708e95..a9f829f8 100644 --- a/guide/basic/setting_environment.html +++ b/guide/basic/setting_environment.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/basic/setting_environment.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "671", diff --git a/guide/entry-hw/2016-05-01-getting_started.html b/guide/entry-hw/2016-05-01-getting_started.html index aa93d02f..fd3ea47b 100644 --- a/guide/entry-hw/2016-05-01-getting_started.html +++ b/guide/entry-hw/2016-05-01-getting_started.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-hw/2016-05-01-getting_started.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "252", diff --git a/guide/entry-hw/2016-05-03-add_module.html b/guide/entry-hw/2016-05-03-add_module.html index 24815361..fe4bf94c 100644 --- a/guide/entry-hw/2016-05-03-add_module.html +++ b/guide/entry-hw/2016-05-03-add_module.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-hw/2016-05-03-add_module.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "2169", diff --git a/guide/entry-hw/2017-05-16-enroll_entry-hw.html b/guide/entry-hw/2017-05-16-enroll_entry-hw.html index 88efc7e1..f7a25337 100644 --- a/guide/entry-hw/2017-05-16-enroll_entry-hw.html +++ b/guide/entry-hw/2017-05-16-enroll_entry-hw.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-hw/2017-05-16-enroll_entry-hw.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "2574", diff --git a/guide/entry-hw/add_bluetooth_hardware.html b/guide/entry-hw/add_bluetooth_hardware.html index b0b56492..1483c203 100644 --- a/guide/entry-hw/add_bluetooth_hardware.html +++ b/guide/entry-hw/add_bluetooth_hardware.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-hw/add_bluetooth_hardware.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "158", diff --git a/guide/entry-hw/cli_test_hardware.html b/guide/entry-hw/cli_test_hardware.html index 1d55473d..2ee1763a 100644 --- a/guide/entry-hw/cli_test_hardware.html +++ b/guide/entry-hw/cli_test_hardware.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-hw/cli_test_hardware.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "159", diff --git a/guide/entry-offline/2017-12-20-getting_started.html b/guide/entry-offline/2017-12-20-getting_started.html index 07028355..6e438386 100644 --- a/guide/entry-offline/2017-12-20-getting_started.html +++ b/guide/entry-offline/2017-12-20-getting_started.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-offline/2017-12-20-getting_started.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "364", diff --git a/guide/entry-offline/2017-12-21-project_structure.html b/guide/entry-offline/2017-12-21-project_structure.html index 9146cd93..b0dfbe47 100644 --- a/guide/entry-offline/2017-12-21-project_structure.html +++ b/guide/entry-offline/2017-12-21-project_structure.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-offline/2017-12-21-project_structure.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "505", diff --git a/guide/entry-offline/2017-12-27-develop.html b/guide/entry-offline/2017-12-27-develop.html index a684e701..484f1646 100644 --- a/guide/entry-offline/2017-12-27-develop.html +++ b/guide/entry-offline/2017-12-27-develop.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-offline/2017-12-27-develop.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "364", diff --git a/guide/entry-offline/2017-12-28-translate.html b/guide/entry-offline/2017-12-28-translate.html index 18ae902a..638ae330 100644 --- a/guide/entry-offline/2017-12-28-translate.html +++ b/guide/entry-offline/2017-12-28-translate.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-offline/2017-12-28-translate.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "76", diff --git a/guide/entry-offline/2018-01-09-build.html b/guide/entry-offline/2018-01-09-build.html index 46b96730..4302ebc9 100644 --- a/guide/entry-offline/2018-01-09-build.html +++ b/guide/entry-offline/2018-01-09-build.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-offline/2018-01-09-build.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "273", diff --git a/guide/entry-offline/2018-01-10-add_objects.html b/guide/entry-offline/2018-01-10-add_objects.html index 609b036b..fa9211f9 100644 --- a/guide/entry-offline/2018-01-10-add_objects.html +++ b/guide/entry-offline/2018-01-10-add_objects.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-offline/2018-01-10-add_objects.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "735", diff --git a/guide/entry-offline/2018-10-30-custom_project.html b/guide/entry-offline/2018-10-30-custom_project.html index efdf7a7c..bb64d70a 100644 --- a/guide/entry-offline/2018-10-30-custom_project.html +++ b/guide/entry-offline/2018-10-30-custom_project.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entry-offline/2018-10-30-custom_project.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "405", diff --git a/guide/entryjs/2016-05-22-add_new_blocks.html b/guide/entryjs/2016-05-22-add_new_blocks.html index c118f3bd..6ee3a48b 100644 --- a/guide/entryjs/2016-05-22-add_new_blocks.html +++ b/guide/entryjs/2016-05-22-add_new_blocks.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entryjs/2016-05-22-add_new_blocks.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "923", diff --git a/guide/entryjs/2016-05-26-add_new_blocks2.html b/guide/entryjs/2016-05-26-add_new_blocks2.html index 355f600b..8748ad61 100644 --- a/guide/entryjs/2016-05-26-add_new_blocks2.html +++ b/guide/entryjs/2016-05-26-add_new_blocks2.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entryjs/2016-05-26-add_new_blocks2.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "298", diff --git a/guide/entryjs/2016-05-26-add_new_blocks3.html b/guide/entryjs/2016-05-26-add_new_blocks3.html index e53bc2f5..c31b1dd0 100644 --- a/guide/entryjs/2016-05-26-add_new_blocks3.html +++ b/guide/entryjs/2016-05-26-add_new_blocks3.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entryjs/2016-05-26-add_new_blocks3.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "5711", diff --git a/guide/entryjs/2016-07-08-add_new_blocks4.html b/guide/entryjs/2016-07-08-add_new_blocks4.html index 3b924f1d..9df3ce61 100644 --- a/guide/entryjs/2016-07-08-add_new_blocks4.html +++ b/guide/entryjs/2016-07-08-add_new_blocks4.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entryjs/2016-07-08-add_new_blocks4.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "2032", diff --git a/guide/entryjs/2018-03-09-getting_started.html b/guide/entryjs/2018-03-09-getting_started.html index fc36abd5..73fecb49 100644 --- a/guide/entryjs/2018-03-09-getting_started.html +++ b/guide/entryjs/2018-03-09-getting_started.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entryjs/2018-03-09-getting_started.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "281", diff --git a/guide/entryjs/2018-03-09-translate.html b/guide/entryjs/2018-03-09-translate.html index 86e4ba57..cac26af3 100644 --- a/guide/entryjs/2018-03-09-translate.html +++ b/guide/entryjs/2018-03-09-translate.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entryjs/2018-03-09-translate.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "322", diff --git a/guide/entryjs/2018-03-14-add_hardware.html b/guide/entryjs/2018-03-14-add_hardware.html index 7d98392c..04d9a1ff 100644 --- a/guide/entryjs/2018-03-14-add_hardware.html +++ b/guide/entryjs/2018-03-14-add_hardware.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entryjs/2018-03-14-add_hardware.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "154", diff --git a/guide/entryjs/2018-03-23-test_project.html b/guide/entryjs/2018-03-23-test_project.html index edec7124..f491c688 100644 --- a/guide/entryjs/2018-03-23-test_project.html +++ b/guide/entryjs/2018-03-23-test_project.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/entryjs/2018-03-23-test_project.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "102", diff --git a/guide/etc/2016-05-03-git_fork.html b/guide/etc/2016-05-03-git_fork.html index c9dc880e..f3b7cd04 100644 --- a/guide/etc/2016-05-03-git_fork.html +++ b/guide/etc/2016-05-03-git_fork.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/etc/2016-05-03-git_fork.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "93", diff --git a/guide/etc/2019-12-11-updates.html b/guide/etc/2019-12-11-updates.html index 0d2563ee..b240440a 100644 --- a/guide/etc/2019-12-11-updates.html +++ b/guide/etc/2019-12-11-updates.html @@ -78,7 +78,7 @@ "datePublished": "2019-12-11", "dateCreated": "2019-12-11", - "dateModified": "2024-05-23", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/etc/2019-12-11-updates.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "204", diff --git a/guide/etc/2020-06-24-doc_contribution.html b/guide/etc/2020-06-24-doc_contribution.html index f669ea5a..3335ca98 100644 --- a/guide/etc/2020-06-24-doc_contribution.html +++ b/guide/etc/2020-06-24-doc_contribution.html @@ -76,9 +76,9 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", - "dateModified": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/etc/2020-06-24-doc_contribution.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "341", diff --git a/guide/quick_start/2018-07-30-tutorial.html b/guide/quick_start/2018-07-30-tutorial.html index 5ef993f7..4bc2308c 100644 --- a/guide/quick_start/2018-07-30-tutorial.html +++ b/guide/quick_start/2018-07-30-tutorial.html @@ -78,7 +78,7 @@ "datePublished": "2018-07-30", "dateCreated": "2018-07-30", - "dateModified": "2024-05-23", + "dateModified": "2024-06-05", "url": "https://docs.playentry.org/guide/quick_start/2018-07-30-tutorial.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", "wordCount": "6381", diff --git a/index.html b/index.html index b7736c33..71015855 100644 --- a/index.html +++ b/index.html @@ -76,8 +76,8 @@ "image": "https://docs.playentry.org/images/logo.png", - "datePublished": "2024-05-23", - "dateCreated": "2024-05-23", + "datePublished": "2024-06-05", + "dateCreated": "2024-06-05", "url": "https://docs.playentry.org/index.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", diff --git a/sitemap.xml b/sitemap.xml index b65f30cf..4bf10c0b 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@