Skip to content

Commit 7a1503b

Browse files
authored
Merge pull request #98 from smswithoutborders/dev
updated images for gateway clients
2 parents b9b0dd5 + c815dd4 commit 7a1503b

29 files changed

Lines changed: 657 additions & 466 deletions

docs/Gateway Clients Guide/GatewayClientsGuide.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ Follow this simple guide to set up and configure a Deku SMS Gateway Client on yo
99
## Requirements for Setting Up a Gateway Client:
1010

1111
### Android Device:
12-
Your device must be able to connect to the internet.
13-
It should have a SIM card capable of receiving SMS messages.
12+
- Your device must be able to connect to the internet.
13+
- It should have a SIM card capable of receiving SMS messages.
1414

1515
### Internet Connection:
16-
You will need a reliable internet connection (Wi-Fi or mobile data).
17-
Deku SMS uses very little data, so mobile data is sufficient.
16+
17+
- You will need a reliable internet connection (Wi-Fi or mobile data).
18+
- Deku SMS uses very little data, so mobile data is sufficient.
1819

1920
## Steps to Configure Deku SMS on an Android Device:
2021

2122
### Step 1: Download the Deku SMS App
23+
2224
You can download the Deku SMS app from one of the following sources:
25+
2326
- Google Play Store
2427
- F-Droid
2528
- GitHub Releases
@@ -34,9 +37,9 @@ Once the app is installed, set it as the default SMS app on your Android device.
3437

3538
<img src="/GatewayHosting/2.png" alt="GatewayAvailable" class="resized-image"/>
3639

37-
Open the Deku SMS app.
38-
Tap on the three dots in the top right corner of the app.
39-
From the dropdown menu, select Message Forwarding.
40+
1. Open the Deku SMS app.
41+
2. Tap on the three dots in the top right corner of the app.
42+
3. From the dropdown menu, select **Message Forwarding.**
4043

4144
### Step 4: Add a Gateway Server
4245

@@ -45,31 +48,30 @@ From the dropdown menu, select Message Forwarding.
4548
<img src="/GatewayHosting/5.png" alt="GatewayAvailable" class="resized-image"/>
4649

4750

48-
Tap on the menu dots in the top right corner of the routed messages page.
49-
Tap on the three dots in the top right corner of the Gateway clients messages page.
50-
Tap the three dots once more and choose Add HTTPS Forwarders.
51+
1. Tap on the menu dots in the top right corner of the routed messages page.
52+
2. Tap on the three dots in the top right corner of the Gateway clients messages page.
53+
3. Tap the three dots once more and choose **Add HTTPS Forwarders.**
5154

5255
### Step 5: Fill in the Required Information
56+
5357
<img src="/GatewayHosting/6.png" alt="GatewayAvailable" class="resized-image"/>
54-
<img src="/GatewayHosting/7.png" alt="GatewayAvailable" class="resized-image"/>
58+
<img src="/GatewayHosting/8.png" alt="GatewayAvailable" class="resized-image"/>
5559

56-
Enter the following URL:
60+
- Enter the following URL:
5761
https://gatewayserver.smswithoutborders.com/v3/publish
5862

59-
Tag: Enter a name for your gateway server.
63+
- **Tag**: Enter a name for your gateway server.
6064

61-
Check "All": Ensure the "All" checkbox is checked to route all SMS messages through the server.
65+
- **Check "All"**: Ensure the "All" checkbox is checked to route all SMS messages through the server.
6266

6367
### Step 6: Finalize the Setup
6468

65-
<img src="/GatewayHosting/8.png" alt="GatewayAvailable" class="resized-image"/>
69+
<img src="/GatewayHosting/7.png" alt="GatewayAvailable" class="resized-image"/>
6670

67-
Tap Save to save your gateway server configuration.
71+
1. Tap **Save** to save your gateway server configuration.
6872

6973
<img src="/GatewayHosting/9.png" alt="GatewayAvailable" class="resized-image"/>
7074

7175
## Your Gateway Client is Now Ready!
7276

73-
74-
7577
You can now share your number with RelaySMS users. Your Android device will act as a gateway client, helping route messages through the Deku SMS app.

docusaurus.config.js

Lines changed: 122 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -69,119 +69,129 @@ const config = {
6969
]
7070
],
7171

72-
themeConfig:
73-
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
74-
( {
75-
navbar: {
76-
logo: {
77-
alt: "Swob Logo",
78-
src: "SWOB.png",
79-
srcDark: "SWOB-Dark Theme.png",
80-
},
81-
items: [
82-
{
83-
type: "doc",
84-
docId: "Android Tutorial/Getting-Started-With-Android",
85-
position: "left",
86-
label: "Docs"
87-
},
88-
{
89-
label: "Tutorials",
90-
position: "left",
91-
type: "dropdown",
92-
items: [
93-
{
94-
label: "On-Device Token Storage Feature",
95-
to: "/docs/On-Device Tutorial/On-DeviceToken"
96-
},
97-
{
98-
label: "RelaySMS Android Tutorial",
99-
to: "/docs/Android Tutorial/Getting-Started-With-Android"
100-
},
101-
{
102-
label: "RelaySMS iOS Tutorial",
103-
to: "/docs/iOS Tutorial/Getting-Started-With-iOS"
104-
},
105-
{
106-
label: "Setting up a Gateway",
107-
to: "/docs/Gateway Clients Guide/GatewayClientsGuide"
108-
}
109-
]
110-
},
111-
{
112-
type: "doc",
113-
docId: "Troubleshooting/Troubleshooting-FAQ",
114-
position: "left",
115-
label: "TroubleShooting"
116-
},
117-
{
118-
type: "localeDropdown",
119-
position: "right"
120-
},
121-
{
122-
href: "https://github.com/smswithoutborders",
123-
label: "GitHub",
124-
position: "right"
125-
}
126-
]
127-
},
128-
footer: {
129-
style: "dark",
130-
links: [
131-
{
132-
title: "Docs",
133-
items: [
134-
{
135-
label: "Tutorials",
136-
to: "/docs/iOS Tutorial/Getting-Started-With-iOS"
137-
},
138-
{
139-
label: "Troubleshooting",
140-
to: "/docs/Troubleshooting"
141-
}
142-
]
143-
},
144-
{
145-
title: "Community",
146-
items: [
147-
{
148-
label: "IRC: freenode/#afkanerd",
149-
href: "#"
150-
},
151-
{
152-
label: "GitHub",
153-
href: "https://github.com/smswithoutborders"
154-
}
155-
]
156-
},
157-
{
158-
title: "More",
159-
items: [
160-
{
161-
label: "Blog",
162-
href: "https://blog.smswithoutborders.com"
163-
},
164-
{
165-
label: "Twitter",
166-
href: "https://x.com/RelaySMS"
167-
},
168-
{
169-
label: "Bluesky",
170-
href: "https://bsky.app/profile/relaysms.bsky.social"
171-
}
172-
]
173-
},
174-
],
175-
copyright: `Copyright © ${new Date().getFullYear()} SMSWithoutBorders. Built with Docusaurus.`
72+
themeConfig: {
73+
navbar: {
74+
logo: {
75+
alt: "SWOB",
76+
src: "SWOB.png",
77+
srcDark: "SWOB-Dark Theme.png",
17678
},
177-
prism: {
178-
theme: prismThemes.github,
179-
darkTheme: prismThemes.dracula
180-
},
181-
typography: {
182-
fontFamily: "'Mona Sans'",
183-
},
184-
})
79+
80+
items: [
81+
{
82+
label: "Docs",
83+
position: "left",
84+
to: "/docs/Android Tutorial/Getting-Started-With-Android",
85+
},
86+
87+
{
88+
label: "Tutorials",
89+
position: "left",
90+
items: [
91+
{
92+
label: "Get Started withAndroid",
93+
to: "/docs/Android Tutorial/Getting-Started-With-Android",
94+
},
95+
{
96+
label: "Get Started with iOS",
97+
to: "/docs/iOS Tutorial/Getting-Started-With-iOS",
98+
},
99+
{
100+
label: "Setting Up Gateway-Client",
101+
to: "/docs/Gateway Clients Guide/GatewayClientsGuide",
102+
},
103+
],
104+
},
105+
106+
107+
{
108+
label: "Troubleshooting",
109+
position: "left",
110+
to: "/docs/Troubleshooting/Troubleshooting-FAQ",
111+
},
112+
113+
{
114+
type: "localeDropdown",
115+
position: "right",
116+
},
117+
118+
{
119+
href: "https://github.com/smswithoutborders",
120+
label: "GitHub",
121+
position: "right",
122+
},
123+
],
124+
},
125+
126+
127+
128+
footer: {
129+
style: "dark",
130+
links: [
131+
{
132+
title: "Documentation",
133+
items: [
134+
{
135+
label: "Getting Started",
136+
to: "/docs/Android Tutorial/Getting-Started-With-Android",
137+
},
138+
{
139+
label: "Gateway Client",
140+
to: "/docs/Gateway Clients Guide/GatewayClientsGuide",
141+
},
142+
{
143+
label: "Troubleshooting",
144+
to: "/docs/Troubleshooting/Troubleshooting-FAQ",
145+
},
146+
],
147+
},
148+
149+
{
150+
title: "Community",
151+
items: [
152+
{
153+
label: "GitHub",
154+
href: "https://github.com/smswithoutborders",
155+
},
156+
{
157+
label: "Issues",
158+
href: "https://github.com/smswithoutborders",
159+
},
160+
{
161+
label: "Blog",
162+
href: "https://blog.smswithoutborders.com",
163+
},
164+
],
165+
},
166+
167+
{
168+
title: "About",
169+
items: [
170+
{
171+
label: "Project",
172+
href: "https://github.com/smswithoutborders",
173+
},
174+
{
175+
label: "Contribute",
176+
href: "https://github.com/smswithoutborders",
177+
},
178+
],
179+
},
180+
],
181+
182+
copyright: `SWOB — Smswithoutborders © ${new Date().getFullYear()}`,
183+
},
184+
185+
prism: {
186+
theme: prismThemes.github,
187+
darkTheme: prismThemes.dracula,
188+
},
189+
190+
typography: {
191+
fontFamily: "'Mona Sans', system-ui, sans-serif",
192+
},
193+
194+
}
185195
};
186196

187197
export default config;

0 commit comments

Comments
 (0)