From 8437be2f335ff4e9228c08ce85bf858e0e29324d Mon Sep 17 00:00:00 2001 From: Shohei Yoshida Date: Wed, 5 Jun 2019 03:46:52 +0900 Subject: [PATCH] Rename the text helper page (#28869) --- site/content/docs/4.3/helpers/{text.md => text-truncation.md} | 4 ++-- site/data/nav.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename site/content/docs/4.3/helpers/{text.md => text-truncation.md} (81%) diff --git a/site/content/docs/4.3/helpers/text.md b/site/content/docs/4.3/helpers/text-truncation.md similarity index 81% rename from site/content/docs/4.3/helpers/text.md rename to site/content/docs/4.3/helpers/text-truncation.md index bd57099427..466bb1c460 100644 --- a/site/content/docs/4.3/helpers/text.md +++ b/site/content/docs/4.3/helpers/text-truncation.md @@ -1,7 +1,7 @@ --- layout: docs -title: Text -description: Documentation and examples for common text utilities to control alignment, wrapping, weight, and more. +title: Text truncation +description: Truncate long strings of text with an ellipsis. group: helpers toc: true --- diff --git a/site/data/nav.yml b/site/data/nav.yml index 3851fa206f..67c64b9f7a 100644 --- a/site/data/nav.yml +++ b/site/data/nav.yml @@ -60,7 +60,7 @@ - title: Position - title: Screen readers - title: Stretched link - - title: Text + - title: Text truncation - title: Utilities pages: -- 2.47.2