Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace analytics.js with gtag.js for GA tracking | Dan Allen | 2018-02-05 | 1 | -3/+0 |
| | |||||
* | add Google Analytics tracking code if key is defined in model | Dan Allen | 2018-02-05 | 1 | -0/+3 |
| | |||||
* | align templates with UI model | Dan Allen | 2018-01-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | - 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 | ||||
* | add JavaScript for navigation menu | Dan Allen | 2017-11-18 | 1 | -0/+1 |
| | |||||
* | add HTML page templates | Dan Allen | 2017-10-13 | 1 | -1/+1 |
| | | | | | | | - add HTML page templates - fill in UI model to activate all parts of templates - add helpers for use in templates - update build:preview task to apply 404 template to 404 page | ||||
* | integrate highlight.js as vendor script | Dan Allen | 2017-10-11 | 1 | -0/+2 |
- add highlight.js as dependency - add script to require highlight.js and register languages - add footer scripts partial - link to compiled highlight.js script |