Can someone please explain me what the number which you can pass in the Documents[] macro mean? I thought it is a DocumentID, but it doesn't work like that (doesn't return Document based on ID if I pass correct DocumentID).
I can pass a path in Documents to get some node, for example this will return root document:
{% Documents["/"] %}
Just in case - I see that in Kentico 7. Path string works just fine.