docs: add offline_access scope to argocd cli (#3704)
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/3705/head^2
parent
b773598a47
commit
6729200251
|
@ -81,6 +81,7 @@ which will operate with the above example:
|
|||
- groups
|
||||
- email
|
||||
- profile
|
||||
- offline_access
|
||||
userinfo_signing_algorithm: none
|
||||
```
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
{{ if .IsHome -}}
|
||||
<title>{{ .Site.Params.title }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.titleAddition }}</title>
|
||||
{{ else -}}
|
||||
<title>{{ .Title }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.title }}</title>
|
||||
<title>{{ .Title }} {{ .Site.Params.titleSeparator }} {{ humanize .Section }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.title }}</title>
|
||||
{{ end -}}
|
||||
|
||||
{{ with .Description -}}
|
||||
|
|
Loading…
Reference in New Issue