From 527f3e5d526d37a01e47b34e9e78c1ee31277a0e Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Fri, 10 Nov 2023 15:49:21 -0600 Subject: [PATCH] Glossary updates (#14134) --- content/en/docs/releases/contribute/shortcodes/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/releases/contribute/shortcodes/index.md b/content/en/docs/releases/contribute/shortcodes/index.md index 5889b389ab..27da22a9ee 100644 --- a/content/en/docs/releases/contribute/shortcodes/index.md +++ b/content/en/docs/releases/contribute/shortcodes/index.md @@ -158,21 +158,21 @@ term to get a pop-up with the definition. For example: The Istio component that programs the {{}}Envoy{{}} proxies, responsible for service discovery, load balancing, and routing. {{< /text >}} -Is rendered as follows: +is rendered as follows: -The Istio component that programs the {{}}Envoy{{}} proxies, responsible for service discovery, load balancing, and routing. +The Istio component that programs the {{}}Envoy{{}} proxies, responsible for service discovery, load balancing, and routing. If you use a variant of the term in your text, you can still use this shortcode to include the pop up with the definition. To specify a substitution, just include the glossary entry within the shortcode. For example: {{< text markdown >}} -The Istio component that programs the {{}}Envoy{{}} proxies, responsible for service discovery, load balancing, and routing. +{{}}Envoy's{{}} HTTP support was designed to first and foremost be an HTTP/2 multiplexing proxy. {{< /text >}} Renders with the pop up for the `envoy` glossary entry as follows: -The Istio component that programs the {{< gloss envoy >}}Envoy{{}} proxies, responsible for service discovery, load balancing, and routing. +{{< gloss envoy >}}Envoy's{{}} HTTP support was designed to first and foremost be an HTTP/2 multiplexing proxy. ## Callouts