From dd5b9b1c36f3d560ffb10c0e77e8f9806262ca77 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Thu, 30 Nov 2023 08:17:23 +0100 Subject: [PATCH] Fix cross-links in guides and remove unprocessed content in include (#25126) Closes #25090 Signed-off-by: Alexander Schwartz --- docs/guides/high-availability/introduction.adoc | 4 ++-- .../partials/aurora/aurora-create-peering-connections.adoc | 2 -- docs/guides/operator/index.adoc | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/guides/high-availability/introduction.adoc b/docs/guides/high-availability/introduction.adoc index 95d04bb076..c893aac91f 100644 --- a/docs/guides/high-availability/introduction.adoc +++ b/docs/guides/high-availability/introduction.adoc @@ -9,8 +9,8 @@ preview="true" > {project_name} supports deployments that consist of multiple {project_name} instances that connect to each other using its embedded Infinispan; load balancers can distribute the load evenly across those instances. Those setups are intended for a transparent network on a single site. -The Keycloak high-availability guide goes one step further to describe setups across multiple sites. -While this setup adds additional complexity, that extra amount of high availability may be needed for some enviroments. +The {project_name} high-availability guide goes one step further to describe setups across multiple sites. +While this setup adds additional complexity, that extra amount of high availability may be needed for some environments. The different {sections} introduce the necessary concepts and building blocks. For each building block, a blueprint shows how to set a fully functional example. diff --git a/docs/guides/high-availability/partials/aurora/aurora-create-peering-connections.adoc b/docs/guides/high-availability/partials/aurora/aurora-create-peering-connections.adoc index ea6e4af0dc..91e2f1b8c5 100644 --- a/docs/guides/high-availability/partials/aurora/aurora-create-peering-connections.adoc +++ b/docs/guides/high-availability/partials/aurora/aurora-create-peering-connections.adoc @@ -23,14 +23,12 @@ vpc-0b40bd7c59dbe4277 .Command: [source,bash] ---- -<#noparse> NODE=$(kubectl get nodes --selector=node-role.kubernetes.io/worker -o jsonpath='{.items[0].metadata.name}') aws ec2 describe-instances \ --filters "Name=private-dns-name,Values=${NODE}" \ --query 'Reservations[0].Instances[0].VpcId' \ --region eu-west-1 \ --output text - ---- + .Output: diff --git a/docs/guides/operator/index.adoc b/docs/guides/operator/index.adoc index 022e395b31..b14efa30cb 100644 --- a/docs/guides/operator/index.adoc +++ b/docs/guides/operator/index.adoc @@ -3,8 +3,8 @@ include::../attributes.adoc[] <#list ctx.guides as guide> -:links_server_${guide.id}_name: ${guide.title} -:links_server_${guide.id}_url: #${guide.id} +:links_operator_${guide.id}_name: ${guide.title} +:links_operator_${guide.id}_url: #${guide.id} <#list ctx.guides as guide>