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 + +
  • 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);