mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-04 19:21:55 +00:00
docs changes
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# API
|
||||
+1002
-1
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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.
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user