Skip to content

Commit 4eff90b

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-72: change request with no subject merged in GitBook
1 parent 96110a6 commit 4eff90b

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
* [Installation](getting-started/installation/README.md)
1010
* [Using Docker or Docker Compose](getting-started/installation/installation.md)
11-
* [Using Synology](getting-started/installation/installation-1.md)
12-
* [Using Unraid](getting-started/installation/installation-2.md)
13-
* [Kubernetes](getting-started/installation/kubernetes.md)
11+
* [Using Kubernetes](getting-started/installation/kubernetes.md)
12+
* [Using Synology](getting-started/installation/synology.md)
13+
* [Using Unraid](getting-started/installation/unraid.md)
1414
* [Database Drivers](getting-started/database-drivers.md)
1515
* [Environment Variables](getting-started/environment-variables.md)
1616

contributing/development-environment.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,17 @@ sail artisan queue:work
111111

112112
***
113113

114+
### Lint your code before opening a PR or committing changes
115+
116+
To keep PHP's code style consistant across multiple contributors a successful lint workflow is required to pass. Check your code quality locally by running the commnand below and fixing it's recommendations.
117+
118+
```bash
119+
./vendor/bin/sail bin duster lint --using=pint -v
120+
121+
# or if you have a Sail alias setup...
122+
sail bin duster lint --using=pint -v
123+
```
124+
114125
### Stopping the development environment
115126

116127
When you're done in the environment you can stop the containers using the command below.

getting-started/installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22

3-
Speedtest Tracker can be run on a variety of platforms including using [Docker and Docker Compose](installation.md) along with [Synology NAS](installation-1.md) devices and on [Unraid OS](installation-2.md).
3+
Speedtest Tracker can be run on a variety of platforms including using [Docker and Docker Compose](installation.md) along with [Synology NAS](synology.md) devices and on [Unraid OS](unraid.md).
44

55
{% hint style="info" %}
66
Docker Compose is the recommended platform.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)