docs: gen (#4293)
parent
ab742a6e90
commit
c16456bd6d
|
@ -26,6 +26,8 @@ body:
|
|||
description: What version(s) of Authelia can you reproduce this bug on?
|
||||
multiple: true
|
||||
options:
|
||||
- v4.37.2
|
||||
- v4.37.1
|
||||
- v4.37.0
|
||||
- v4.36.9
|
||||
- v4.36.8
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
package cmd
|
||||
|
||||
const (
|
||||
versionSwaggerUI = "4.15.0"
|
||||
versionSwaggerUI = "4.15.2"
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "Generating Secure Values"
|
||||
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."
|
||||
date: 2022-06-15T17:51:47+10:00
|
||||
date: 2022-10-23T18:09:19+11:00
|
||||
draft: false
|
||||
images: []
|
||||
menu:
|
||||
|
|
Loading…
Reference in New Issue