From 006fdf260d4eba5be06f664ac48e83b57bcc1787 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Thu, 4 Sep 2025 10:34:00 +0200 Subject: [PATCH 1/2] Edit landing and nav tests --- src/Elastic.Markdown/Layout/_LandingPage.cshtml | 6 +++--- .../src/docs-assembler.Tests/GlobalNavigationTests.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Elastic.Markdown/Layout/_LandingPage.cshtml b/src/Elastic.Markdown/Layout/_LandingPage.cshtml index 68b09bcac..5269c9ec6 100644 --- a/src/Elastic.Markdown/Layout/_LandingPage.cshtml +++ b/src/Elastic.Markdown/Layout/_LandingPage.cshtml @@ -14,7 +14,7 @@ For easy reference, changes in 9.1.0 are marked inline. For details, check Understanding versioning and availability.

- Get started + Elastic Fundamentals Upgrade versions @@ -252,12 +252,12 @@
-

Contribute and extend

+

Extend and contribute

Learn how to contribute to Elastic products and extend capabilities.

- View contribute and extend docs + View extend and contribute docs diff --git a/tests/docs-assembler.Tests/src/docs-assembler.Tests/GlobalNavigationTests.cs b/tests/docs-assembler.Tests/src/docs-assembler.Tests/GlobalNavigationTests.cs index f170d334f..9a4f47044 100644 --- a/tests/docs-assembler.Tests/src/docs-assembler.Tests/GlobalNavigationTests.cs +++ b/tests/docs-assembler.Tests/src/docs-assembler.Tests/GlobalNavigationTests.cs @@ -235,7 +235,7 @@ public async Task ParsesGlobalNavigation() "/docs/" ]); - var getStartedIntro = positionalNavigation.MarkdownNavigationLookup.GetValueOrDefault("docs-content://get-started/introduction.md"); + var getStartedIntro = positionalNavigation.MarkdownNavigationLookup.GetValueOrDefault("docs-content://get-started/index.md"); getStartedIntro.Should().NotBeNull(); parentGroup = getStartedIntro.Parent as DocumentationGroup; _ = AssertHasParents(parentGroup, positionalNavigation, getStartedIntro); From ac547b9c0251889b326cc747149c8b1b2fd934aa Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Mon, 15 Sep 2025 18:12:12 +0200 Subject: [PATCH 2/2] Add Glossary to the secondary nav --- .../Layout/_SecondaryNav.cshtml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Elastic.Documentation.Site/Layout/_SecondaryNav.cshtml b/src/Elastic.Documentation.Site/Layout/_SecondaryNav.cshtml index fca499cca..f323d25a1 100644 --- a/src/Elastic.Documentation.Site/Layout/_SecondaryNav.cshtml +++ b/src/Elastic.Documentation.Site/Layout/_SecondaryNav.cshtml @@ -48,6 +48,16 @@ Reference +
  • + + Glossary + +