Merge pull request from madduck/fix-website-anchor-links

Website: fix internal links
This commit is contained in:
eikek 2023-11-12 13:23:03 +01:00 committed by GitHub
commit f6bd97a86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
website/site/content/docs/configure

@ -91,7 +91,7 @@ are presented above. The available storage types are
If you use the docker setup, you can find the corresponding
environment variables to the above config snippet
[below](#environment-variables).
[here](@/docs/configure/defaults.md#environment-variables).
### Change Backends
@ -100,7 +100,7 @@ doing this, please make sure that the application is not used. It is
important that no file is uploaded during the following steps.
The [cli](@/docs/tools/cli.md) will be used, please set it up first
and you need to enable the [admin endpoint](#admin-endpoint). Config
and you need to enable the [admin endpoint](@admin-endpoint.md). Config
changes mentioned here must be applied to all nodes - joex and
restserver!

@ -28,7 +28,7 @@ At last, it is possible to configure docspell via environment
variables if there is no config file supplied (if a config file *is*
supplied, it is always preferred). Note that this approach is limited,
as arrays are not supported. A list of environment variables can be
found at the [end of this page](#environment-variables). The
found at [here](@/docs/configure/defaults.md#environment-variables). The
environment variable name follows the corresponding config key - where
dots are replaced by underscores and dashes are replaced by two
underscores. For example, the config key `docspell.server.app-name`