From 73415c8ee371c1c983de31a2a976dcf66504e970 Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:28:26 +0000 Subject: [PATCH] ko: sync translated content --- files/ko/_redirects.txt | 34 ++++++++++++++++--- files/ko/_wikihistory.json | 16 ++++----- .../glossary/first_cpu_idle}/index.md | 5 ++- .../{assert => assert_static}/index.md | 3 +- .../console/{clear => clear_static}/index.md | 3 +- .../console/{count => count_static}/index.md | 3 +- .../index.md | 3 +- .../console/{debug => debug_static}/index.md | 3 +- .../api/console/{dir => dir_static}/index.md | 3 +- .../{dirxml => dirxml_static}/index.md | 3 +- .../console/{error => error_static}/index.md | 3 +- .../console/{group => group_static}/index.md | 3 +- .../index.md | 3 +- .../{groupend => groupend_static}/index.md | 3 +- .../api/console/{log => log_static}/index.md | 3 +- .../console/{table => table_static}/index.md | 3 +- .../console/{time => time_static}/index.md | 3 +- .../{timeend => timeend_static}/index.md | 3 +- .../{timelog => timelog_static}/index.md | 3 +- .../console/{trace => trace_static}/index.md | 3 +- .../console/{warn => warn_static}/index.md | 3 +- .../{compile => compile_static}/index.md | 3 +- .../index.md | 3 +- .../index.md | 3 +- .../index.md | 3 +- .../{validate => validate_static}/index.md | 3 +- 26 files changed, 85 insertions(+), 39 deletions(-) rename files/ko/{glossary/first_interactive => conflicting/glossary/first_cpu_idle}/index.md (93%) rename files/ko/web/api/console/{assert => assert_static}/index.md (96%) rename files/ko/web/api/console/{clear => clear_static}/index.md (80%) rename files/ko/web/api/console/{count => count_static}/index.md (95%) rename files/ko/web/api/console/{countreset => countreset_static}/index.md (94%) rename files/ko/web/api/console/{debug => debug_static}/index.md (94%) rename files/ko/web/api/console/{dir => dir_static}/index.md (94%) rename files/ko/web/api/console/{dirxml => dirxml_static}/index.md (90%) rename files/ko/web/api/console/{error => error_static}/index.md (92%) rename files/ko/web/api/console/{group => group_static}/index.md (96%) rename files/ko/web/api/console/{groupcollapsed => groupcollapsed_static}/index.md (91%) rename files/ko/web/api/console/{groupend => groupend_static}/index.md (88%) rename files/ko/web/api/console/{log => log_static}/index.md (97%) rename files/ko/web/api/console/{table => table_static}/index.md (98%) rename files/ko/web/api/console/{time => time_static}/index.md (93%) rename files/ko/web/api/console/{timeend => timeend_static}/index.md (94%) rename files/ko/web/api/console/{timelog => timelog_static}/index.md (96%) rename files/ko/web/api/console/{trace => trace_static}/index.md (92%) rename files/ko/web/api/console/{warn => warn_static}/index.md (94%) rename files/ko/webassembly/javascript_interface/{compile => compile_static}/index.md (94%) rename files/ko/webassembly/javascript_interface/{compilestreaming => compilestreaming_static}/index.md (95%) rename files/ko/webassembly/javascript_interface/{instantiate => instantiate_static}/index.md (98%) rename files/ko/webassembly/javascript_interface/{instantiatestreaming => instantiatestreaming_static}/index.md (95%) rename files/ko/webassembly/javascript_interface/{validate => validate_static}/index.md (94%) diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 85ad0646925ff1..ede24c8bcc33d9 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -183,6 +183,7 @@ /ko/docs/Glossary/Client_hints /ko/docs/Web/HTTP/Client_hints /ko/docs/Glossary/Descriptor_(CSS) /ko/docs/Glossary/CSS_Descriptor /ko/docs/Glossary/Empty_element /ko/docs/Glossary/Void_element +/ko/docs/Glossary/First_interactive /ko/docs/conflicting/Glossary/First_CPU_idle /ko/docs/Glossary/Header /ko/docs/Glossary/HTTP_header /ko/docs/Glossary/I18N /ko/docs/Glossary/Internationalization /ko/docs/Glossary/Index /ko/docs/Glossary @@ -509,6 +510,24 @@ /ko/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout /ko/docs/Web/API/setTimeout /ko/docs/Web/API/WindowTimers/setTimeout /ko/docs/Web/API/setTimeout /ko/docs/Web/API/XMLHttpRequest/timeout /ko/docs/Web/API/XMLHttpRequest/timeout_event +/ko/docs/Web/API/console/assert /ko/docs/Web/API/console/assert_static +/ko/docs/Web/API/console/clear /ko/docs/Web/API/console/clear_static +/ko/docs/Web/API/console/count /ko/docs/Web/API/console/count_static +/ko/docs/Web/API/console/countReset /ko/docs/Web/API/console/countreset_static +/ko/docs/Web/API/console/debug /ko/docs/Web/API/console/debug_static +/ko/docs/Web/API/console/dir /ko/docs/Web/API/console/dir_static +/ko/docs/Web/API/console/dirxml /ko/docs/Web/API/console/dirxml_static +/ko/docs/Web/API/console/error /ko/docs/Web/API/console/error_static +/ko/docs/Web/API/console/group /ko/docs/Web/API/console/group_static +/ko/docs/Web/API/console/groupCollapsed /ko/docs/Web/API/console/groupcollapsed_static +/ko/docs/Web/API/console/groupEnd /ko/docs/Web/API/console/groupend_static +/ko/docs/Web/API/console/log /ko/docs/Web/API/console/log_static +/ko/docs/Web/API/console/table /ko/docs/Web/API/console/table_static +/ko/docs/Web/API/console/time /ko/docs/Web/API/console/time_static +/ko/docs/Web/API/console/timeEnd /ko/docs/Web/API/console/timeend_static +/ko/docs/Web/API/console/timeLog /ko/docs/Web/API/console/timelog_static +/ko/docs/Web/API/console/trace /ko/docs/Web/API/console/trace_static +/ko/docs/Web/API/console/warn /ko/docs/Web/API/console/warn_static /ko/docs/Web/API/document.importNode /ko/docs/Web/API/Document/importNode /ko/docs/Web/API/window.navigator.battery /ko/docs/Web/API/Navigator/getBattery /ko/docs/Web/API/window.navigator.connection /ko/docs/Web/API/Navigator/connection @@ -731,11 +750,11 @@ /ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module /ko/docs/WebAssembly/JavaScript_interface/Module /ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/RuntimeError /ko/docs/WebAssembly/JavaScript_interface/RuntimeError /ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table /ko/docs/WebAssembly/JavaScript_interface/Table -/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/compile /ko/docs/WebAssembly/JavaScript_interface/compile -/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/compileStreaming /ko/docs/WebAssembly/JavaScript_interface/compileStreaming -/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiate /ko/docs/WebAssembly/JavaScript_interface/instantiate -/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiateStreaming /ko/docs/WebAssembly/JavaScript_interface/instantiateStreaming -/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/validate /ko/docs/WebAssembly/JavaScript_interface/validate +/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/compile /ko/docs/WebAssembly/JavaScript_interface/compile_static +/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/compileStreaming /ko/docs/WebAssembly/JavaScript_interface/compileStreaming_static +/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiate /ko/docs/WebAssembly/JavaScript_interface/instantiate_static +/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiateStreaming /ko/docs/WebAssembly/JavaScript_interface/instantiateStreaming_static +/ko/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/validate /ko/docs/WebAssembly/JavaScript_interface/validate_static /ko/docs/Web/JavaScript/Reference/Global_Objects/null /ko/docs/Web/JavaScript/Reference/Operators/null /ko/docs/Web/JavaScript/Reference/Global_Properties /ko/docs/Web/JavaScript/Reference/Global_Objects /ko/docs/Web/JavaScript/Reference/Methods_Index /ko/docs/Web/JavaScript/Reference @@ -856,6 +875,11 @@ /ko/docs/WebAPI/Using_geolocation /ko/docs/Web/API/Geolocation_API/Using_the_Geolocation_API /ko/docs/WebAPI/Vibration /ko/docs/Web/API/Vibration_API /ko/docs/WebAssembly/Caching_modules /ko/docs/WebAssembly +/ko/docs/WebAssembly/JavaScript_interface/compile /ko/docs/WebAssembly/JavaScript_interface/compile_static +/ko/docs/WebAssembly/JavaScript_interface/compileStreaming /ko/docs/WebAssembly/JavaScript_interface/compileStreaming_static +/ko/docs/WebAssembly/JavaScript_interface/instantiate /ko/docs/WebAssembly/JavaScript_interface/instantiate_static +/ko/docs/WebAssembly/JavaScript_interface/instantiateStreaming /ko/docs/WebAssembly/JavaScript_interface/instantiateStreaming_static +/ko/docs/WebAssembly/JavaScript_interface/validate /ko/docs/WebAssembly/JavaScript_interface/validate_static /ko/docs/WebSockets /ko/docs/Web/API/WebSockets_API /ko/docs/WebSockets/Writing_WebSocket_client_applications /ko/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications /ko/docs/XHTML /ko/docs/Glossary/XHTML diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 6068fc5ebe41d8..5212187fe1bcc5 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -10730,23 +10730,23 @@ "modified": "2020-10-15T22:07:58.705Z", "contributors": ["limkukhyun"] }, - "WebAssembly/JavaScript_interface/compile": { + "WebAssembly/JavaScript_interface/compileStreaming_static": { "modified": "2020-10-15T22:07:56.654Z", "contributors": ["limkukhyun"] }, - "WebAssembly/JavaScript_interface/compileStreaming": { + "WebAssembly/JavaScript_interface/compile_static": { "modified": "2020-10-15T22:07:56.654Z", "contributors": ["limkukhyun"] }, - "WebAssembly/JavaScript_interface/instantiate": { - "modified": "2020-10-15T22:07:57.168Z", - "contributors": ["fnwinter", "limkukhyun"] - }, - "WebAssembly/JavaScript_interface/instantiateStreaming": { + "WebAssembly/JavaScript_interface/instantiateStreaming_static": { "modified": "2020-10-15T22:08:08.189Z", "contributors": ["limkukhyun"] }, - "WebAssembly/JavaScript_interface/validate": { + "WebAssembly/JavaScript_interface/instantiate_static": { + "modified": "2020-10-15T22:07:57.168Z", + "contributors": ["fnwinter", "limkukhyun"] + }, + "WebAssembly/JavaScript_interface/validate_static": { "modified": "2020-10-15T22:08:00.982Z", "contributors": ["limkukhyun"] }, diff --git a/files/ko/glossary/first_interactive/index.md b/files/ko/conflicting/glossary/first_cpu_idle/index.md similarity index 93% rename from files/ko/glossary/first_interactive/index.md rename to files/ko/conflicting/glossary/first_cpu_idle/index.md index c9eb9236f4337c..f189f5c95b240d 100644 --- a/files/ko/glossary/first_interactive/index.md +++ b/files/ko/conflicting/glossary/first_cpu_idle/index.md @@ -1,8 +1,7 @@ --- title: 최초 상호작용 (First interactive) -slug: Glossary/First_interactive -l10n: - sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +slug: conflicting/Glossary/First_CPU_idle +original_slug: Glossary/First_interactive --- {{GlossarySidebar}} diff --git a/files/ko/web/api/console/assert/index.md b/files/ko/web/api/console/assert_static/index.md similarity index 96% rename from files/ko/web/api/console/assert/index.md rename to files/ko/web/api/console/assert_static/index.md index 59880aba92321d..29217246900a59 100644 --- a/files/ko/web/api/console/assert/index.md +++ b/files/ko/web/api/console/assert_static/index.md @@ -1,6 +1,7 @@ --- title: console.assert() -slug: Web/API/console/assert +slug: Web/API/console/assert_static +original_slug: Web/API/console/assert --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/clear/index.md b/files/ko/web/api/console/clear_static/index.md similarity index 80% rename from files/ko/web/api/console/clear/index.md rename to files/ko/web/api/console/clear_static/index.md index f4bae25560c4ef..2a9d285ae9401b 100644 --- a/files/ko/web/api/console/clear/index.md +++ b/files/ko/web/api/console/clear_static/index.md @@ -1,6 +1,7 @@ --- title: console.clear() -slug: Web/API/console/clear +slug: Web/API/console/clear_static +original_slug: Web/API/console/clear --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/count/index.md b/files/ko/web/api/console/count_static/index.md similarity index 95% rename from files/ko/web/api/console/count/index.md rename to files/ko/web/api/console/count_static/index.md index 52f3fe6b96b1e2..89296a10942bda 100644 --- a/files/ko/web/api/console/count/index.md +++ b/files/ko/web/api/console/count_static/index.md @@ -1,6 +1,7 @@ --- title: console.count() -slug: Web/API/console/count +slug: Web/API/console/count_static +original_slug: Web/API/console/count --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/countreset/index.md b/files/ko/web/api/console/countreset_static/index.md similarity index 94% rename from files/ko/web/api/console/countreset/index.md rename to files/ko/web/api/console/countreset_static/index.md index aad1849a6ea8a0..537dbe1dafab6d 100644 --- a/files/ko/web/api/console/countreset/index.md +++ b/files/ko/web/api/console/countreset_static/index.md @@ -1,6 +1,7 @@ --- title: console.countReset() -slug: Web/API/console/countReset +slug: Web/API/console/countreset_static +original_slug: Web/API/console/countReset --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/debug/index.md b/files/ko/web/api/console/debug_static/index.md similarity index 94% rename from files/ko/web/api/console/debug/index.md rename to files/ko/web/api/console/debug_static/index.md index 5c3bbbe75d3add..d865860d874b5e 100644 --- a/files/ko/web/api/console/debug/index.md +++ b/files/ko/web/api/console/debug_static/index.md @@ -1,6 +1,7 @@ --- title: console.debug() -slug: Web/API/console/debug +slug: Web/API/console/debug_static +original_slug: Web/API/console/debug --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/dir/index.md b/files/ko/web/api/console/dir_static/index.md similarity index 94% rename from files/ko/web/api/console/dir/index.md rename to files/ko/web/api/console/dir_static/index.md index 92a47867e879f7..4743971c19337c 100644 --- a/files/ko/web/api/console/dir/index.md +++ b/files/ko/web/api/console/dir_static/index.md @@ -1,6 +1,7 @@ --- title: console.dir() -slug: Web/API/console/dir +slug: Web/API/console/dir_static +original_slug: Web/API/console/dir --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/dirxml/index.md b/files/ko/web/api/console/dirxml_static/index.md similarity index 90% rename from files/ko/web/api/console/dirxml/index.md rename to files/ko/web/api/console/dirxml_static/index.md index 824a666ca8a329..391633fe553fe5 100644 --- a/files/ko/web/api/console/dirxml/index.md +++ b/files/ko/web/api/console/dirxml_static/index.md @@ -1,6 +1,7 @@ --- title: console.dirxml() -slug: Web/API/console/dirxml +slug: Web/API/console/dirxml_static +original_slug: Web/API/console/dirxml --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/error/index.md b/files/ko/web/api/console/error_static/index.md similarity index 92% rename from files/ko/web/api/console/error/index.md rename to files/ko/web/api/console/error_static/index.md index d3de93beb69994..4ecf78c6caf13f 100644 --- a/files/ko/web/api/console/error/index.md +++ b/files/ko/web/api/console/error_static/index.md @@ -1,6 +1,7 @@ --- title: console.error() -slug: Web/API/console/error +slug: Web/API/console/error_static +original_slug: Web/API/console/error --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/group/index.md b/files/ko/web/api/console/group_static/index.md similarity index 96% rename from files/ko/web/api/console/group/index.md rename to files/ko/web/api/console/group_static/index.md index 443aef3bad2d58..a7cf1e698177ad 100644 --- a/files/ko/web/api/console/group/index.md +++ b/files/ko/web/api/console/group_static/index.md @@ -1,6 +1,7 @@ --- title: console.group() -slug: Web/API/console/group +slug: Web/API/console/group_static +original_slug: Web/API/console/group --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/groupcollapsed/index.md b/files/ko/web/api/console/groupcollapsed_static/index.md similarity index 91% rename from files/ko/web/api/console/groupcollapsed/index.md rename to files/ko/web/api/console/groupcollapsed_static/index.md index 1c569622f4a728..3508a657ca26eb 100644 --- a/files/ko/web/api/console/groupcollapsed/index.md +++ b/files/ko/web/api/console/groupcollapsed_static/index.md @@ -1,6 +1,7 @@ --- title: console.groupCollapsed() -slug: Web/API/console/groupCollapsed +slug: Web/API/console/groupcollapsed_static +original_slug: Web/API/console/groupCollapsed --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/groupend/index.md b/files/ko/web/api/console/groupend_static/index.md similarity index 88% rename from files/ko/web/api/console/groupend/index.md rename to files/ko/web/api/console/groupend_static/index.md index cba2c417e6521c..1ef790ebee2073 100644 --- a/files/ko/web/api/console/groupend/index.md +++ b/files/ko/web/api/console/groupend_static/index.md @@ -1,6 +1,7 @@ --- title: console.groupEnd() -slug: Web/API/console/groupEnd +slug: Web/API/console/groupend_static +original_slug: Web/API/console/groupEnd --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/log/index.md b/files/ko/web/api/console/log_static/index.md similarity index 97% rename from files/ko/web/api/console/log/index.md rename to files/ko/web/api/console/log_static/index.md index 13c86a0f278d7b..08dcb144c18859 100644 --- a/files/ko/web/api/console/log/index.md +++ b/files/ko/web/api/console/log_static/index.md @@ -1,6 +1,7 @@ --- title: console.log() -slug: Web/API/console/log +slug: Web/API/console/log_static +original_slug: Web/API/console/log --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/table/index.md b/files/ko/web/api/console/table_static/index.md similarity index 98% rename from files/ko/web/api/console/table/index.md rename to files/ko/web/api/console/table_static/index.md index 89c1782f562227..1065003cf3fb8c 100644 --- a/files/ko/web/api/console/table/index.md +++ b/files/ko/web/api/console/table_static/index.md @@ -1,6 +1,7 @@ --- title: console.table() -slug: Web/API/console/table +slug: Web/API/console/table_static +original_slug: Web/API/console/table --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/time/index.md b/files/ko/web/api/console/time_static/index.md similarity index 93% rename from files/ko/web/api/console/time/index.md rename to files/ko/web/api/console/time_static/index.md index 44aab683ce2eb2..90442e7db0ca8b 100644 --- a/files/ko/web/api/console/time/index.md +++ b/files/ko/web/api/console/time_static/index.md @@ -1,6 +1,7 @@ --- title: console.time() -slug: Web/API/console/time +slug: Web/API/console/time_static +original_slug: Web/API/console/time --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/timeend/index.md b/files/ko/web/api/console/timeend_static/index.md similarity index 94% rename from files/ko/web/api/console/timeend/index.md rename to files/ko/web/api/console/timeend_static/index.md index 4d4068a4f0512a..4ddda50f165789 100644 --- a/files/ko/web/api/console/timeend/index.md +++ b/files/ko/web/api/console/timeend_static/index.md @@ -1,6 +1,7 @@ --- title: console.timeEnd() -slug: Web/API/console/timeEnd +slug: Web/API/console/timeend_static +original_slug: Web/API/console/timeEnd --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/timelog/index.md b/files/ko/web/api/console/timelog_static/index.md similarity index 96% rename from files/ko/web/api/console/timelog/index.md rename to files/ko/web/api/console/timelog_static/index.md index 90b589b7b285dd..9d25fd544c8da1 100644 --- a/files/ko/web/api/console/timelog/index.md +++ b/files/ko/web/api/console/timelog_static/index.md @@ -1,6 +1,7 @@ --- title: console.timeLog() -slug: Web/API/console/timeLog +slug: Web/API/console/timelog_static +original_slug: Web/API/console/timeLog --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/trace/index.md b/files/ko/web/api/console/trace_static/index.md similarity index 92% rename from files/ko/web/api/console/trace/index.md rename to files/ko/web/api/console/trace_static/index.md index 7c756d1215d508..e5541043bbae52 100644 --- a/files/ko/web/api/console/trace/index.md +++ b/files/ko/web/api/console/trace_static/index.md @@ -1,6 +1,7 @@ --- title: console.trace() -slug: Web/API/console/trace +slug: Web/API/console/trace_static +original_slug: Web/API/console/trace --- {{APIRef("Console API")}} diff --git a/files/ko/web/api/console/warn/index.md b/files/ko/web/api/console/warn_static/index.md similarity index 94% rename from files/ko/web/api/console/warn/index.md rename to files/ko/web/api/console/warn_static/index.md index f892de35ecda0c..effcc6683c61fa 100644 --- a/files/ko/web/api/console/warn/index.md +++ b/files/ko/web/api/console/warn_static/index.md @@ -1,6 +1,7 @@ --- title: console.warn() -slug: Web/API/console/warn +slug: Web/API/console/warn_static +original_slug: Web/API/console/warn --- {{APIRef("Console API")}} diff --git a/files/ko/webassembly/javascript_interface/compile/index.md b/files/ko/webassembly/javascript_interface/compile_static/index.md similarity index 94% rename from files/ko/webassembly/javascript_interface/compile/index.md rename to files/ko/webassembly/javascript_interface/compile_static/index.md index 3c04a5e6102091..31687d13d40249 100644 --- a/files/ko/webassembly/javascript_interface/compile/index.md +++ b/files/ko/webassembly/javascript_interface/compile_static/index.md @@ -1,6 +1,7 @@ --- title: WebAssembly.compile() -slug: WebAssembly/JavaScript_interface/compile +slug: WebAssembly/JavaScript_interface/compile_static +original_slug: WebAssembly/JavaScript_interface/compile --- {{WebAssemblySidebar}} diff --git a/files/ko/webassembly/javascript_interface/compilestreaming/index.md b/files/ko/webassembly/javascript_interface/compilestreaming_static/index.md similarity index 95% rename from files/ko/webassembly/javascript_interface/compilestreaming/index.md rename to files/ko/webassembly/javascript_interface/compilestreaming_static/index.md index 68ea3c5b003ce4..f6b541c1119af4 100644 --- a/files/ko/webassembly/javascript_interface/compilestreaming/index.md +++ b/files/ko/webassembly/javascript_interface/compilestreaming_static/index.md @@ -1,6 +1,7 @@ --- title: WebAssembly.compileStreaming() -slug: WebAssembly/JavaScript_interface/compileStreaming +slug: WebAssembly/JavaScript_interface/compileStreaming_static +original_slug: WebAssembly/JavaScript_interface/compileStreaming --- {{WebAssemblySidebar}} diff --git a/files/ko/webassembly/javascript_interface/instantiate/index.md b/files/ko/webassembly/javascript_interface/instantiate_static/index.md similarity index 98% rename from files/ko/webassembly/javascript_interface/instantiate/index.md rename to files/ko/webassembly/javascript_interface/instantiate_static/index.md index f73209421182be..b2ffc7da12011f 100644 --- a/files/ko/webassembly/javascript_interface/instantiate/index.md +++ b/files/ko/webassembly/javascript_interface/instantiate_static/index.md @@ -1,6 +1,7 @@ --- title: WebAssembly.instantiate() -slug: WebAssembly/JavaScript_interface/instantiate +slug: WebAssembly/JavaScript_interface/instantiate_static +original_slug: WebAssembly/JavaScript_interface/instantiate --- {{WebAssemblySidebar}} diff --git a/files/ko/webassembly/javascript_interface/instantiatestreaming/index.md b/files/ko/webassembly/javascript_interface/instantiatestreaming_static/index.md similarity index 95% rename from files/ko/webassembly/javascript_interface/instantiatestreaming/index.md rename to files/ko/webassembly/javascript_interface/instantiatestreaming_static/index.md index 0d9b77ce568cc8..d3ab5696a09f87 100644 --- a/files/ko/webassembly/javascript_interface/instantiatestreaming/index.md +++ b/files/ko/webassembly/javascript_interface/instantiatestreaming_static/index.md @@ -1,6 +1,7 @@ --- title: WebAssembly.instantiateStreaming() -slug: WebAssembly/JavaScript_interface/instantiateStreaming +slug: WebAssembly/JavaScript_interface/instantiateStreaming_static +original_slug: WebAssembly/JavaScript_interface/instantiateStreaming --- {{WebAssemblySidebar}} diff --git a/files/ko/webassembly/javascript_interface/validate/index.md b/files/ko/webassembly/javascript_interface/validate_static/index.md similarity index 94% rename from files/ko/webassembly/javascript_interface/validate/index.md rename to files/ko/webassembly/javascript_interface/validate_static/index.md index f3f10fe93538de..a2e6b5fbc0e3d0 100644 --- a/files/ko/webassembly/javascript_interface/validate/index.md +++ b/files/ko/webassembly/javascript_interface/validate_static/index.md @@ -1,6 +1,7 @@ --- title: WebAssembly.validate() -slug: WebAssembly/JavaScript_interface/validate +slug: WebAssembly/JavaScript_interface/validate_static +original_slug: WebAssembly/JavaScript_interface/validate --- {{WebAssemblySidebar}}