Skip to content

Commit 9d4ca7e

Browse files
authored
Merge pull request #85 from smswithoutborders/dev
updated gateway tutorial
2 parents 02c2945 + 2f5b6f7 commit 9d4ca7e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/Gateway Clients Guide/GatewayClientsGuide.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Once the app is installed, set it as the default SMS app on your Android device.
3434

3535
### Step 3: Configure Message Forwarding
3636

37-
<img src="/GatewayHosting/1-messageForwarding.png" alt="Deku SMS App" style={{ width: '50%', maxWidth: '300px', display: 'block', margin: '0 auto' }} />
37+
<img src="/GatewayHosting/1-messageForwarding.png" alt="onbording1" class="resized-image"/>
3838

3939
1. Open the Deku SMS app.
4040

@@ -45,17 +45,17 @@ Once the app is installed, set it as the default SMS app on your Android device.
4545
### Step 4: Add a Gateway Server
4646

4747
<div style={{ display: 'flex', justifyContent: 'space-around', gap: '10px' }}>
48-
<img src="/GatewayHosting/2-forwarding.png" alt="Deku SMS App" style={{ width: '48%', maxWidth: '300px' }} />
49-
<img src="/GatewayHosting/3-viewGatewayServers.png" alt="Deku SMS App" style={{ width: '48%', maxWidth: '300px' }} />
48+
<img src="/GatewayHosting/2-forwarding.png" alt="Deku SMS App" class="resized-image" />
49+
<img src="/GatewayHosting/3-viewGatewayServers.png" alt="Deku SMS App" class="resized-image" />
5050
</div>
5151

5252
1. Tap on the three dots in the top right corner again.
5353

5454
2. Select **View Gateway Servers** from the dropdown.
5555

5656
<div style={{ display: 'flex', justifyContent: 'space-around', gap: '10px' }}>
57-
<img src="/GatewayHosting/4-sms-routing-gateway.png" alt="Deku SMS App" style={{ width: '48%', maxWidth: '300px' }} />
58-
<img src="/GatewayHosting/5-selectHTTPS.png" alt="Deku SMS App" style={{ width: '48%', maxWidth: '300px' }} />
57+
<img src="/GatewayHosting/4-sms-routing-gateway.png" alt="Deku SMS App" class="resized-image" />
58+
<img src="/GatewayHosting/5-selectHTTPS.png" alt="Deku SMS App" class="resized-image" />
5959
</div>
6060

6161
3. Tap the three dots once more and choose **Add HTTPS Gateway Server**.
@@ -64,7 +64,7 @@ Once the app is installed, set it as the default SMS app on your Android device.
6464

6565
### Step 5: Fill in the Required Information
6666

67-
<img src="/GatewayHosting/6-FillRequirement.png" alt="Deku SMS App" style={{ width: '50%', maxWidth: '300px', display: 'block', margin: '0 auto' }} />
67+
<img src="/GatewayHosting/6-FillRequirement.png" alt="Deku SMS App" class="resized-image" />
6868

6969
- **URL 1**: Enter the following URL:
7070
`https://gatewayserver.smswithoutborders.com/v3/publish`
@@ -75,14 +75,14 @@ Once the app is installed, set it as the default SMS app on your Android device.
7575

7676
### Step 6: Finalize the Setup
7777

78-
<img src="/GatewayHosting/7-addhttps.png" alt="Deku SMS App"style={{ width: '50%', maxWidth: '300px', display: 'block', margin: '0 auto' }} />
78+
<img src="/GatewayHosting/7-addhttps.png" alt="Deku SMS App" class="resized-image" />
7979

8080
1. Tap **Add** to save your gateway server configuration.
8181

8282
2. Repeat the process and add the second gateway server with **URL 2**:
8383
`https://gatewayserver.smswithoutborders.com/sms/platform/android`
8484

85-
<img src="/GatewayHosting/8-smsroutinggate.png" alt="Deku SMS App" style={{ width: '50%', maxWidth: '300px', display: 'block', margin: '0 auto' }} />
85+
<img src="/GatewayHosting/8-smsroutinggate.png" alt="Deku SMS App" class="resized-image" />
8686

8787
## Your Gateway Client is Now Ready!
8888

0 commit comments

Comments
 (0)