NO-JIRA improve rendering for admonitions in release doc
This commit is contained in:
parent
ef09a95fb2
commit
79863c8d5f
|
@ -1,3 +1,11 @@
|
||||||
|
ifdef::env-github[]
|
||||||
|
:tip-caption: :bulb:
|
||||||
|
:note-caption: :information_source:
|
||||||
|
:important-caption: :heavy_exclamation_mark:
|
||||||
|
:caution-caption: :fire:
|
||||||
|
:warning-caption: :warning:
|
||||||
|
endif::[]
|
||||||
|
|
||||||
= Releasing Apache ActiveMQ Artemis
|
= Releasing Apache ActiveMQ Artemis
|
||||||
|
|
||||||
This document outlines the process by which Apache ActiveMQ Artemis can be released.
|
This document outlines the process by which Apache ActiveMQ Artemis can be released.
|
||||||
|
|
Loading…
Reference in New Issue