diff --git a/vale/styles/spectrocloud/admonitions.yml b/vale/styles/spectrocloud/admonitions.yml new file mode 100644 index 0000000000..7022fc26e0 --- /dev/null +++ b/vale/styles/spectrocloud/admonitions.yml @@ -0,0 +1,8 @@ +extends: substitution +message: "The ':::note' admonition is not approved under the Spectro Cloud style guide. Consider using ':::info' or another approved admonition." +link: https://spectrocloud.atlassian.net/wiki/spaces/DE/pages/1765933057/Spectro+Cloud+Internal+Style+Guide#Admonitions/Callouts +level: error +nonword: true +ignorecase: true +swap: + ":::note": ":::info" \ No newline at end of file