Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add versioning tooltips microcopy #643

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/microcopy/reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,17 @@ pill:
Pill added to deprecated endpoints and resources
deprecated: Deprecated

tooltip:
// beta: |-
Tooltip text for the beta pill
beta: This is beta version of the endpoint
// 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: |-
Expand Down
6 changes: 6 additions & 0 deletions content/microcopy/versions.yml
Original file line number Diff line number Diff line change
@@ -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 from %s version
Loading