Skip to content

Commit e01bbee

Browse files
authored
feat: add versioning tooltips microcopy (#643)
1 parent 59a8037 commit e01bbee

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

content/microcopy/reference.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,18 @@ 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: |-
248+
This is a beta version of the endpoint and thus may be subject to changes
249+
// latest_version: |-
250+
Tooltip text for the latest version pill
251+
latest_version: This is the most recent stable version of the endpoint
252+
// deprecated: |-
253+
Tooltip text for the deprecated pill
254+
deprecated: This version of the endpoint is deprecated
255+
244256
sidebar:
245257
titles:
246258
// 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 in version %s

0 commit comments

Comments
 (0)