diff --git a/entryjs/api/2024-02-29-api.html b/entryjs/api/2024-02-29-api.html
index 2981c4f7..0a57c886 100644
--- a/entryjs/api/2024-02-29-api.html
+++ b/entryjs/api/2024-02-29-api.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/api/2024-02-29-data.html b/entryjs/api/2024-02-29-data.html
index f63d2ecf..634d6ea7 100644
--- a/entryjs/api/2024-02-29-data.html
+++ b/entryjs/api/2024-02-29-data.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/api/2024-02-29-event.html b/entryjs/api/2024-02-29-event.html
index 75506b81..ea4ed8ec 100644
--- a/entryjs/api/2024-02-29-event.html
+++ b/entryjs/api/2024-02-29-event.html
@@ -81,7 +81,7 @@
"dateModified": "2024-03-18",
"url": "https://docs.playentry.org/entryjs/api/2024-02-29-event.html",
"description": "Entry Docs - 엔트리 개발 가이드&위키",
- "wordCount": "715",
+ "wordCount": "716",
"publisher": "Entrylabs",
"mainEntityOfPage": {
"@type": "WebPage",
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
@@ -800,7 +800,7 @@ openHardWareDownloadModal하드웨어 다운로드 팝업 오픈시 발생합니다.
-openHardwareLiteBlockManager 하드웨어 브라우저로 연결하기
버튼 클릭시 발생합니다.
+openHardwareLiteBlockManager 하드웨어 브라우저로 연결하기
버튼 클릭시 발생합니다.example
인공지능 이벤트 openAIUtilizeBlockManager 인공지능 블록 불러오기
버튼 클릭시 발생합니다.
openAIUtilizeTrainManager 인공지능 모델 학습하기
버튼 클릭시 발생합니다.
showVideoLoadingScreen 인공지능에서 비디오가 노출될 때 발생합니다.
diff --git a/entryjs/api/2024-02-29-popup.html b/entryjs/api/2024-02-29-popup.html
index 429c9b1a..965830dd 100644
--- a/entryjs/api/2024-02-29-popup.html
+++ b/entryjs/api/2024-02-29-popup.html
@@ -81,7 +81,7 @@
"dateModified": "2024-04-08",
"url": "https://docs.playentry.org/entryjs/api/2024-02-29-popup.html",
"description": "Entry Docs - 엔트리 개발 가이드&위키",
- "wordCount": "8399",
+ "wordCount": "8400",
"publisher": "Entrylabs",
"mainEntityOfPage": {
"@type": "WebPage",
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
@@ -1454,7 +1454,7 @@ openManager 이벤트 엔트리 WS에서 ‘오브젝 추가하기’, ‘모양 추가하기’, ‘소리 추가하기’와 같은 버튼을 클릭하면 각 타입에 맞는 openManager 이벤트가 entryjs에서 발생합니다.
각 타입에 맞는 Popup 창이 show되도록 이벤트 핸들링을 해주어야 합니다.
-import { Popup } from '@entrylabs/tool' ;const popup = new Popup ({...});const addEventListener = Entry .addEventListener .bind (Entry );const removeAllEventListener = Entry .removeAllEventListener .bind (Entry );removeAllEventListener ('openSpriteManager' );addEventListener ('openSpriteManager' , () => { this .popup .show ('sprite' ); }); removeAllEventListener ('openPictureManager' );addEventListener ('openPictureManager' , () => { this .popup .show ('picture' ); }); removeAllEventListener ('openSoundManager' );addEventListener ('openSoundManager' , () => { this .popup .show ('sound' ); }); removeAllEventListener ('openAIUtilizeBlockManager' );addEventListener ('openAIUtilizeBlockManager' , () => { const blocks = this .popup .aiUtilizeBlocks ; this .popup .show ('aiUtilize' , blocks); }); removeAllEventListener ('openExpansionBlockManager' );addEventListener ('openExpansionBlockManager' , () => { const blocks = this .popup .expansionBlocks ; this .popup .show ('expansion' , blocks); }); removeAllEventListener ('openPictureImport' );addEventListener ('openPictureImport' , () => { this .popup .show ('paint' ); }); removeAllEventListener ('openHardwareLiteBlockManager' );addEventListener ('openHardwareLiteBlockManager' , () => { const blocks = this .popup .hardwareLiteBlocks ; this .popup .show ('hardwareLite' , blocks); });
+import { Popup } from '@entrylabs/tool' ;const popup = new Popup ({...});const addEventListener = Entry .addEventListener .bind (Entry );const removeAllEventListener = Entry .removeAllEventListener .bind (Entry );removeAllEventListener ('openSpriteManager' );addEventListener ('openSpriteManager' , () => { this .popup .show ('sprite' ); }); removeAllEventListener ('openPictureManager' );addEventListener ('openPictureManager' , () => { this .popup .show ('picture' ); }); removeAllEventListener ('openSoundManager' );addEventListener ('openSoundManager' , () => { this .popup .show ('sound' ); }); removeAllEventListener ('openAIUtilizeBlockManager' );addEventListener ('openAIUtilizeBlockManager' , () => { const blocks = this .popup .aiUtilizeBlocks ; this .popup .show ('aiUtilize' , blocks); }); removeAllEventListener ('openExpansionBlockManager' );addEventListener ('openExpansionBlockManager' , () => { const blocks = this .popup .expansionBlocks ; this .popup .show ('expansion' , blocks); }); removeAllEventListener ('openPictureImport' );addEventListener ('openPictureImport' , () => { this .popup .show ('paint' ); }); removeAllEventListener ('openHardwareLiteBlockManager' );addEventListener ('openHardwareLiteBlockManager' , () => { const blocks = this .popup .hardwareLiteBlocks ; this .popup .show ('hardwareLite' , blocks); });
diff --git a/entryjs/api/2024-03-05-static.html b/entryjs/api/2024-03-05-static.html
index c2ee9195..b20c8c61 100644
--- a/entryjs/api/2024-03-05-static.html
+++ b/entryjs/api/2024-03-05-static.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/api/2024-03-05-util.html b/entryjs/api/2024-03-05-util.html
index a0ab545f..eb53f972 100644
--- a/entryjs/api/2024-03-05-util.html
+++ b/entryjs/api/2024-03-05-util.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/api/2024-04-24-ml.html b/entryjs/api/2024-04-24-ml.html
index f30be578..f90c0ec3 100644
--- a/entryjs/api/2024-04-24-ml.html
+++ b/entryjs/api/2024-04-24-ml.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/blocks/2024-03-25-expansion-block.html b/entryjs/blocks/2024-03-25-expansion-block.html
index 989f449d..c62cb30c 100644
--- a/entryjs/blocks/2024-03-25-expansion-block.html
+++ b/entryjs/blocks/2024-03-25-expansion-block.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/blocks/2024-04-17-ai-block.html b/entryjs/blocks/2024-04-17-ai-block.html
index f482ee70..9b45a422 100644
--- a/entryjs/blocks/2024-04-17-ai-block.html
+++ b/entryjs/blocks/2024-04-17-ai-block.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/faq/2024-02-29-faq.html b/entryjs/faq/2024-02-29-faq.html
index d7df384b..c689921a 100644
--- a/entryjs/faq/2024-02-29-faq.html
+++ b/entryjs/faq/2024-02-29-faq.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/index.html b/entryjs/index.html
index 2323c7b4..50b0fd31 100644
--- a/entryjs/index.html
+++ b/entryjs/index.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/started/2024-02-29-installation.html b/entryjs/started/2024-02-29-installation.html
index 79e34b27..002ec3df 100644
--- a/entryjs/started/2024-02-29-installation.html
+++ b/entryjs/started/2024-02-29-installation.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/started/2024-02-29-structure.html b/entryjs/started/2024-02-29-structure.html
index 45914a7a..a8accafe 100644
--- a/entryjs/started/2024-02-29-structure.html
+++ b/entryjs/started/2024-02-29-structure.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/started/2024-03-05-example.html b/entryjs/started/2024-03-05-example.html
index 904505f5..ec47b3fb 100644
--- a/entryjs/started/2024-03-05-example.html
+++ b/entryjs/started/2024-03-05-example.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/started/2024-03-05-run.html b/entryjs/started/2024-03-05-run.html
index 90f4fb93..924ce54a 100644
--- a/entryjs/started/2024-03-05-run.html
+++ b/entryjs/started/2024-03-05-run.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/started/2024-05-03-example.html b/entryjs/started/2024-05-03-example.html
index 06887859..155119a5 100644
--- a/entryjs/started/2024-05-03-example.html
+++ b/entryjs/started/2024-05-03-example.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-11-init-options.html b/entryjs/typedef/2024-03-11-init-options.html
index 4faa1af6..c1ac8322 100644
--- a/entryjs/typedef/2024-03-11-init-options.html
+++ b/entryjs/typedef/2024-03-11-init-options.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-15-function-data.html b/entryjs/typedef/2024-03-15-function-data.html
index c6be3187..c0129e6f 100644
--- a/entryjs/typedef/2024-03-15-function-data.html
+++ b/entryjs/typedef/2024-03-15-function-data.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-15-interface-state.html b/entryjs/typedef/2024-03-15-interface-state.html
index dca9e1da..cef754fe 100644
--- a/entryjs/typedef/2024-03-15-interface-state.html
+++ b/entryjs/typedef/2024-03-15-interface-state.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-15-message-data.html b/entryjs/typedef/2024-03-15-message-data.html
index 509cc169..d6015aa0 100644
--- a/entryjs/typedef/2024-03-15-message-data.html
+++ b/entryjs/typedef/2024-03-15-message-data.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-15-object-data.html b/entryjs/typedef/2024-03-15-object-data.html
index 75dffe22..de33416d 100644
--- a/entryjs/typedef/2024-03-15-object-data.html
+++ b/entryjs/typedef/2024-03-15-object-data.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-15-project-data.html b/entryjs/typedef/2024-03-15-project-data.html
index 1bbb2675..7a00b660 100644
--- a/entryjs/typedef/2024-03-15-project-data.html
+++ b/entryjs/typedef/2024-03-15-project-data.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-15-scene-data.html b/entryjs/typedef/2024-03-15-scene-data.html
index eaab4210..289abdbe 100644
--- a/entryjs/typedef/2024-03-15-scene-data.html
+++ b/entryjs/typedef/2024-03-15-scene-data.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-15-table-data.html b/entryjs/typedef/2024-03-15-table-data.html
index c09d63cf..8d8cce9a 100644
--- a/entryjs/typedef/2024-03-15-table-data.html
+++ b/entryjs/typedef/2024-03-15-table-data.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/entryjs/typedef/2024-03-15-variable-data.html b/entryjs/typedef/2024-03-15-variable-data.html
index 1fd40e8a..8e6400b7 100644
--- a/entryjs/typedef/2024-03-15-variable-data.html
+++ b/entryjs/typedef/2024-03-15-variable-data.html
@@ -202,7 +202,7 @@
-
+
@@ -210,7 +210,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -308,7 +308,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/guide/basic/2016-07-07-faq.html b/guide/basic/2016-07-07-faq.html
index 618e5c11..fce573fb 100644
--- a/guide/basic/2016-07-07-faq.html
+++ b/guide/basic/2016-07-07-faq.html
@@ -468,7 +468,7 @@ 공통
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/sitemap.xml b/sitemap.xml
index 70c8aaef..84933a71 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -128,7 +128,7 @@
- https://docs.playentry.org/user/block_ai_face.html
+ https://docs.playentry.org/user/block_ai_stt.html
2024-07-16
@@ -137,7 +137,7 @@
- https://docs.playentry.org/user/block_ai_hand.html
+ https://docs.playentry.org/user/block_ai_translate.html
2024-07-16
@@ -146,7 +146,7 @@
- https://docs.playentry.org/user/block_ai_human.html
+ https://docs.playentry.org/user/block_ai_tts.html
2024-07-16
@@ -155,7 +155,7 @@
- https://docs.playentry.org/user/block_ai_object.html
+ https://docs.playentry.org/user/block_decision.html
2024-07-16
@@ -164,7 +164,7 @@
- https://docs.playentry.org/user/block_ai_stt.html
+ https://docs.playentry.org/user/block_brush.html
2024-07-16
@@ -173,7 +173,7 @@
- https://docs.playentry.org/user/block_ai_translate.html
+ https://docs.playentry.org/user/block_extension.html
2024-07-16
@@ -182,7 +182,7 @@
- https://docs.playentry.org/user/block_ai_tts.html
+ https://docs.playentry.org/user/block_figures.html
2024-07-16
@@ -191,7 +191,7 @@
- https://docs.playentry.org/user/block_brush.html
+ https://docs.playentry.org/user/block_flow.html
2024-07-16
@@ -200,7 +200,7 @@
- https://docs.playentry.org/user/block_decision.html
+ https://docs.playentry.org/user/block_function.html
2024-07-16
@@ -209,7 +209,7 @@
- https://docs.playentry.org/user/block_extension.html
+ https://docs.playentry.org/user/block_hardware.html
2024-07-16
@@ -218,7 +218,7 @@
- https://docs.playentry.org/user/block_figures.html
+ https://docs.playentry.org/user/block_looks.html
2024-07-16
@@ -227,7 +227,7 @@
- https://docs.playentry.org/user/block_flow.html
+ https://docs.playentry.org/user/block_model_classification.html
2024-07-16
@@ -236,7 +236,7 @@
- https://docs.playentry.org/user/block_function.html
+ https://docs.playentry.org/user/block_model_clustering.html
2024-07-16
@@ -245,7 +245,7 @@
- https://docs.playentry.org/user/block_hardware.html
+ https://docs.playentry.org/user/block_model_image.html
2024-07-16
@@ -254,7 +254,7 @@
- https://docs.playentry.org/user/block_looks.html
+ https://docs.playentry.org/user/block_model_sound.html
2024-07-16
@@ -263,7 +263,7 @@
- https://docs.playentry.org/user/block_model_classification.html
+ https://docs.playentry.org/user/block_motion.html
2024-07-16
@@ -272,7 +272,7 @@
- https://docs.playentry.org/user/block_model_clustering.html
+ https://docs.playentry.org/user/block_model_prediction.html
2024-07-16
@@ -281,7 +281,7 @@
- https://docs.playentry.org/user/block_model_image.html
+ https://docs.playentry.org/user/block_model_text.html
2024-07-16
@@ -290,7 +290,7 @@
- https://docs.playentry.org/user/block_model_prediction.html
+ https://docs.playentry.org/user/block_sound.html
2024-07-16
@@ -299,7 +299,7 @@
- https://docs.playentry.org/user/block_model_sound.html
+ https://docs.playentry.org/user/block_table.html
2024-07-16
@@ -308,7 +308,7 @@
- https://docs.playentry.org/user/block_model_text.html
+ https://docs.playentry.org/user/block_start.html
2024-07-16
@@ -317,7 +317,7 @@
- https://docs.playentry.org/user/block_motion.html
+ https://docs.playentry.org/user/block_text.html
2024-07-16
@@ -326,7 +326,7 @@
- https://docs.playentry.org/user/block_sound.html
+ https://docs.playentry.org/user/block_variable.html
2024-07-16
@@ -335,7 +335,7 @@
- https://docs.playentry.org/user/block_start.html
+ https://docs.playentry.org/user/header.html
2024-07-16
@@ -344,7 +344,7 @@
- https://docs.playentry.org/user/block_table.html
+ https://docs.playentry.org/user/block_ai_face.html
2024-07-16
@@ -353,7 +353,7 @@
- https://docs.playentry.org/user/block_text.html
+ https://docs.playentry.org/user/block_ai_hand.html
2024-07-16
@@ -362,7 +362,7 @@
- https://docs.playentry.org/user/block_variable.html
+ https://docs.playentry.org/user/block_ai_human.html
2024-07-16
@@ -371,7 +371,7 @@
- https://docs.playentry.org/user/header.html
+ https://docs.playentry.org/user/block_ai_object.html
2024-07-16
@@ -398,7 +398,7 @@
- https://docs.playentry.org/guide/basic/pull_request.html
+ https://docs.playentry.org/guide/basic/2023-05-25-common_problem.html
2024-07-16
@@ -407,7 +407,7 @@
- https://docs.playentry.org/guide/basic/2023-05-25-common_problem.html
+ https://docs.playentry.org/guide/basic/pull_request.html
2024-07-16
@@ -443,7 +443,7 @@
- https://docs.playentry.org/guide/entry-hw/add_bluetooth_hardware.html
+ https://docs.playentry.org/guide/entry-hw/2024-07-03-entry_hw_web_connect.html
2024-07-16
@@ -452,7 +452,7 @@
- https://docs.playentry.org/guide/entry-hw/2024-07-03-entry_hw_web_connect.html
+ https://docs.playentry.org/guide/entry-hw/add_bluetooth_hardware.html
2024-07-16
@@ -470,7 +470,7 @@
- https://docs.playentry.org/guide/entry-offline/2017-12-21-project_structure.html
+ https://docs.playentry.org/guide/entry-offline/2017-12-20-getting_started.html
2024-07-16
@@ -479,7 +479,7 @@
- https://docs.playentry.org/guide/entry-offline/2017-12-20-getting_started.html
+ https://docs.playentry.org/guide/entry-offline/2017-12-21-project_structure.html
2024-07-16
@@ -524,7 +524,7 @@
- https://docs.playentry.org/guide/entry-offline/2018-10-30-custom_project.html
+ https://docs.playentry.org/guide/entryjs/2016-05-22-add_new_blocks.html
2024-07-16
@@ -533,7 +533,7 @@
- https://docs.playentry.org/guide/entryjs/2016-05-22-add_new_blocks.html
+ https://docs.playentry.org/guide/entry-offline/2018-10-30-custom_project.html
2024-07-16
@@ -596,7 +596,7 @@
- https://docs.playentry.org/guide/etc/2016-05-03-git_fork.html
+ https://docs.playentry.org/guide/entryjs/2018-03-23-test_project.html
2024-07-16
@@ -605,7 +605,7 @@
- https://docs.playentry.org/guide/entryjs/2018-03-23-test_project.html
+ https://docs.playentry.org/guide/etc/2016-05-03-git_fork.html
2024-07-16