mirror of https://github.com/authelia/authelia.git
126569c99e
* docs: add supported items to certificates_directory docs It is unclear if adding root certificates to the certificates_directory will allow verification for self-signed certificates for things other than SMTP and LDAP. This change aims to improve clarity in that regard. Signed-off-by: Brynn Crowley <littlehill723@gmail.com> * docs: remove ambiguity from certificates_directory docs It is unclear if adding root certificates to the certificates_directory will allow verification for self-signed certificates for things other than SMTP and LDAP. By removing the incomplete list of items supported, we move to improve clarity. Signed-off-by: Brynn Crowley <littlehill723@gmail.com> --------- Signed-off-by: Brynn Crowley <littlehill723@gmail.com> |
||
---|---|---|
.. | ||
assets | ||
config | ||
content | ||
data | ||
functions | ||
i18n | ||
layouts | ||
static | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.markdownlint-cli2.jsonc | ||
.npmrc | ||
.stylelintignore | ||
.stylelintrc.json | ||
README.md | ||
netlify.toml | ||
package.json | ||
pnpm-lock.yaml |
README.md
The Authelia website / documentation source.
Viewing the Documentation
This documentation is only intended to be viewed via the website www.authelia.com. Some elements will not render on GitHub, and as such, the markdown is not the official documentation, just a partial representation of it. representation of it.
Contributing
Please:
- Only edit the
/content
folder via the main Authelia monorepo - Edit everything else via the Authelia website repo
See the Documentation Contributing Guide for more information.