summaryrefslogtreecommitdiffstats
path: root/src/partials/navigation-tree.hbs
Commit message (Collapse)AuthorAgeFilesLines
* rename inc helper to incrementDan Allen2018-02-101-1/+1
|
* show navigation list titlesDan Allen2018-02-071-1/+3
| | | | | | | | | | | | | - show title (level 0) of navigation list - add toggle button next to title of navigation list - hide first level of list by default - indent first level of list - if navigation list has no title * don't output toggle button and text in HTML * automatically expand first level * align first level of list with other navigation list titles - add title of component above navigation menu - tighten spacing in navigation menu
* format Handlebars templates to make them more readableDan Allen2018-01-021-1/+3
|
* align templates with UI modelDan Allen2018-01-021-3/+3
| | | | | | | | | | | | | | - 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 HTML page templatesDan Allen2017-10-131-0/+17
- 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