There's a ticket for the config docs:
http://open.silverstripe.org/ticket/7141I think we also need a way to visualize the config tree for debugging purposes.
Particularly with overriding director rules, I've pretty much guessed
which rule should be marked as "before" and "after",
by loading the new URL endpoint and check what happened.
Given that config values aren't immutable, I think the most convenient
way would be something like Config->debug() which can be called inline
at various points of the execution change. As we get more towards immutability,
a dump at the start/end of the request will become more useful
(maybe through the new debug toolbar GSOC project?).