You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hexdoc.data.sitemap.delete_updated_books assumes a file structure like .../{version}/{lang}/.sitemap-marker.json instead of using ModPluginWithBook #76
Ideally, ModPluginWithBook should have a method to get the relative path from a site book path (eg. /v/1.0.0/1.0/en_us/) to the site path (eg. /v/1.0.0/1.0/). This should be tested for the case where these paths are the same.