From 97385565d3934774573a4fbfb30c985c58f4047e Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Mon, 31 Aug 2026 15:50:34 +0200 Subject: [PATCH] Enable navigation preview on edge and staging 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 Co-authored-by: Cursor --- config/assembler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/assembler.yml b/config/assembler.yml index dce91d96d..209b67eac 100644 --- a/config/assembler.yml +++ b/config/assembler.yml @@ -23,6 +23,7 @@ environments: feature_flags: WEBSITE_SEARCH: true ASSEMBLER_API_EXPLORER: true + NAVIGATION_PREVIEW: true website_search_url: https://staging-website.elastic.co/search/elastic-website-search.js edge: uri: https://d34ipnu52o64md.cloudfront.net @@ -30,6 +31,8 @@ environments: content_source: edge google_tag_manager: enabled: false + feature_flags: + NAVIGATION_PREVIEW: true # TODO: remove 'local' and switch CI synthetics to use 'dev' explicitly once # NAVIGATION_PREVIEW is the default (at which point the pages-dropdown step # in navigation-test.journey.ts should be replaced with a top-nav step).