docs: misc fixes (#2186)
This fixes misc broken links in the docs as well as an invalid viewBox element.pull/2187/head
parent
76189b86b7
commit
0da770d900
|
@ -40,7 +40,7 @@ layout: table_wrappers
|
|||
<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>
|
||||
</svg>
|
||||
</symbol>
|
||||
<symbol id="svg-contrib" viewBox=""0 0 24 24">
|
||||
<symbol id="svg-contrib" viewBox="0 0 24 24">
|
||||
<title>Survey contribution</title>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
|
|
@ -381,7 +381,7 @@ access in desired situations. Examples include denying access to an API that has
|
|||
### bypass
|
||||
|
||||
This policy skips all authentication and allows anyone to use the resource. This policy is not available with a rule
|
||||
that includes a [subject](#Subjects) restriction because the minimum authentication level required to obtain information
|
||||
that includes a [subject](#subject) restriction because the minimum authentication level required to obtain information
|
||||
about the subject is [one_factor](#one_factor).
|
||||
|
||||
### one_factor
|
||||
|
|
|
@ -103,7 +103,7 @@ required: no
|
|||
</div>
|
||||
|
||||
The key `skip_verify` completely negates validating the certificate of the backend service. This is not recommended,
|
||||
instead you should tweak the `server_name` option, and the global option [certificates_directory](./miscellaneous.md#certificates-directory).
|
||||
instead you should tweak the `server_name` option, and the global option [certificates_directory](./miscellaneous.md#certificates_directory).
|
||||
|
||||
### Minimum Version
|
||||
<div markdown="1">
|
||||
|
|
|
@ -12,7 +12,7 @@ If you don't have a SQL server, you can use [SQLite](https://en.wikipedia.org/wi
|
|||
However please note that this setup will prevent you from running multiple
|
||||
instances of Authelia since the database will be a local file.
|
||||
|
||||
Use of this storage provider leaves Authelia [stateful](../features/statelessness.md). It's important in highly
|
||||
Use of this storage provider leaves Authelia [stateful](../../features/statelessness.md). It's important in highly
|
||||
available scenarios to use one of the other providers, and we highly recommend it in production environments, but this
|
||||
requires you setup an external database.
|
||||
|
||||
|
|
|
@ -57,5 +57,4 @@ an infrastructure on bare metal. We would be more than happy to review any PR on
|
|||
|
||||
[config.template.yml]: https://github.com/authelia/authelia/blob/master/config.template.yml
|
||||
[Getting Started]: ../getting-started.md
|
||||
[Deployment for Devs]: ./deployment-dev.md
|
||||
[Kubernetes]: https://kubernetes.io/
|
||||
|
|
|
@ -9,7 +9,7 @@ grand_parent: Features
|
|||
# Security Keys
|
||||
|
||||
**Authelia** supports hardware-based second factors leveraging security keys like
|
||||
[Yubikeys](Yubikey).
|
||||
[YubiKey]'s.
|
||||
|
||||
Security keys are among the most secure second factor. This method is already
|
||||
supported by many major applications and platforms like Google, Facebook, Github,
|
||||
|
@ -60,4 +60,4 @@ and might even be enabled on some of them. Please be sure your browser
|
|||
supports U2F and that the feature is enabled to make the option
|
||||
available in **Authelia**.
|
||||
|
||||
[Yubikey]: https://www.yubico.com/products/yubikey-hardware/yubikey4/
|
||||
[YubiKey]: https://www.yubico.com/products/yubikey-5-overview/
|
||||
|
|
|
@ -8,7 +8,7 @@ nav_order: 4
|
|||
# Password Reset
|
||||
|
||||
**Authelia** provides a workflow to let users reset their password when they lose it.
|
||||
To disable reset password functionality please see the [configuration docs](../configuration/authentication/index.md#disabling-reset-password).
|
||||
To disable reset password functionality please see the [configuration docs](../configuration/authentication/index.md#disable_reset_password).
|
||||
|
||||
A simple click on `Reset password?` for starting the process. Note that resetting a
|
||||
password requires a new identity verification using the e-mail of the user.
|
||||
|
|
Loading…
Reference in New Issue