Unify guide titles and update pinned-guides (#10007)
This commit is contained in:
parent
3244cd7f84
commit
b2fd379a2a
8 changed files with 9 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
<#import "/templates/options.adoc" as opts>
|
||||
|
||||
<@tmpl.guide
|
||||
title="Configure distributed caches"
|
||||
title="Configuring distributed caches"
|
||||
summary="Understand how to configure the caching layer"
|
||||
includedOptions="cache cache-*">
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<#import "/templates/links.adoc" as links>
|
||||
|
||||
<@tmpl.guide
|
||||
title="Configure the Hostname"
|
||||
title="Configuring the hostname"
|
||||
summary="Learn how to configure the frontend and backchannel endpoints exposed by Keycloak."
|
||||
includedOptions="hostname-* proxy">
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<#import "/templates/kc.adoc" as kc>
|
||||
|
||||
<@tmpl.guide
|
||||
title="Configure outgoing HTTP requests"
|
||||
title="Configuring outgoing HTTP requests"
|
||||
summary="How to configure the client used for outgoing HTTP requests."
|
||||
includedOptions="">
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
containers
|
||||
configuration
|
||||
configuration-production
|
||||
all-config
|
||||
features
|
||||
containers
|
|
@ -3,7 +3,7 @@
|
|||
<#import "/templates/options.adoc" as opts>
|
||||
|
||||
<@tmpl.guide
|
||||
title="Configuring a reverse proxy"
|
||||
title="Using a reverse proxy"
|
||||
summary="Learn how to configure Keycloak together with a reverse proxy, api gateway, or load balancer."
|
||||
includedOptions="proxy proxy-*">
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<#import "/templates/kc.adoc" as kc>
|
||||
|
||||
<@tmpl.guide
|
||||
title="Using Kubernetes Secrets"
|
||||
title="Using Kubernetes secrets"
|
||||
summary="Learn how to use Kubernetes/OpenShift secrets in Keycloak"
|
||||
priority=30
|
||||
includedOptions="vault vault-*">
|
||||
|
|
Loading…
Reference in a new issue