1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

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.
This commit is contained in:
Thomas Heartman 2023-03-21 08:36:38 +01:00 committed by GitHub
parent 89715f000a
commit 28228cd526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({