fix(docs): Add env HIDE_SIDEBAR_AND_SUMMARY (#188)

This commit is contained in:
Jere Vuola 2024-07-24 04:02:15 +03:00 committed by GitHub
parent 27b56c1781
commit 4205959ade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -405,4 +405,5 @@ Assign a default value for each user-modifiable setting by passing environment v
| `HIDE_AWARDS` | `["on", "off"]` | `off` |
| `DISABLE_VISIT_REDDIT_CONFIRMATION` | `["on", "off"]` | `off` |
| `HIDE_SCORE` | `["on", "off"]` | `off` |
| `HIDE_SIDEBAR_AND_SUMMARY` | `["on", "off"]` | `off` |
| `FIXED_NAVBAR` | `["on", "off"]` | `on` |