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:
parent
89715f000a
commit
28228cd526
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user