diff --git a/docs/configure.mdx b/docs/configure.mdx index 9439f64..c1486d6 100644 --- a/docs/configure.mdx +++ b/docs/configure.mdx @@ -1,5 +1,4 @@ --- -id: otelDotNetConfigure slug: /otel-dotnet/configure title: Configure --- diff --git a/docs/elastic-otel-dotnet.docnav.json b/docs/elastic-otel-dotnet.docnav.json index 89444fe..8a15006 100644 --- a/docs/elastic-otel-dotnet.docnav.json +++ b/docs/elastic-otel-dotnet.docnav.json @@ -1,17 +1,17 @@ { "mission": ".NET", "id": "elastic-otel-dotnet", - "landingPageId": "otelDotNetInto", - "icon": "faceHappy", + "landingPageSlug": "/otel-dotnet/intro", + "icon": "logoObservability", "description": "Elastic OpenTelemetry Distribution for .NET", "items": [ { "label": "Get started", - "pageId": "otelDotNetGetStarted" + "slug": "/otel-dotnet/get-started" }, { "label": "Configure", - "pageId": "otelDotNetConfigure" + "slug": "/otel-dotnet/configure" } ] } \ No newline at end of file diff --git a/docs/get-started.mdx b/docs/get-started.mdx index 48a7618..260b1dd 100644 --- a/docs/get-started.mdx +++ b/docs/get-started.mdx @@ -1,5 +1,4 @@ --- -id: otelDotNetGetStarted slug: /otel-dotnet/get-started title: Get started --- diff --git a/docs/intro.mdx b/docs/intro.mdx index 19dd7bc..bd120ae 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -1,5 +1,4 @@ --- -id: otelDotNetIntro slug: /otel-dotnet/intro title: Elastic OpenTelemetry Distribution for .NET ---