Skip to content

Commit

Permalink
feat: improve walkthrough (#12959)
Browse files Browse the repository at this point in the history
* feat: improve walkthrough
  • Loading branch information
anchenyi authored Dec 24, 2024
1 parent 897866c commit bbe8c1c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
| Step summary | Where it's located |
|----------|----------------|
| 1. Click "Create a New App" | ![Image1](step1.png) |
| 2. Select Bot to create a new bot project | ![Image2](step2.png) |
| 3. Ensure that Chat Notification Message is selected as the App feature that you want to build in your app. | ![Image3](step3.svg) |
| 1. Click "Create a New App". | ![Image1](step1.png) |
| 2. Select Bot to create a new bot project. | ![Image2](step2.png) |
| 3. Make sure you select Chat Notification Message as the App feature that you want to build in your app. | ![Image3](step3.svg) |
| 4. Select HTTP Trigger Restify Server as the trigger. | ![Image4](step4.svg) |
| 5. Select JavaScript as the programming language. | ![Image5](step5.svg) |
| 6. Select Default folder to store your project root folder in default location. | ![Image6](step6.svg) |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
| Step summary | Where it's located |
|----------|----------------|
| 1. Click "Create a New App" | ![Image1](step1_with_chat.png) |
| 2. Select Bot to create a new bot project | ![Image2](step2_with_chat.png) |
| 3. Ensure that Chat Notification Message is selected as the App feature that you want to build in your app. | ![Image3](step3.svg) |
| 1. Click "Create a New App". | ![Image1](step1_with_chat.png) |
| 2. Select Bot to create a new bot project. | ![Image2](step2_with_chat.png) |
| 3. Make sure you select Chat Notification Message as the App feature that you want to build in your app. | ![Image3](step3.svg) |
| 4. Select HTTP Trigger Restify Server as the trigger. | ![Image4](step4.svg) |
| 5. Select JavaScript as the programming language. | ![Image5](step5.svg) |
| 6. Select Default folder to store your project root folder in default location. | ![Image6](step6.svg) |
Expand Down
Loading

0 comments on commit bbe8c1c

Please sign in to comment.