Skip to content

Commit e21fae1

Browse files
committed
docs: images added in documentation
1 parent 6b2a890 commit e21fae1

File tree

9 files changed

+58
-51
lines changed

9 files changed

+58
-51
lines changed

content/.DS_Store

0 Bytes
Binary file not shown.

content/gitbook/images/ttn_logo.svg

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

content/pybytes/networks/lora/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ Pybytes supports LoRa servers from [The Things Network](https://www.thethingsnet
1010
About the traits of the different LoRa servers, you can uncover more following the links below.
1111

1212

13-
## TTN Server
13+
14+
![TTN Server](/gitbook/assets/pybytes/lora/ttn_logo.svg)
1415

1516
Once a device is created in Pybytes with LoRa network, and the TTN Server is selected, the device is automatically created in TTN server.
1617

1718
For more information check out [The Things Network](https://www.thethingsnetwork.org/docs/)
1819

19-
## ChirpStack
20+
21+
22+
![ChirpStack](/gitbook/assets/pybytes/lora/chirpstack_logo.png)
2023

2124
Pybytes has its own LoRa Server based on [ChirpStack](https://www.chirpstack.io/).
2225

content/pybytes/networks/lora/chirpstack.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The basic configurations are made by Pybytes, but if you want to overwrite the L
2020

2121
You can add your own server in the section Network-servers
2222

23+
![Network-servers](/gitbook/assets/pybytes/lora/screenshots/network_servers.png)
24+
2325
**User** - Value
2426

2527
The User will be created based on the same credentials that are used in Pybytes and it can be managed in the section Org. Users. At the same place, the Admin status of the user can be changed.
@@ -47,6 +49,8 @@ All devices created in Pybytes will be connected to this app.
4749

4850
The user should set up their own Gateway in order to communicate with ChirpStack.
4951

52+
![Gateway](/gitbook/assets/pybytes/lora/screenshots/gateway.png)
53+
5054
### How to set up a gateway: 
5155

5256
1 - Login in ChirpStack (https://loraserver.pycom.io/)
279 KB
Loading
186 KB
Loading
Lines changed: 35 additions & 0 deletions
Loading

themes/doc-theme/static/css/doc-theme.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,17 @@ p {
341341
html {
342342
scroll-padding-top: 70px; /* height of sticky header */
343343
}
344+
345+
img[src*="/gitbook/assets/pybytes/lora/screenshots"]{
346+
margin-top: 20px;
347+
margin-left: 15px;
348+
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
349+
}
350+
351+
img[src="/gitbook/assets/pybytes/lora/chirpstack_logo.png"]{
352+
width: 200px;
353+
}
354+
355+
img[src="/gitbook/assets/pybytes/lora/ttn_logo.svg"]{
356+
width: 130px;
357+
}

0 commit comments

Comments
 (0)