Matching just /docs created a very small namespace, since any other path parts
would match the Document path. So, append /show after /docs for the display
view. This makes other views like /docs/edit possible later.
// Display a logging console on top of this page.
(new AH.LoggingConsole()).initConsole();
</script>