Skip to content

Commit 0a90127

Browse files
committed
fix: indentation
1 parent 3bf3c2f commit 0a90127

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

docs/client/installing-libraries.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ you use this if you do not want to (re)configure anything.
1212

1313
Usage:
1414

15-
```bash
16-
cd ~/ChargePi-go/docs
17-
chmod +x install-dependencies.sh
18-
./install-dependencies.sh 1
19-
```
15+
```bash
16+
cd ~/ChargePi-go/docs
17+
chmod +x install-dependencies.sh
18+
./install-dependencies.sh 1
19+
```
2020

2121
## Building libnfc for PN532
2222

docs/services/logging/logging.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ Logging is configured in the `settings` file. There are multiple ways of logging
2626
| `host` | Any valid IP/hostname | / | Only needed when the type is `remote`. |
2727
| `port` | / | / | Only needed when the type is `remote`. |
2828

29-
Example logging settings:
29+
### Example
3030

3131
```json
3232
{
33-
// ... other settings
3433
"logging": {
3534
"type": [
3635
"remote",

docs/services/mender.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ We will use [Mender](https://mender.io/) as OTA service for updating Linux, Dock
2323
5. Run docker-compose:
2424

2525
```bash
26-
docker-compose up -d
26+
docker compose up -d
2727
```
2828

2929
Optionally, you can run only the client service:
3030

3131
```bash
32-
docker-compose up -d chargepi
32+
docker compose up -d chargepi
3333
```

docs/services/modem-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sidebar_position: 3
5050
MODEM="12d1:155e"
5151
```
5252
53-
## Running as service script:
53+
## Running as service script
5454
5555
1. Make two service files:
5656
@@ -107,7 +107,7 @@ sidebar_position: 3
107107
sudo systemctl start modem-connection.service
108108
```
109109

110-
### References:
110+
### References
111111

112112
* [Sakis3g client](http://raspberry-at-home.com/installing-3g-modem/#more-138)
113113
* [Systemd services](https://www.howtogeek.com/687970/how-to-run-a-linux-program-at-startup-with-systemd/)

0 commit comments

Comments
 (0)