From e01bbeea67ca8ba08589823d41251fe387499b5b Mon Sep 17 00:00:00 2001 From: wsocha <51166660+wsocha@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:59:28 +0100 Subject: [PATCH] feat: add versioning tooltips microcopy (#643) --- content/microcopy/reference.yml | 12 ++++++++++++ content/microcopy/versions.yml | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/content/microcopy/reference.yml b/content/microcopy/reference.yml index cffd0ffe1..fffddcb05 100644 --- a/content/microcopy/reference.yml +++ b/content/microcopy/reference.yml @@ -241,6 +241,18 @@ pill: Pill added to deprecated endpoints and resources deprecated: Deprecated +tooltip: + // beta: |- + Tooltip text for the beta pill + beta: |- + This is a beta version of the endpoint and thus may be subject to changes + // latest_version: |- + Tooltip text for the latest version pill + latest_version: This is the most recent stable version of the endpoint + // deprecated: |- + Tooltip text for the deprecated pill + deprecated: This version of the endpoint is deprecated + sidebar: titles: // deprecated_entries: |- diff --git a/content/microcopy/versions.yml b/content/microcopy/versions.yml index 0b18fb8a2..122232d7c 100644 --- a/content/microcopy/versions.yml +++ b/content/microcopy/versions.yml @@ -1,3 +1,9 @@ --- // label: The prefix for the selected API version label: API version + +// about: Label of a link to the page about API versioning +about: About Box API versioning + +// resource_version_tooltip: Tooltip text for resource version +resource_version_tooltip: This resource is used by endpoints in version %s