From 56e69f8c7d7ef00bfa22186e83c53968def10436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Endre=20S=C3=A1ndor=20Varga?= Date: Wed, 8 Jul 2015 11:34:18 +0200 Subject: [PATCH] +doc #17014: Make sentence about deployment paths a note (cherry picked from commit 3c4dc45) --- akka-docs/rst/general/configuration.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/general/configuration.rst b/akka-docs/rst/general/configuration.rst index e86f45e40c..18f92ceb72 100644 --- a/akka-docs/rst/general/configuration.rst +++ b/akka-docs/rst/general/configuration.rst @@ -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.