summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/development/documentation/styleguide.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md
index 1ca965f8ae9..fc04cb6b928 100644
--- a/doc/development/documentation/styleguide.md
+++ b/doc/development/documentation/styleguide.md
@@ -648,6 +648,21 @@ How it renders in docs.gitlab.com:
DANGER: **Danger:**
This is a breaking change, a bug, or something very important to note.
+### Announcement
+
+Use it for marketing announcements and other calls to action.
+Requires review and approval from a technical writer.
+
+```md
+CTA: **Announcement:**
+This is an announcement.
+```
+
+How it renders in docs.gitlab.com:
+
+CTA: **Announcement:**
+This is an announcement.
+
## Blockquotes
For highlighting a text within a blue blockquote, use this format: