diff --git a/docs/user-guide/hotjar.md b/docs/user-guide/hotjar.md new file mode 100644 index 00000000..2c6a8f39 --- /dev/null +++ b/docs/user-guide/hotjar.md @@ -0,0 +1,8 @@ +--- +title: hotjar +noindex: true +sidebar_class_name: hidden +--- + + +hj=2108173-04112024 \ No newline at end of file diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index a9df14d4..7d8d670d 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -24,7 +24,7 @@ const FeatureList = [ }, { title: 'Kubernetes 360', - link: "/docs/user-guide/k8s-360/overview/", + link: "/docs/k8s-360/overview/", Svg: require('@site/static/img/k8s.svg').default, description: <>Monitor and troubleshoot applications deployed in Kubernetes environments., }, @@ -42,13 +42,13 @@ const FeatureList = [ }, { title: 'Telemetry Collector', - link: "/docs/user-guide/telemetry-collector/", + link: "/docs/telemetry-collector/", Svg: require('@site/static/img/telemetry-collector.svg').default, description: <>Send logs, metrics, and traces data quickly and easily., }, { title: 'Log troubleshooting', - link: "/docs/user-guide/log-management/troubleshooting/log-shipping-troubleshooting/", + link: "/docs/log-management/troubleshooting/log-shipping-troubleshooting/", Svg: require('@site/static/img/troubleshooting.svg').default, description: <>Troubleshoot common log related issues., },