Enable navigation preview on edge and staging - #3979
Merged
Conversation
The nav preview flag was only on in dev and preview. Turning it on for edge and staging lets reviewers verify the new nav on real deployed environments before it becomes the default everywhere. Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
theletterf
approved these changes
Aug 31, 2026
Docs preview (local build)Handbook preview: https://docs-v3-preview.elastic.dev/elastic/docs-builder/pull/3979/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Turns on the
NAVIGATION_PREVIEWfeature flag for theedgeandstagingenvironments inconfig/assembler.yml.Affects: Configuration, Deploys & previews
Why
The nav preview flag was only on in
devandpreview, so the new navigation could not be checked on a real deployed environment. Enabling it onedgeandstaginglets reviewers verify the new nav before it becomes the default everywhere.What
assembler.ymlenvironmentsThe
stagingandedgeenvironments each gain aNAVIGATION_PREVIEW: trueentry underfeature_flags:.stagingalready had afeature_flags:block;edgegains a new one.Verify
dotnet test tests/Elastic.Documentation.Configuration.Tests/Made with Cursor