Regrettably, web parts don't support multiple paths. However, you can mimic this behavior with a custom WHERE condition if it is available. For example, the WHERE condition could look something like this:
NodeAliasPath like '/Articles/%' OR NodeAliasPath like '/Misc/%'
Please don't forget to set the path property to /% to include all the documents into the query.
-bp-