Unify guide titles and update pinned-guides (#10007)

This commit is contained in:
Stian Thorgersen 2022-02-04 16:02:22 +01:00 committed by GitHub
parent 3244cd7f84
commit b2fd379a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 7 deletions

View file

@ -3,7 +3,7 @@
<#import "/templates/options.adoc" as opts> <#import "/templates/options.adoc" as opts>
<@tmpl.guide <@tmpl.guide
title="Configure distributed caches" title="Configuring distributed caches"
summary="Understand how to configure the caching layer" summary="Understand how to configure the caching layer"
includedOptions="cache cache-*"> includedOptions="cache cache-*">

View file

@ -3,7 +3,7 @@
<#import "/templates/links.adoc" as links> <#import "/templates/links.adoc" as links>
<@tmpl.guide <@tmpl.guide
title="Configure the Hostname" title="Configuring the hostname"
summary="Learn how to configure the frontend and backchannel endpoints exposed by Keycloak." summary="Learn how to configure the frontend and backchannel endpoints exposed by Keycloak."
includedOptions="hostname-* proxy"> includedOptions="hostname-* proxy">

View file

@ -2,7 +2,7 @@
<#import "/templates/kc.adoc" as kc> <#import "/templates/kc.adoc" as kc>
<@tmpl.guide <@tmpl.guide
title="Configure outgoing HTTP requests" title="Configuring outgoing HTTP requests"
summary="How to configure the client used for outgoing HTTP requests." summary="How to configure the client used for outgoing HTTP requests."
includedOptions=""> includedOptions="">

View file

@ -1,3 +1,5 @@
containers configuration
configuration-production
all-config all-config
features features
containers

View file

@ -3,7 +3,7 @@
<#import "/templates/options.adoc" as opts> <#import "/templates/options.adoc" as opts>
<@tmpl.guide <@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." summary="Learn how to configure Keycloak together with a reverse proxy, api gateway, or load balancer."
includedOptions="proxy proxy-*"> includedOptions="proxy proxy-*">

View file

@ -2,7 +2,7 @@
<#import "/templates/kc.adoc" as kc> <#import "/templates/kc.adoc" as kc>
<@tmpl.guide <@tmpl.guide
title="Using Kubernetes Secrets" title="Using Kubernetes secrets"
summary="Learn how to use Kubernetes/OpenShift secrets in Keycloak" summary="Learn how to use Kubernetes/OpenShift secrets in Keycloak"
priority=30 priority=30
includedOptions="vault vault-*"> includedOptions="vault vault-*">