mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 20:23:39 +00:00
Remove the hugo-nav since it relied on a slow library. The current build reimplements the absurl functionality based on string replace. Discovered that my prior implementation missed the requirement for making absolute paths (/path) absolute with the host, whereas a relative path is left untouched. Updated the test cases to support this if this is reimplemented.