Skip to content

Commit 3b2a52c

Browse files
committed
Add link to documentation
1 parent 1920e08 commit 3b2a52c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

web/pages/index.vue

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@
119119
and upload it on httpSMS to send your SMS messages to multiple
120120
recipients at once without writing any code.
121121
</h5>
122+
<v-btn
123+
to="/blog/how-to-send-sms-messages-from-excel"
124+
class="primary"
125+
>
126+
<v-icon left>{{ mdiMicrosoftExcel }}</v-icon>
127+
Integration Guide
128+
</v-btn>
122129
</div>
123130
</v-col>
124131
<v-col cols="12" md="6" :order-lg="1">
@@ -150,8 +157,9 @@
150157
<v-btn
151158
to="/blog/send-sms-when-new-row-is-added-to-google-sheets-using-zapier"
152159
class="primary"
153-
>Zapier Integration Guide</v-btn
154160
>
161+
Zapier Integration Guide
162+
</v-btn>
155163
</div>
156164
</v-col>
157165
<v-col cols="12" md="6" :order-lg="2">
@@ -173,6 +181,13 @@
173181
your Android phone to your server using a callback URL which you
174182
provide.
175183
</h5>
184+
<v-btn
185+
to="https://docs.httpsms.com/webhooks/introduction"
186+
class="primary"
187+
>
188+
<v-icon left>{{ mdiWebhook }}</v-icon>
189+
Documentation
190+
</v-btn>
176191
</div>
177192
</v-col>
178193
<v-col cols="12" md="6" :order-lg="1">
@@ -838,6 +853,8 @@ import {
838853
mdiLanguagePhp,
839854
mdiLanguageCsharp,
840855
mdiLanguageJava,
856+
mdiMicrosoftExcel,
857+
mdiWebhook,
841858
mdiPowershell,
842859
mdiLanguageGo,
843860
} from '@mdi/js'
@@ -847,6 +864,8 @@ export default Vue.extend({
847864
layout: 'website',
848865
data() {
849866
return {
867+
mdiMicrosoftExcel,
868+
mdiWebhook,
850869
mdiGithub,
851870
mdiLabel,
852871
mdiLightbulbOn60,

0 commit comments

Comments
 (0)