Skip to content

Commit 5eeee5c

Browse files
authored
docs: update to clickstack where possible (#1083)
Closes HDX-2221 One reference to hyperdx docs in [LOCAL.md](https://github.com/hyperdxio/hyperdx/blob/c2160536ac0b4e3078998cc56b4e03b2cee919f9/LOCAL.md?plain=1#L71) remains because we don't have a Management APIs section in ClickStack docs yet
1 parent c216053 commit 5eeee5c

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

.changeset/light-rockets-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperdx/app": patch
3+
---
4+
5+
change app's docs links to ClickStack docs

packages/app/src/AlertsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export default function AlertsPage() {
254254
>
255255
Alerts can be{' '}
256256
<a
257-
href="https://www.hyperdx.io/docs/alerts"
257+
href="https://clickhouse.com/docs/use-cases/observability/clickstack/alerts"
258258
target="_blank"
259259
rel="noopener noreferrer"
260260
>

packages/app/src/AppNav.components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export const AppNavHelpMenu = ({
228228
</Menu.Label>
229229

230230
<Menu.Item
231-
href="https://hyperdx.io/docs/v2"
231+
href="https://clickhouse.com/docs/use-cases/observability/clickstack"
232232
component="a"
233233
leftSection={<Icon name="book" />}
234234
>

packages/app/src/LandingHeader.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ export default function LandingHeader({
3838
<Nav.Link href="https://hyperdx.io" className="mx-2">
3939
HyperDX Cloud
4040
</Nav.Link>
41-
<Nav.Link href="https://hyperdx.io/docs" className="mx-2">
41+
<Nav.Link
42+
href="https://clickhouse.com/docs/use-cases/observability/clickstack"
43+
className="mx-2"
44+
>
4245
Docs
4346
</Nav.Link>
4447
{!isLoggedIn && installation?.isTeamExisting === true && (

packages/app/src/SearchInputV2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default function SearchInputV2({
202202
<a
203203
className="text-muted"
204204
target="_blank"
205-
href="https://hyperdx.io/docs/search#search-syntax"
205+
href="https://clickhouse.com/docs/use-cases/observability/clickstack/search"
206206
rel="noreferrer"
207207
>
208208
<i className="bi bi-book me-1" />

packages/app/src/SessionsPage.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,10 @@ function SessionSetupInstructions() {
568568
</Text>
569569
<Text c="dimmed" size="xs">
570570
Install the{' '}
571-
<a href="https://www.hyperdx.io/docs/install/browser" target="_blank">
571+
<a
572+
href="https://clickhouse.com/docs/use-cases/observability/clickstack/sdks/browser"
573+
target="_blank"
574+
>
572575
HyperDX Browser Integration
573576
</a>{' '}
574577
to start recording sessions.

packages/app/src/Spotlights.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ export const useSpotlightActions = () => {
133133
label: 'Documentation',
134134
keywords: ['help', 'docs'],
135135
onClick: () => {
136-
router.push('https://www.hyperdx.io/docs');
136+
router.push(
137+
'https://clickhouse.com/docs/use-cases/observability/clickstack',
138+
);
137139
},
138140
},
139141
{

0 commit comments

Comments
 (0)