Skip to content

Commit 6dc9005

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-49: change request with no subject merged in GitBook
1 parent 58ce256 commit 6dc9005

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* [Introduction](README.md)
44
* [Features](features.md)
55
* [Frequently Asked Questions](faqs.md)
6-
* [Data Dictionary](data-dictionary.md)
76

87
## 🚀 Getting Started
98

@@ -31,6 +30,7 @@
3130

3231
* [Caching](other/caching.md)
3332
* [Commands](other/commands.md)
33+
* [Data Dictionary](other/data-dictionary.md)
3434

3535
## 🖥 API
3636

api/latest-result.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ No authentication required.
88

99
{% swagger method="get" path="" baseUrl="/api/speedtest/latest" summary="Get the latest speedtest result" expanded="false" %}
1010
{% swagger-description %}
11-
Provides backwards compatibility for
12-
13-
[Homepage](https://github.com/benphelps/homepage)
14-
15-
and
16-
17-
[Organizr](https://github.com/causefx/Organizr)
18-
19-
home lab dashboards.
11+
Provides backwards compatibility for [Homepage](https://github.com/benphelps/homepage) and [Organizr](https://github.com/causefx/Organizr) home lab dashboards.
2012
{% endswagger-description %}
2113

2214
{% swagger-response status="200: OK" description="" %}

faqs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ By default Ookla's CLI only returns the "closest" 20 servers. If the server you'
6161

6262
### Other
6363

64-
65-
6664
<details>
6765

6866
<summary>I'm getting a <code>500 | SERVER ERROR</code> error</summary>
@@ -73,6 +71,7 @@ By default `APP_DEBUG` is set to `false` in production to prevent verbose error
7371
2. Restart the container
7472
3. Reproduce the error by visiting the page or performing the action that caused the error
7573
4. View the output in the UI or in the logs to help resolve the issue, if you can not resolve it open an issue in the [GitHub](https://github.com/alexjustesen/speedtest-tracker/issues) repository
76-
5. Once the issue is resolved you can remove the `APP_DEBUG` environment variable
74+
5. In the output the line that starts with `[timestamp] production.ERROR:` is the error the server ran into
75+
6. Once the issue is resolved you can remove the `APP_DEBUG` environment variable
7776

7877
</details>
File renamed without changes.

0 commit comments

Comments
 (0)