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
|
- groups
|
||||||
- email
|
- email
|
||||||
- profile
|
- profile
|
||||||
|
- offline_access
|
||||||
userinfo_signing_algorithm: none
|
userinfo_signing_algorithm: none
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
{{ if .IsHome -}}
|
{{ if .IsHome -}}
|
||||||
<title>{{ .Site.Params.title }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.titleAddition }}</title>
|
<title>{{ .Site.Params.title }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.titleAddition }}</title>
|
||||||
{{ else -}}
|
{{ 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 -}}
|
{{ end -}}
|
||||||
|
|
||||||
{{ with .Description -}}
|
{{ with .Description -}}
|
||||||
|
|
Loading…
Reference in New Issue