docs: fix url ref (#4130)
parent
ff0ed6fa22
commit
b21aa73fd4
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Documentation"
|
||||
title: "Documentation Contributions"
|
||||
description: "Information on contributing documentation to the Authelia project."
|
||||
lead: "Authelia has great documentation however there are always things that can be added. This section describes the contribution process for the documentation even though it's incredibly easy."
|
||||
date: 2022-06-15T17:51:47+10:00
|
||||
|
@ -10,6 +10,8 @@ menu:
|
|||
parent: "prologue"
|
||||
weight: 130
|
||||
toc: true
|
||||
alias:
|
||||
- /contributing/prologue/documentation
|
||||
---
|
||||
|
||||
## Introduction
|
|
@ -15,7 +15,7 @@ toc: true
|
|||
Istio uses [Envoy](../proxies/envoy.md) as an Ingress. This means it has a relatively comprehensive integration option.
|
||||
Istio is supported with Authelia v4.37.0 and higher via [Envoy]'s [external authorization] filter.
|
||||
|
||||
[external authorization]: (https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto.html#extensions-filters-http-ext-authz-v3-extauthz)
|
||||
[external authorization]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto.html#extensions-filters-http-ext-authz-v3-extauthz
|
||||
|
||||
## Example
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ Below you will find commented examples of the following configuration:
|
|||
|
||||
Support for [Envoy] is possible with Authelia v4.37.0 and higher via [Envoy]'s [external authorization] filter.
|
||||
|
||||
[external authorization]: (https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto.html#extensions-filters-http-ext-authz-v3-extauthz)
|
||||
[external authorization]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto.html#extensions-filters-http-ext-authz-v3-extauthz
|
||||
|
||||
{{< details "docker-compose.yaml" >}}
|
||||
```yaml
|
||||
|
|
|
@ -89,7 +89,7 @@ available in [Kubernetes]. You would likely have to build your own [HAProxy] ima
|
|||
|
||||
[Envoy] is supported with Authelia v4.37.0 and higher via [Envoy]'s [external authorization] filter.
|
||||
|
||||
[external authorization]: (https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto.html#extensions-filters-http-ext-authz-v3-extauthz)
|
||||
[external authorization]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto.html#extensions-filters-http-ext-authz-v3-extauthz
|
||||
|
||||
### Caddy
|
||||
|
||||
|
|
|
@ -38,36 +38,36 @@
|
|||
"version": "auto-changelog -p && git add CHANGELOG.md"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.18.10",
|
||||
"@babel/core": "7.19.1",
|
||||
"@babel/preset-env": "7.19.1",
|
||||
"@babel/cli": "7.19.3",
|
||||
"@babel/core": "7.19.3",
|
||||
"@babel/preset-env": "7.19.3",
|
||||
"@fullhuman/postcss-purgecss": "4.1.3",
|
||||
"@hyas/images": "0.2.3",
|
||||
"@popperjs/core": "2.11.6",
|
||||
"auto-changelog": "2.4.0",
|
||||
"autoprefixer": "10.4.12",
|
||||
"bootstrap": "5.2.1",
|
||||
"bootstrap": "5.2.2",
|
||||
"bootstrap-icons": "1.9.1",
|
||||
"clipboard": "2.0.11",
|
||||
"eslint": "8.24.0",
|
||||
"exec-bin": "1.0.0",
|
||||
"flexsearch": "0.7.21",
|
||||
"flexsearch": "0.7.31",
|
||||
"highlight.js": "11.6.0",
|
||||
"hugo-installer": "4.0.0",
|
||||
"hugo-installer": "4.0.1",
|
||||
"instant.page": "5.1.1",
|
||||
"katex": "0.16.2",
|
||||
"lazysizes": "5.3.2",
|
||||
"markdownlint-cli2": "0.5.1",
|
||||
"netlify-plugin-submit-sitemap": "0.4.0",
|
||||
"node-fetch": "3.2.10",
|
||||
"postcss": "8.4.16",
|
||||
"postcss": "8.4.17",
|
||||
"postcss-cli": "10.0.0",
|
||||
"purgecss-whitelister": "2.4.0",
|
||||
"shx": "0.3.4",
|
||||
"stylelint": "14.12.1",
|
||||
"stylelint": "14.13.0",
|
||||
"stylelint-config-standard-scss": "4.0.0"
|
||||
},
|
||||
"otherDependencies": {
|
||||
"hugo": "0.104.0"
|
||||
"hugo": "0.104.3"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue