We currently hardcode the path scheme prefix/lang/product/docset. This is good enough for now but we need to be more flexible, and at least support prefix/lang/insertion/product/docset.
This would be relevant e.g. if we're really moving back to sc/d.
My initial idea was to replace server_base_path in the INI with a different parameter. E.g. example parameter + value: url_structure = /prefix/@lang/dev/urandom/@product/@docset
Needless to say, a metric ton of places is already taking the current directory structure for granted.
We currently hardcode the path scheme
prefix/lang/product/docset
. This is good enough for now but we need to be more flexible, and at least supportprefix/lang/insertion/product/docset
. This would be relevant e.g. if we're really moving back to sc/d.My initial idea was to replace
server_base_path
in the INI with a different parameter. E.g. example parameter + value:url_structure = /prefix/@lang/dev/urandom/@product/@docset
Needless to say, a metric ton of places is already taking the current directory structure for granted.