markdown: Clarify stream name recommendations in create-stream.

Now, we further clarify in the create-stream.md macro that even
if users follow our default stream name recommendation for a
given integration, said stream must still be explicitly created.
This commit is contained in:
Eeshan Garg 2017-06-21 16:15:09 -02:30 committed by showell
parent 242162f9db
commit 1d9ab996c7
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
First, create the stream you'd like to use for
{{ integration_display_name }} notifications, and subscribe all
interested parties to this stream. We recommend the
name `{{ recommended_stream_name }}`.
name `{{ recommended_stream_name }}`. You still need to create
the stream even if you are using this default recommendation.