docs changes

This commit is contained in:
Dave Horton
2021-04-17 17:10:53 -04:00
parent 181fc64638
commit 22fd708833
4 changed files with 1008 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
# API
+1002 -1
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
# jambonz
jambonz is a CPaaS that is designed for communications service providers. As an API-driven platform, you will primarily interface with it using [Webhooks]() and [REST APIs]().
jambonz is a CPaaS that is designed for communications service providers. As an API-driven platform, you will primarily interface with it using [Webhooks](/docs/api/webhooks) and [REST APIs](/docs/api/rest).
jambonz is available for use both as cloud APIs, or as an open source platform that you can run on your own infrastructure. Either way, your applications are written in the same fashion, so you can start off by using the cloud APIs and later migrate to running your own platform if you like.
+5
View File
@@ -36,6 +36,10 @@
}
> div {
p {
font-size: 14px;
}
> h1, > h2, > h3, > h4, > h5, > h6, > p, > div, > ul, > ol, > table {
margin: 16px 0;
}
@@ -75,6 +79,7 @@
code[class*="language-"],
pre[class*="language-"] {
font-size: 0.82em;
@media (max-width: $width-tablet-1) {
font-size: 13px;
}