diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2019-07-15 12:16:17 +0100 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2019-07-15 12:16:17 +0100 |
commit | 057b588e50ee677d6cc087d49c5456fa373b9e86 (patch) | |
tree | 475f787797696f46c50c834338bcd95d6e5719d6 | |
parent | f2582fbcddb353a640cf65acae5714b025ef07ad (diff) | |
download | gitlab-ce-057b588e50ee677d6cc087d49c5456fa373b9e86.tar.gz |
Document CTA alertsdocs-call-to-action
-rw-r--r-- | doc/development/documentation/styleguide.md | 15 |
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: |