From 28228cd5265f1cfe5f7f863e026317f1598145da Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 21 Mar 2023 08:36:38 +0100 Subject: [PATCH] docs: remove "under construction" message for edge (#3351) In preparation for Edge's stabilization, this PR removes the "under construction" admonition that was placed on the edge docs. --- website/remote-content/edge-proxy.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/website/remote-content/edge-proxy.js b/website/remote-content/edge-proxy.js index 7bb6f81fcb..78e50c6991 100644 --- a/website/remote-content/edge-proxy.js +++ b/website/remote-content/edge-proxy.js @@ -23,15 +23,11 @@ const getAdmonitions = (data) => { Looking for how to run the Unleash proxy? Check out the [_how to run the Unleash proxy_ guide](../how-to/how-to-run-the-unleash-proxy.mdx)! -:::`, 'unleash-edge': `:::caution 🏗️ Under construction! -Unleash Edge is currently considered very experimental. Use it at your own risk. +:::`, + 'unleash-edge': ``, + }; - -Share your comments in [🗣️ GitHub Discussions](https://github.com/Unleash/unleash/discussions) or the [💬 Unleash community Slack](https://slack.unleash.run/). -:::` - } - - return [admonitions[data.slugName]] + return [admonitions[data.slugName]]; }; const modifyContent2 = modifyContent({