Merge pull request #17935 from drewhk/wip-17014-fwd-port-drewhk

+doc #17014: Make sentence about deployment paths a note
This commit is contained in:
drewhk 2015-07-08 13:04:36 +02:00
commit 5793bde5b1

View file

@ -405,8 +405,11 @@ topics. An example may look like this:
.. includecode:: code/docs/config/ConfigDocSpec.scala#deployment-section
The deployment section for a specific actor is identified by the
path of the actor relative to ``/user``.
.. note::
The deployment section for a specific actor is identified by the
path of the actor relative to ``/user``.
You can use asterisks as wildcard matches for the actor path sections, so you could specify:
``/*/sampleActor`` and that would match all ``sampleActor`` on that level in the hierarchy.