From 057b588e50ee677d6cc087d49c5456fa373b9e86 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Mon, 15 Jul 2019 12:16:17 +0100 Subject: Document CTA alerts --- doc/development/documentation/styleguide.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/development/documentation') 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: -- cgit v1.2.1