summaryrefslogtreecommitdiffstats
path: root/src/helpers/relativize.js
Commit message (Collapse)AuthorAgeFilesLines
* update relativize to return to if from is falsyDan Allen2018-03-271-1/+1
|
* minor optimization to relativize helperDan Allen2018-02-091-1/+1
|
* correctly relativize URL when target ends with a fragment identifierDan Allen2018-02-081-5/+14
|
* use posix path module in relativize helperDan Allen2018-01-251-1/+1
|
* align templates with UI modelDan Allen2018-01-021-0/+14
- align templates with Antora's UI model - add relativize helper to relativize a root relative URL to the current page - add detag helper to strip HTML tags from content - detag page title in HTML title element - replace the term "domain" with "component" - rename navigation-component to navigation-menu - update navigation JavaScript to activate path to current page in navigation tree - update build preview task to assign correct properties on model - update sample UI model - remove page-versions and has-versions helpers - compare selected/latest/current using equality instead of checking boolean property