From 783b01e1a987ba695f91fc9a5fc31570bdd5d9a8 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Mon, 17 Jun 2024 10:24:42 -0700 Subject: [PATCH] update for docsmobile 2.0.0 --- docs/configure.mdx | 1 - docs/elastic-otel-dotnet.docnav.json | 8 ++++---- docs/get-started.mdx | 1 - docs/intro.mdx | 1 - 4 files changed, 4 insertions(+), 7 deletions(-) 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 ---