Just throwing this out there to anyone that's actually subscribed to this list...
We've got some rather hackish configuration settings for handling urls in subdirectories.
# // overrides for paths - this should be handled better
# Formatter.NamespaceUrlFormat = "../{namespace}.htm";
# Formatter.TypeUrlFormat = "../{type.namespace}/{type}.htm";
# Formatter.MethodUrlFormat = "../{type.namespace}/{type}.htm#{method}";
# Formatter.PropertyUrlFormat = "../{type.namespace}/{type}.htm#{property}";
# Formatter.FieldUrlFormat = "../{type.namespace}/{type}.htm#{field}";
# Formatter.EventUrlFormat = "../{type.namespace}/{type}.htm#{event}";
These go at the top of any page that's not in the root.
Any thoughts on how we can handle this better?
Ideally we'd be smart enough to resolve urls properly, so that'd make these irrelevant, but then we should still have some way of globally configuring things. Do we need a docu.config file in with the templates?
p.s. Yes, docu isn't dead, just dormant :)