Skip to content

Commit 92ecdfc

Browse files
committed
Add documentation for the phone API keys feature
1 parent 296108d commit 92ecdfc

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

web/assets/img/manage-phones.svg

Lines changed: 1 addition & 0 deletions
Loading

web/pages/index.vue

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
</v-btn>
5252
</div>
5353
<p class="text-body-2 mt-2">
54-
⚡Trusted by <b>6,913+</b> happy users who have sent or received
55-
more than <b>3,564,030+</b> messages.
54+
⚡Trusted by <b>8,370+</b> happy users who have sent or received
55+
more than <b>3,994,092+</b> messages.
5656
</p>
5757
<div
5858
class="mt-4"
@@ -308,6 +308,33 @@
308308
></v-img>
309309
</v-col>
310310
</v-row>
311+
<v-row class="mt-16">
312+
<v-col cols="12" md="6" class="d-flex align-center">
313+
<div>
314+
<h3 class="text-h3 mb-1">Multiple Phones</h3>
315+
<h5 class="text-h6 mb-3 font-weight-light">
316+
Setup the httpSMS gateway Android app on multiple phones
317+
independently and securely without sharing data under one
318+
account by creating unique phone API keys.
319+
</h5>
320+
<v-btn
321+
href="https://docs.httpsms.com/features/phone-api-keys"
322+
class="primary"
323+
>
324+
<v-icon left>{{ mdiCellphoneKey }}</v-icon
325+
>Documentation
326+
</v-btn>
327+
</div>
328+
</v-col>
329+
<v-col cols="12" md="6">
330+
<v-img
331+
class="mb-4"
332+
max-height="300"
333+
contain
334+
:src="require('assets/img/manage-phones.svg')"
335+
></v-img>
336+
</v-col>
337+
</v-row>
311338
</v-container>
312339
</v-sheet>
313340
<v-container class="pb-16">
@@ -950,6 +977,7 @@ import {
950977
mdiLanguagePython,
951978
mdiNumeric2,
952979
mdiNumeric3,
980+
mdiCellphoneKey,
953981
mdiTallyMark1,
954982
mdiTallyMark3,
955983
mdiTallyMark2,
@@ -995,6 +1023,7 @@ export default Vue.extend({
9951023
mdiLanguagePython,
9961024
mdiLanguageCsharp,
9971025
mdiLanguageJava,
1026+
mdiCellphoneKey,
9981027
mdiPowershell,
9991028
mdiLanguageGo,
10001029
selectedTab: 'javascript',

web/pages/login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<span class="text-h3">Welcome</span>
1515
</div>
1616
<p class="subtitle-1 text-center text--secondary mt-1 mb-4">
17-
Join <b>6,913+</b> happy users who have sent or
17+
Join <b>8,370+</b> happy users who have sent or
1818
<br />
19-
received more than <b>3,564,030+</b> SMS messages
19+
received more than <b>3,994,092+</b> SMS messages
2020
</p>
2121
<v-card max-width="360" class="mx-auto">
2222
<v-card-text class="px-0">

web/pages/phone-api-keys/index.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@
8484
</v-card-actions>
8585
</v-card>
8686
</v-dialog>
87+
<v-spacer />
88+
<v-btn
89+
v-if="$vuetify.breakpoint.lgAndUp"
90+
href="https://docs.httpsms.com/features/phone-api-keys"
91+
color="secondary"
92+
class="mt-1"
93+
>Documentation</v-btn
94+
>
8795
</div>
8896
<p class="text--secondary">
8997
If you have multiple phones, you can create a unique phone API

0 commit comments

Comments
 (0)