mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
This updates and unifies the contact options so it is easier to maintain. All contact options now link back to one of two locations, and both of these locations are a copy and paste for the most part. Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
14 lines
457 B
YAML
14 lines
457 B
YAML
---
|
|
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Documentation
|
|
url: https://www.authelia.com/docs/
|
|
about: Read the Documentation
|
|
- name: Matrix
|
|
url: https://matrix.to/#/#authelia:matrix.org
|
|
about: Discuss Authelia with the Developers on Matrix which is the preferred method of contact
|
|
- name: Discord
|
|
url: https://discord.authelia.com
|
|
about: Discuss Authelia with the Developers on Discord which is bridged to Matrix
|
|
...
|