Skip to content

Commit 15d3cf8

Browse files
committed
update: update get started with wasm new CMP logo
1 parent f6f3c7c commit 15d3cf8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
-16.3 KB
Loading
-13.3 KB
Loading
-40.1 KB
Loading
-20.7 KB
Loading

docs/topics/wasm/wasm-get-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create a project using the Kotlin Multiplatform wizard:
2323
3. Select the **Web** option. Make sure that no other options are selected.
2424
4. Click the **Download** button and unpack the resulting archive.
2525

26-
![Kotlin Multiplatform wizard](wasm-compose-web-wizard.png){width=400}
26+
![Kotlin Multiplatform wizard](wasm-compose-web-wizard.png){width=400}
2727

2828
## Open the project in IntelliJ IDEA
2929

@@ -41,9 +41,9 @@ Create a project using the Kotlin Multiplatform wizard:
4141
>
4242
{style="note"}
4343

44-
2. In **composeApp** | **Tasks** | **kotlin browser**, select and run the **wasmJsBrowserDevelopmentRun** task.
44+
2. In **wasmdemo** | **Tasks** | **kotlin browser**, select and run the **wasmJsBrowserDevelopmentRun** task.
4545

46-
![Run the Gradle task](wasm-gradle-task-window.png){width=600}
46+
![Run the Gradle task](wasm-gradle-task-window.png){width=400}
4747

4848
Alternatively, you can run the following command in the terminal from the `WasmDemo` root directory:
4949

@@ -72,9 +72,9 @@ Create a project using the Kotlin Multiplatform wizard:
7272

7373
## Generate artifacts
7474

75-
In **composeApp** | **Tasks** | **kotlin browser**, select and run the **wasmJsBrowserDistribution** task.
75+
In **wasmdemo** | **Tasks** | **kotlin browser**, select and run the **wasmJsBrowserDistribution** task.
7676

77-
![Run the Gradle task](wasm-gradle-task-window-compose.png){width=600}
77+
![Run the Gradle task](wasm-gradle-task-window-compose.png){width=400}
7878

7979
Alternatively, you can run the following command in the terminal from the `WasmDemo` root directory:
8080

@@ -85,7 +85,7 @@ Alternatively, you can run the following command in the terminal from the `WasmD
8585
Once the application task completes, you can find the generated artifacts in the `composeApp/build/dist/wasmJs/productionExecutable`
8686
directory:
8787

88-
![Artifacts directory](wasm-composeapp-directory.png){width=600}
88+
![Artifacts directory](wasm-composeapp-directory.png){width=400}
8989

9090
## Publish on GitHub pages
9191

0 commit comments

Comments
 (0)