On some domains, there are paths that I know I want to be included, but that aren't navigable to directly from the base of the domain.
I'd like to be able to provide config which'll queue configured paths even if they're not actually linked to from elsewhere
Activity
30-Dec-23 11:43
assigned to @btasker
30-Dec-23 11:45
Config will live in
config/path-hints.txt
Format is simple: one URL per line.
The usual rules will still be applied to URLs specified, so adding
https://example.com/query
topath-hints.txt
will have no impact ifexample.com
is not insites.txt
30-Dec-23 11:55
mentioned in commit 44b5172e813836e378fc09fed29d73ee6f66c544
Message
feat: Allow path hints to be provided (utilities/file_location_listing#18)