Skip to content

Commit a7f5148

Browse files
Merge pull request #45 from hoseinalizadeh1373/main
Update Fix Bugs
2 parents b75ca96 + d7cdcc9 commit a7f5148

File tree

24 files changed

+85
-65
lines changed

24 files changed

+85
-65
lines changed

docs/pbx/3- pbx-menu/6-dialplan/2-components/17-followe_me.md renamed to docs/pbx/3- pbx-menu/6-dialplan/2-components/17-follow_me.md

File renamed without changes.

docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ plugins: [
212212
require.resolve("@easyops-cn/docusaurus-search-local"),
213213
{
214214
hashed: true,
215+
indexBlog:false,
216+
indexPages:true,
215217
language: ["en" , "ar"],
216218
},
217219
],

i18n/en/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"message" :" Simotel Wiki is the main documentation hub for learning how to use and manage Simotel's PBX and Call Center systems, as well as a guide to web services for developers and programmers"
4646
},
4747
"site.tagline": {
48-
"message": "Welcome to the Simotel PBX Documentation 👋️"
48+
"message": "Welcome to Simotel PBX Docs 👋️"
4949
},
5050
"navbar.title": {
5151
"message": "Docs Center"

i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,18 @@
234234
"description": "The label for category مباحث پیشرفته in sidebar Docs"
235235
},
236236
"sidebar.docs.category.twoVerify": {
237-
"message": "TwoVerify",
237+
"message": "2fa Auth",
238238
"description": "The label for category مباحث پیشرفته in sidebar Docs"
239239
},
240240

241241
"sidebar.Autodialer.category.audialer-module": {
242242
"message": "Autodialer Module",
243243
"description": "The label for category مباحث پیشرفته in sidebar Docs"
244244
},
245+
"sidebar.docs.doc.Overview": {
246+
"message": "What is",
247+
"description": "The label for category مباحث پیشرفته in sidebar Docs"
248+
},
245249
"sidebar.docs.category.User": {
246250
"message": "User",
247251
"description": "The label for category مباحث پیشرفته in sidebar Docs"

i18n/en/docusaurus-plugin-content-docs/current/developers/2-SimotelAPI/v4/1-whatis.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

i18n/en/docusaurus-plugin-content-docs/current/developers/3-SimotelWebhooks/1-whatis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
sidebar_position: 1
3+
title: "Simotel Webhooks"
34
---
4-
# Simotel Webhooks
5+
# What is
56

67
**Simotel Webhooks** handles the task of sending requests from Simotel to your server. For example, if you want to send CDR (Call Detail Records) data to your server's address after every call ends, you can easily do this using Simotel Webhooks.
78

i18n/en/docusaurus-plugin-content-docs/current/developers/3-SimotelWebhooks/2-Events/1-whatis.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

i18n/en/docusaurus-plugin-content-docs/current/developers/5-Autodialer_API/9-call_originate.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: "Originate Call"
3+
---
14
### Originate Call with Campaign
25

36
The Bulk Dialer module can also be used to establish a Originate call. The advantage of this module becomes evident when the first party ends the call. In this case, by using the `autodialer_api/report/report_search` service, you can know when the call was ended by the first party.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
sidebar_position: 1
3+
title: "2fa Auth"
4+
sidebar_label: "What is"
35
---
4-
### Two-Factor Authentication
6+
7+
# What is
58

69
Two-factor authentication (2FA) is commonly used to enhance the security of services. This verification can be done via SMS.

i18n/en/docusaurus-plugin-content-docs/current/developers/6-two_verify/2-template_sms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
sidebar_position: 1
3+
title: "Template Sms"
34
---
4-
### SMS Sending Service Template
5+
6+
# SMS Sending Service Template
57

68
Given the variety of SMS services, Simotel provides a scalable infrastructure for sending messages, allowing you to use your preferred service. Below is an example of an SMS sending service, and you can modify the following Python code to upload the service in Simotel.
79

0 commit comments

Comments
 (0)