feat: Pymesh provisioning and monitoring documentation

This commit is contained in:
Aline
2020-04-23 15:38:47 +02:00
parent d48b61d858
commit 8fbe3a151a
17 changed files with 107 additions and 1 deletions

View File

@@ -342,7 +342,7 @@ html {
scroll-padding-top: 70px; /* height of sticky header */
}
img[src*="/gitbook/assets/pybytes/lora/screenshots"]{
img[src*="/gitbook/assets/pybytes/lora/screenshots"], img[src*="/gitbook/assets/pybytes/pymesh"]{
margin-top: 20px;
margin-left: 15px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
@@ -355,3 +355,7 @@ img[src="/gitbook/assets/pybytes/lora/chirpstack_logo.png"]{
img[src="/gitbook/assets/pybytes/lora/ttn_logo.svg"]{
width: 130px;
}
img[src*="/gitbook/assets/pybytes/pymesh/"]{
width: 70%;
}