website/docs: update 2023.8 actually (#6591)
* add actual changelog Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix source docs credentials Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
d9f13e89c6
commit
e467a91f44
|
@ -5,6 +5,11 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
POSTGRES_DB: authentik
|
||||
POSTGRES_USER: authentik
|
||||
POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77"
|
||||
|
||||
jobs:
|
||||
publish-source-docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -15,7 +15,7 @@ export default function Comparison() {
|
|||
"Requires additional product: Web Application Proxy";
|
||||
return (
|
||||
<>
|
||||
<a id="comparison"></a>
|
||||
<div id="comparison"></div>
|
||||
<h1 className="header">Why authentik?</h1>
|
||||
<div className="table-responsive">
|
||||
<div className="table">
|
||||
|
|
Reference in New Issue