docs: update to clickstack where possible (#1083)

Closes HDX-2221

One reference to hyperdx docs in [LOCAL.md](c2160536ac/LOCAL.md (L71)) remains because we don't have a Management APIs section in ClickStack docs yet
This commit is contained in:
Aaron Knudtson 2025-08-19 12:23:26 -04:00 committed by GitHub
parent c2160536ac
commit 5eeee5c887
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 19 additions and 6 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/app": patch
---
change app's docs links to ClickStack docs

View file

@ -254,7 +254,7 @@ export default function AlertsPage() {
>
Alerts can be{' '}
<a
href="https://www.hyperdx.io/docs/alerts"
href="https://clickhouse.com/docs/use-cases/observability/clickstack/alerts"
target="_blank"
rel="noopener noreferrer"
>

View file

@ -228,7 +228,7 @@ export const AppNavHelpMenu = ({
</Menu.Label>
<Menu.Item
href="https://hyperdx.io/docs/v2"
href="https://clickhouse.com/docs/use-cases/observability/clickstack"
component="a"
leftSection={<Icon name="book" />}
>

View file

@ -38,7 +38,10 @@ export default function LandingHeader({
<Nav.Link href="https://hyperdx.io" className="mx-2">
HyperDX Cloud
</Nav.Link>
<Nav.Link href="https://hyperdx.io/docs" className="mx-2">
<Nav.Link
href="https://clickhouse.com/docs/use-cases/observability/clickstack"
className="mx-2"
>
Docs
</Nav.Link>
{!isLoggedIn && installation?.isTeamExisting === true && (

View file

@ -202,7 +202,7 @@ export default function SearchInputV2({
<a
className="text-muted"
target="_blank"
href="https://hyperdx.io/docs/search#search-syntax"
href="https://clickhouse.com/docs/use-cases/observability/clickstack/search"
rel="noreferrer"
>
<i className="bi bi-book me-1" />

View file

@ -568,7 +568,10 @@ function SessionSetupInstructions() {
</Text>
<Text c="dimmed" size="xs">
Install the{' '}
<a href="https://www.hyperdx.io/docs/install/browser" target="_blank">
<a
href="https://clickhouse.com/docs/use-cases/observability/clickstack/sdks/browser"
target="_blank"
>
HyperDX Browser Integration
</a>{' '}
to start recording sessions.

View file

@ -133,7 +133,9 @@ export const useSpotlightActions = () => {
label: 'Documentation',
keywords: ['help', 'docs'],
onClick: () => {
router.push('https://www.hyperdx.io/docs');
router.push(
'https://clickhouse.com/docs/use-cases/observability/clickstack',
);
},
},
{