docs: gen (#4293)
parent
ab742a6e90
commit
c16456bd6d
|
@ -26,6 +26,8 @@ body:
|
||||||
description: What version(s) of Authelia can you reproduce this bug on?
|
description: What version(s) of Authelia can you reproduce this bug on?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
|
- v4.37.2
|
||||||
|
- v4.37.1
|
||||||
- v4.37.0
|
- v4.37.0
|
||||||
- v4.36.9
|
- v4.36.9
|
||||||
- v4.36.8
|
- v4.36.8
|
||||||
|
|
|
@ -7,5 +7,5 @@
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
const (
|
const (
|
||||||
versionSwaggerUI = "4.15.0"
|
versionSwaggerUI = "4.15.2"
|
||||||
)
|
)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Generating Secure Values"
|
title: "Generating Secure Values"
|
||||||
description: "A reference guide on generating secure values such as password hashes, password strings, and cryptography keys"
|
description: "A reference guide on generating secure values such as password hashes, password strings, and cryptography keys"
|
||||||
lead: "This section contains reference documentation for generating secure values such as password hashes, password strings, and cryptography keys."
|
lead: "This section contains reference documentation for generating secure values such as password hashes, password strings, and cryptography keys."
|
||||||
date: 2022-06-15T17:51:47+10:00
|
date: 2022-10-23T18:09:19+11:00
|
||||||
draft: false
|
draft: false
|
||||||
images: []
|
images: []
|
||||||
menu:
|
menu:
|
||||||
|
|
Loading…
Reference in New Issue