Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changesHEADmaster | Daniel Isaksen | 2019-04-12 | 2 | -44/+26 |
| | |||||
* | don't show Edit this Page if repository is private | Dan Allen | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | show displayVersion instead of version for page / component | Dan Allen | 2018-12-06 | 2 | -4/+4 |
| | |||||
* | fix HTML validation errors | Dan Allen | 2018-08-05 | 4 | -4/+4 |
| | |||||
* | remove is-current from last breadcrumb as it currently breaks the search | Dan Allen | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | add is-current marker to breadcrumb for current page | Dan Allen | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | rename current class to context in navigation explore panel | Dan Allen | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | add title and contents for 404 page | Dan Allen | 2018-03-27 | 1 | -0/+11 |
| | |||||
* | auto-activate explore panel if page.component is not set; don't show current ↵ | Dan Allen | 2018-03-27 | 1 | -1/+3 |
| | | | | component info | ||||
* | don't set data-component and data-version if page.component is not set | Dan Allen | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | don't output navigation menu if page.navigation is not set | Dan Allen | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | don't output breadcrumbs ul if page.breadcrumbs is not set | Dan Allen | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | remove old gtag script attempt | Dan Allen | 2018-03-22 | 1 | -3/+0 |
| | |||||
* | consolidate gtag script | Dan Allen | 2018-03-22 | 1 | -7/+2 |
| | |||||
* | try another variant of the gtag code | Dan Allen | 2018-03-22 | 1 | -0/+8 |
| | |||||
* | fix google tag manager script | Dan Allen | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | use correct component version in root navigation entry | Dan Allen | 2018-03-18 | 2 | -2/+2 |
| | | | | - use page.componentVersion instead of page.component to retrieve URL for current component version | ||||
* | isolate state for each nav menu | Dan Allen | 2018-03-14 | 1 | -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 | ||||
* | change siteRootUrl to site.homeUrl | Dan Allen | 2018-03-07 | 1 | -2/+2 |
| | |||||
* | rename inc helper to increment | Dan Allen | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | don't show edit this page if page.editUrl is not set | Dan Allen | 2018-02-07 | 1 | -0/+2 |
| | |||||
* | show navigation list titles | Dan Allen | 2018-02-07 | 2 | -1/+4 |
| | | | | | | | | | | | | | - 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 | ||||
* | fix missing component title in breadcrumbs | Dan Allen | 2018-02-07 | 1 | -4/+4 |
| | |||||
* | split head partial | Dan Allen | 2018-02-06 | 3 | -9/+9 |
| | | | | | - split head partial into head-meta and head-scripts - consolidate gtags script | ||||
* | replace analytics.js with gtag.js for GA tracking | Dan Allen | 2018-02-05 | 2 | -4/+9 |
| | |||||
* | add Google Analytics tracking code if key is defined in model | Dan Allen | 2018-02-05 | 1 | -0/+3 |
| | |||||
* | don't assume page.title is set in template | Dan Allen | 2018-02-04 | 1 | -0/+2 |
| | |||||
* | reword footer text | Dan Allen | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | format Handlebars templates to make them more readable | Dan Allen | 2018-01-02 | 4 | -8/+16 |
| | |||||
* | align templates with UI model | Dan Allen | 2018-01-02 | 11 | -34/+34 |
| | | | | | | | | | | | | | | - 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 page version selector | Dan Allen | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | add JavaScript for navigation menu | Dan Allen | 2017-11-18 | 1 | -0/+1 |
| | |||||
* | add CSS for UI shell | Dan Allen | 2017-10-24 | 2 | -2/+1 |
| | | | | | | | - 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 templates | Dan Allen | 2017-10-13 | 15 | -1/+152 |
| | | | | | | | - 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 |