diff --git a/docs/management/project/app.mdx b/docs/management/organization/app.mdx
similarity index 53%
rename from docs/management/project/app.mdx
rename to docs/management/organization/app.mdx
index 7a25bd5..0fd59f4 100644
--- a/docs/management/project/app.mdx
+++ b/docs/management/organization/app.mdx
@@ -4,12 +4,10 @@ title: Managing Apps
locale: en
---
-import ProjectWritePermission from '/src/components/console/ProjectWritePermissionEng.mdx';
-import ProjectMemberPermission from '/src/components/console/ProjectMemberPermissionEng.mdx';
+import OrganizationAdminPermission from '/src/components/console/OrganizationAdminPermissionEng.mdx';
+import OrganizationMemberPermission from '/src/components/console/OrganizationMemberPermissionEng.mdx';
-In a project, you can upload the app for testing in the project and use it for routines or script tests.
-
-**In the case of a web template project, you cannot upload an app.**
+In a organization, you can upload the app for testing in the organization and use it for routines or script tests.
:::info
@@ -37,21 +35,21 @@ Only `.apk` or `.ipa` files are supported for app uploads.
:::
-
+
-1. Go to the project page and click on the "Apps" menu in the left sidebar.
+1. Go to the organization page and click on the "Apps" menu in the left sidebar.
2. Click the "Upload app" button.
3. Drag and drop or select the app file to complete the upload.
-:::tup Latest App
+:::tip Latest App
If you upload an app with the same app ID, the uploaded app will become the "Latest" app if its build version is the same or higher.
@@ -59,10 +57,6 @@ If you upload an app with the same app ID, the uploaded app will become the "Lat
## Using an app
-### Remote
-
-When conducting app tests through remotes, you utilize the uploaded app version. If the app version is not available in the app list, remote testing will not work.
-
### Routines
When conducting tests through routines, you utilize the uploaded app version. If the app version is not available in the app list, the routine will not work.
@@ -71,24 +65,32 @@ Refer to the [Routine Guide](/routine/routines) for instructions on how to use t
## Download an app
-
+
-1. Go to the project page and click on the "Apps" menu in the left sidebar.
-2. Find the app you want to download from the list and click the menu button(`···`).
+1. Go to the organization page and click on the "Apps" menu in the left sidebar.
+2. Find the app you want to download from the list and click the app name.
+
3. Click the "Download" button.
## Remove an app
-
+
-1. Go to the project page and click on the "Apps" menu in the left sidebar.
-2. Find the app you want to remove from the list and click the menu button(`···`).
+1. Go to the organization page and click on the "Apps" menu in the left sidebar.
+2. Find the app you want to download from the list and click the app name.
+
3. Click the "Delete" button.
diff --git a/docs/routine/routines/examples.mdx b/docs/routine/routines/examples.mdx
index 46ace26..4fef55e 100644
--- a/docs/routine/routines/examples.mdx
+++ b/docs/routine/routines/examples.mdx
@@ -97,9 +97,9 @@ The following example demonstrates a routine for cross-platform mobile app and g
:::info Prerequisites
-To perform app and game testing, you need to upload the project's app.
+To perform app and game testing, you need to upload app.
-For more details, refer to the [App Management](/management/project/app) guide.
+For more details, refer to the [App Management](/management/organization/app) guide.
:::
diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/management/project/app.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/management/organization/app.mdx
similarity index 52%
rename from i18n/ko/docusaurus-plugin-content-docs/current/management/project/app.mdx
rename to i18n/ko/docusaurus-plugin-content-docs/current/management/organization/app.mdx
index 3c53d44..3a084e3 100644
--- a/i18n/ko/docusaurus-plugin-content-docs/current/management/project/app.mdx
+++ b/i18n/ko/docusaurus-plugin-content-docs/current/management/organization/app.mdx
@@ -4,12 +4,10 @@ title: 앱 관리
locale: ko
---
-import ProjectWritePermission from '/src/components/console/ProjectWritePermission.mdx';
-import ProjectMemberPermission from '/src/components/console/ProjectMemberPermission.mdx';
+import OrganizationAdminPermission from '/src/components/console/OrganizationAdminPermission.mdx';
+import OrganizationMemberPermission from '/src/components/console/OrganizationMemberPermission.mdx';
-프로젝트에서 테스트를 수행할 앱을 업로드하고, 루틴이나 스크립트 테스트에 활용할 수 있습니다.
-
-**웹 템플릿 프로젝트의 경우 앱을 업로드할 수 없습니다.**
+조직에서 테스트를 수행할 앱을 업로드하고, 루틴이나 스크립트 테스트에 활용할 수 있습니다.
:::info
@@ -37,17 +35,17 @@ Dogu는 다음과 같은 정보를 앱에서 수집합니다.
:::
-
+
-1. 프로젝트 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
+1. 조직 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
2. "앱 업로드" 버튼을 클릭합니다.
3. 업로드할 앱을 드래그하거나 선택해 업로드를 완료합니다.
@@ -59,10 +57,6 @@ Dogu는 다음과 같은 정보를 앱에서 수집합니다.
## 앱 활용하기
-### 리모트
-
-리모트 테스트를 통해 앱 테스트를 진행할 때, 업로드된 앱 버전을 활용합니다. 해당 앱 버전의 앱이 목록에 없을 경우, 리모트 테스트는 작동하지 않습니다.
-
### 루틴
루틴을 통한 테스트를 진행할 때, 업로드 된 앱 버전을 활용합니다. 해당 앱 버전의 앱이 목록에 없을 경우, 루틴은 작동하지 않습니다.
@@ -71,24 +65,32 @@ Dogu는 다음과 같은 정보를 앱에서 수집합니다.
## 앱 다운로드
-
+
-1. 프로젝트 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
-2. 삭제할 앱을 목록에서 찾고 메뉴 버튼(`···`)을 클릭합니다.
-3. "다운로드" 버튼을 클릭합니다.
+1. 조직 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
+2. 앱 목록에서 다운로드할 앱을 찾아 클릭합니다.
+3. "다운로드" 버튼을 클릭합니다.
+
## 앱 삭제하기
-
+
-1. 프로젝트 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
-2. 삭제할 앱을 목록에서 찾고 메뉴 버튼(`···`)을 클릭합니다.
-3. "삭제" 버튼을 클릭합니다.
+1. 조직 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
+2. 앱 목록에서 삭제할 앱을 찾아 클릭합니다.
+3. "삭제" 버튼을 클릭합니다.
+
diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/routine/routines/examples.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/routine/routines/examples.mdx
index a79bd3e..dd2205c 100644
--- a/i18n/ko/docusaurus-plugin-content-docs/current/routine/routines/examples.mdx
+++ b/i18n/ko/docusaurus-plugin-content-docs/current/routine/routines/examples.mdx
@@ -100,9 +100,9 @@ jobs:
:::info Prerequisites
-앱, 게임 테스트를 위해서는 프로젝트 앱을 업로드 해야 합니다.
+앱, 게임 테스트를 위해서는 앱을 업로드 해야 합니다.
-자세한 내용은 [앱 관리](/management/project/app) 가이드를 참고하세요.
+자세한 내용은 [앱 관리](/management/organization/app) 가이드를 참고하세요.
:::
diff --git a/src/components/tutorial/common/AppUpload.mdx b/src/components/tutorial/common/AppUpload.mdx
index fd811d9..640de28 100644
--- a/src/components/tutorial/common/AppUpload.mdx
+++ b/src/components/tutorial/common/AppUpload.mdx
@@ -11,6 +11,6 @@ import CodeBlock from '@theme/CodeBlock';
Upload the downloaded {props.app_name} using the
- Upload button on the Organization > App page.
+ Upload button on the Organization > App page.
diff --git a/src/components/tutorial/common/AppUploadKor.mdx b/src/components/tutorial/common/AppUploadKor.mdx
index f4d527f..3b94c98 100644
--- a/src/components/tutorial/common/AppUploadKor.mdx
+++ b/src/components/tutorial/common/AppUploadKor.mdx
@@ -11,7 +11,7 @@ import CodeBlock from '@theme/CodeBlock';
다운로드 받은 {props.app_name}를
- 조직 > 앱 > 업로드 을 눌러
+ 조직 > 앱 > 업로드 을 눌러
앱을 업로드합니다.
diff --git a/src/components/tutorial/common/AppUploadiOS.mdx b/src/components/tutorial/common/AppUploadiOS.mdx
index f69e51e..73c3631 100644
--- a/src/components/tutorial/common/AppUploadiOS.mdx
+++ b/src/components/tutorial/common/AppUploadiOS.mdx
@@ -16,6 +16,6 @@ import CodeBlock from '@theme/CodeBlock';
Upload the built .ipa file using the
- Upload button on the Organization > App page.
+ Upload button on the Organization > App page.
diff --git a/src/components/tutorial/common/AppUploadiOSGamium.mdx b/src/components/tutorial/common/AppUploadiOSGamium.mdx
index 5974fa8..31ba33d 100644
--- a/src/components/tutorial/common/AppUploadiOSGamium.mdx
+++ b/src/components/tutorial/common/AppUploadiOSGamium.mdx
@@ -17,6 +17,6 @@ import CodeBlock from '@theme/CodeBlock';
Upload the built .ipa file using the
- Upload button on the Organization > App page.
+ Upload button on the Organization > App page.
diff --git a/src/components/tutorial/common/AppUploadiOSGamiumKor.mdx b/src/components/tutorial/common/AppUploadiOSGamiumKor.mdx
index 9f96212..f293971 100644
--- a/src/components/tutorial/common/AppUploadiOSGamiumKor.mdx
+++ b/src/components/tutorial/common/AppUploadiOSGamiumKor.mdx
@@ -13,7 +13,7 @@ import CodeBlock from '@theme/CodeBlock';
빌드된 .ipa파일을
- 조직 > 앱 > 업로드 을 눌러
+ 조직 > 앱 > 업로드 을 눌러
앱을 업로드합니다.
diff --git a/src/components/tutorial/common/AppUploadiOSKor.mdx b/src/components/tutorial/common/AppUploadiOSKor.mdx
index 246ed18..98a0ec3 100644
--- a/src/components/tutorial/common/AppUploadiOSKor.mdx
+++ b/src/components/tutorial/common/AppUploadiOSKor.mdx
@@ -15,7 +15,7 @@ import CodeBlock from '@theme/CodeBlock';
빌드된 .ipa파일을
- 조직 > 앱 > 업로드 을 눌러
+ 조직 > 앱 > 업로드 을 눌러
앱을 업로드합니다.
diff --git a/static/img/console/organization/app-action.png b/static/img/console/organization/app-action.png
new file mode 100644
index 0000000..55c3148
Binary files /dev/null and b/static/img/console/organization/app-action.png differ
diff --git a/static/img/console/organization/app-select.png b/static/img/console/organization/app-select.png
new file mode 100644
index 0000000..3847ed4
Binary files /dev/null and b/static/img/console/organization/app-select.png differ
diff --git a/static/img/console/project/upload-app-modal.png b/static/img/console/organization/app-upload-modal.png
similarity index 100%
rename from static/img/console/project/upload-app-modal.png
rename to static/img/console/organization/app-upload-modal.png
diff --git a/static/img/console/organization/app-upload.png b/static/img/console/organization/app-upload.png
new file mode 100644
index 0000000..681a131
Binary files /dev/null and b/static/img/console/organization/app-upload.png differ
diff --git a/static/img/console/project/delete-app.png b/static/img/console/project/delete-app.png
deleted file mode 100644
index 77495cb..0000000
Binary files a/static/img/console/project/delete-app.png and /dev/null differ
diff --git a/static/img/console/project/download-app.png b/static/img/console/project/download-app.png
deleted file mode 100644
index d922620..0000000
Binary files a/static/img/console/project/download-app.png and /dev/null differ
diff --git a/static/img/console/project/upload-app.png b/static/img/console/project/upload-app.png
deleted file mode 100644
index 7de42cc..0000000
Binary files a/static/img/console/project/upload-app.png and /dev/null differ