Skip to content

Commit c6830f2

Browse files
committed
feat: add versioning tooltips microcopy
1 parent 59a8037 commit c6830f2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/microcopy/reference.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,17 @@ pill:
241241
Pill added to deprecated endpoints and resources
242242
deprecated: Deprecated
243243

244+
tooltip:
245+
// beta: |-
246+
Tooltip text for the beta pill
247+
beta: This is beta version of the endpoint
248+
// latest_version: |-
249+
Tooltip text for the latest version pill
250+
latest_version: This is the most recent stable version of the endpoint
251+
// deprecated: |-
252+
Tooltip text for the deprecated pill
253+
deprecated: This version of the endpoint is deprecated
254+
244255
sidebar:
245256
titles:
246257
// deprecated_entries: |-

content/microcopy/versions.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
---
22
// label: The prefix for the selected API version
33
label: API version
4+
5+
// about: Label of a link to the page about API versioning
6+
about: About Box API versioning
7+
8+
// resource_version_tooltip: Tooltip text for resource version
9+
resource_version_tooltip: This resource is used by endpoints from %s version

0 commit comments

Comments
 (0)