summaryrefslogtreecommitdiffstats
path: root/src/partials/navigation.hbs
Commit message (Collapse)AuthorAgeFilesLines
* fix HTML validation errorsDan Allen2018-08-051-1/+1
|
* don't set data-component and data-version if page.component is not setDan Allen2018-03-271-1/+1
|
* isolate state for each nav menuDan Allen2018-03-141-1/+1
| | | | | | | - add data-component attribute to navigation container - add data-version attribute to navigation container - store state for each menu separately, using the component + version as the key - add version field to nav-state data to detect & purge incompatible data
* align templates with UI modelDan Allen2018-01-021-1/+1
| | | | | | | | | | | | | | - 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 CSS for UI shellDan Allen2017-10-241-1/+0
| | | | | | | - add CSS for all UI elements outside of article content - add additional CSS classes to be activated by JavaScript - add Roboto and Roboto Mono font packages as dev dependencies - change navigation button in toolbar to a toggle
* add HTML page templatesDan Allen2017-10-131-0/+9
- 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