mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
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:
parent
c2160536ac
commit
5eeee5c887
7 changed files with 19 additions and 6 deletions
5
.changeset/light-rockets-melt.md
Normal file
5
.changeset/light-rockets-melt.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
change app's docs links to ClickStack docs
|
||||
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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" />}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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 && (
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue