You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add :robusta-url: inline role and migrate remaining inline-only docs
Introduces an inline counterpart to the .. robusta-url:: / .. robusta-code::
directives, so prose mentions of Robusta URLs get their own region
picker without needing a block-level component:
Sign up at :robusta-url:`https://platform.robusta.dev/signup` today.
Or with custom link text:
Visit :robusta-url:`our platform <https://platform.robusta.dev/signup>`.
The role emits a span.robusta-region-inline wrapping the link; the
client-side script appends a compact US/EU/AP picker that shares state
with every other region selector on the page (boxes and inline alike).
Migrated 15 docs whose only Robusta URL mention was an inline external
link or inline literal — signup CTAs in install / architecture /
playbook / pro-features / metric-providers / RobustaUI / oss-vs-saas /
help / routing-with-scopes / _see_robusta_in_action-2 and the
integration endpoint references in alertmanager-integration/{dynatrace,
gcp-monitoring, launchdarkly, newrelic}.rst — all now use the role and
display the region picker beside the link.
The sphinx_design .. button-link:: on the docs index page is left as a
plain URL; the page-wide JS still rewrites its href silently so the CTA
points at the user's chosen region.
Copy file name to clipboardExpand all lines: docs/configuration/sinks/RobustaUI.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Configuring the Robusta UI Sink
20
20
------------------------------------------------
21
21
22
22
.. tip::
23
-
This guide is for users who have already installed Robusta on their cluster. If you haven't installed Robusta yet, we recommend starting by `creating a free Robusta UI account ↗ <https://platform.robusta.dev/signup?utm_source=docs&utm_content=robusta-ui-sink-page>`_ instead.
23
+
This guide is for users who have already installed Robusta on their cluster. If you haven't installed Robusta yet, we recommend starting by :robusta-url:`creating a free Robusta UI account ↗ <https://platform.robusta.dev/signup?utm_source=docs&utm_content=robusta-ui-sink-page>` instead.
0 commit comments