Skip to content

Commit 82d7e51

Browse files
authored
update according to comments
1 parent c995b88 commit 82d7e51

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/azure-web-pubsub/socketio-troubleshoot-admin-ui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The static website files could be either downloaded from release or built from s
4949
5050
4. Visit `http://localhost:8080` in browser
5151
52-
## Service-side
52+
## Update server-side code
5353
1. install the `@socket.io/admin-ui` package:
5454
5555
```bash
@@ -80,11 +80,11 @@ The static website files could be either downloaded from release or built from s
8080
httpServer.listen(3000);
8181
```
8282
83-
## Client Side
83+
## Open Admin UI website
8484
1. Visit `http://localhost:8080` in browser.
8585
8686
2. You should see the following modal:
8787
88-
:::image type="content" source="./media/socketio-troubleshoot-admin-ui/admin-ui-homepage-modal.png" alt-text="Modal of Socket.IO Admin UI Homepage.":::
88+
:::image type="content" source="./media/socketio-troubleshoot-admin-ui/admin-ui-homepage-modal.png" alt-text="Screenshot of modal on Socket.IO Admin UI homepage.":::
8989
9090
3. Fill in your service endpoint and hub name.

articles/azure-web-pubsub/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
href: socketio-troubleshoot-common-issues.md
163163
- name: Collect logs
164164
href: socketio-troubleshoot-logging.md
165+
- name: Admin UI
166+
href: socketio-troubleshoot-admin-ui.md
165167
- name: Concepts
166168
items:
167169
- name: How does Web PubSub support Socket.IO library

0 commit comments

Comments
 (0)