summaryrefslogtreecommitdiffstats
path: root/src/partials
Commit message (Collapse)AuthorAgeFilesLines
* changesHEADmasterDaniel Isaksen2019-04-122-44/+26
|
* don't show Edit this Page if repository is privateDan Allen2019-02-181-1/+1
|
* show displayVersion instead of version for page / componentDan Allen2018-12-062-4/+4
|
* fix HTML validation errorsDan Allen2018-08-054-4/+4
|
* remove is-current from last breadcrumb as it currently breaks the searchDan Allen2018-04-091-1/+1
|
* add is-current marker to breadcrumb for current pageDan Allen2018-04-061-1/+1
|
* rename current class to context in navigation explore panelDan Allen2018-03-271-1/+1
|
* add title and contents for 404 pageDan Allen2018-03-271-0/+11
|
* auto-activate explore panel if page.component is not set; don't show current ↵Dan Allen2018-03-271-1/+3
| | | | component info
* don't set data-component and data-version if page.component is not setDan Allen2018-03-271-1/+1
|
* don't output navigation menu if page.navigation is not setDan Allen2018-03-271-0/+2
|
* don't output breadcrumbs ul if page.breadcrumbs is not setDan Allen2018-03-271-0/+2
|
* remove old gtag script attemptDan Allen2018-03-221-3/+0
|
* consolidate gtag scriptDan Allen2018-03-221-7/+2
|
* try another variant of the gtag codeDan Allen2018-03-221-0/+8
|
* fix google tag manager scriptDan Allen2018-03-221-1/+1
|
* use correct component version in root navigation entryDan Allen2018-03-182-2/+2
| | | | - use page.componentVersion instead of page.component to retrieve URL for current component version
* 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
* change siteRootUrl to site.homeUrlDan Allen2018-03-071-2/+2
|
* rename inc helper to incrementDan Allen2018-02-101-1/+1
|
* don't show edit this page if page.editUrl is not setDan Allen2018-02-071-0/+2
|
* show navigation list titlesDan Allen2018-02-072-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 breadcrumbsDan Allen2018-02-071-4/+4
|
* split head partialDan Allen2018-02-063-9/+9
| | | | | - split head partial into head-meta and head-scripts - consolidate gtags script
* replace analytics.js with gtag.js for GA trackingDan Allen2018-02-052-4/+9
|
* add Google Analytics tracking code if key is defined in modelDan Allen2018-02-051-0/+3
|
* don't assume page.title is set in templateDan Allen2018-02-041-0/+2
|
* reword footer textDan Allen2018-02-041-1/+1
|
* format Handlebars templates to make them more readableDan Allen2018-01-024-8/+16
|
* align templates with UI modelDan Allen2018-01-0211-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 selectorDan Allen2017-11-201-1/+1
|
* add JavaScript for navigation menuDan Allen2017-11-181-0/+1
|
* add CSS for UI shellDan Allen2017-10-242-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 templatesDan Allen2017-10-1315-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 scriptDan Allen2017-10-111-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