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
Andreas Brenk 2022-07-14 02:13:18 +02:00 committed by James Elliott
parent b773598a47
commit 6729200251
No known key found for this signature in database
GPG Key ID: 0F1C4A096E857E49
2 changed files with 2 additions and 1 deletions

View File

@ -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
``` ```

View File

@ -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 -}}