-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmkdocs.yml
29 lines (29 loc) · 1.2 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: Sparrow SMS
site_url: http://api.sparrowsms.com
repo_url: http://github.com/sparrowsms/apidocs
site_description: Sparrow SMS Official Developers API.
site_author: Sparrow SMS (@sparrowsms)
theme: material
nav:
- Home: 'index.md'
- SMS API:
- Documentation: 'sms/documentation.md'
- Push SMS (MT): 'sms/outgoing_sendsms.md'
- Credits: 'sms/outgoing_credits.md'
- Pull SMS (MO): 'sms/incoming.md'
- Examples: 'sms/examples.md'
- Push SMS (MT) Examples: 'sms/examples_outgoing.md'
- Credits Examples: 'sms/examples_credits.md'
- Pull SMS (MO) Examples: 'sms/examples_incoming.md'
- Enterprise Messaging Suite:
# - Viber Services in Nepal: 'viber/documentation.md'
- Authentication Flow : 'enterprise/authentication-flow.md'
- Authentication Errors: 'enterprise/authentication-flow/#error-messages'
- Viber Messaging:
- Business Messaging : 'enterprise/viber/business-message.md'
- DLR Reports : 'enterprise/viber/dlr.md'
# - Viber BOT API : 'enterprise/viber/viber-bot.md'
- SecondFactor: 'enterprise/secondfactor-as-service/index.md'
- International SMS: 'enterprise/international-sms/index.md'
extra_css:
- stylesheets/extra.css