turbot / guardrails-docs

Turbot Guardrails documentation content in markdown format.
https://turbot.com/guardrails/docs
Other
3 stars 1 forks source link

Update the Alerts #80

Closed rajlearner17 closed 1 month ago

rajlearner17 commented 2 months ago

Update the the below format to the new recommended format

image

<div className="alert alert-warning">
<span style={{color:"red"}}>It is HIGHLY RECOMMENDED that you use the default prefix!</span> The TEF Stack will export the parameters that you have select to an SSM parameter, and they will use this prefix.  Using the default will greatly simplify TE deployments and upgrades.
</div>

[!NOTE] Used to call out information worth highlighting.

[!TIP] Offers helpful advice or best practices.

[!IMPORTANT] Highlights critical information that users should not overlook.

[!WARNING] Alerts users to urgent issues or actions that may cause problems.

[!CAUTION] Used to warn users about potential risks or negative outcomes.