🩹 Fixes broken links in docs
This commit is contained in:
@@ -25,7 +25,7 @@ All content is located either in the [`./README.md`](/README.md) or [`/docs/`](/
|
||||
## Raise a bug
|
||||
If you've found a bug, then please do raise it as an issue. This will help me know if there's something that needs fixing. Try and include as much detail as possible, such as your environment, steps to reproduce, any console output and maybe an example screenshot or recording if necessary.
|
||||
|
||||
[](https://github.com/Lissy93/dashy/issues/new?assignees=Lissy93&labels=%F0%9F%90%9B+Bug&template=bug-report---.md&title=%5BBUG%5D)
|
||||
[](https://github.com/Lissy93/dashy/issues/new?assignees=lissy93&labels=%F0%9F%90%9B+Bug&template=bug.yml&title=%5BBUG%5D+%3Ctitle%3E)
|
||||
|
||||
## Join the discussion
|
||||
I've enabled the discussion feature on GitHub, here you can share tips and tricks, useful information, or your dashboard. You can also ask questions, and offer basic support to other users.
|
||||
|
||||
@@ -57,6 +57,8 @@ Alternatively, as a workaround, you have several options:
|
||||
|
||||
In V 1.6.5 an update was made that in the future will become a breaking change. You will need to update you config to reflect this before V 2.0.0 is released. In the meantime, your previous config will continue to function normally, but you will see a validation warning. The change means that the structure of the `appConfig.auth` object is now an object, which has a `users` property.
|
||||
|
||||
For more info, see [this announcement](https://github.com/Lissy93/dashy/discussions/177).
|
||||
|
||||
You can fix this by replacing:
|
||||
|
||||
```yaml
|
||||
@@ -68,11 +70,10 @@ auth:
|
||||
with
|
||||
|
||||
```yaml
|
||||
appConfig:
|
||||
auth:
|
||||
users:
|
||||
- user: xxx
|
||||
hash: xxx
|
||||
auth:
|
||||
users:
|
||||
- user: xxx
|
||||
hash: xxx
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user