Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable the Swift language highlight in code blocks | Roman Shamritskiy | 2018-12-28 | 1 | -0/+1 |
| | |||||
* | Add clojure to highlight.js languages | Dominic Monroe | 2018-10-13 | 1 | -0/+1 |
| | |||||
* | fix scroll into view behavior in navigation | Dan Allen | 2018-08-12 | 1 | -9/+6 |
| | | | | | | | - set position relative on .nav-menu - remove position relative from .nav-item - optimize computations for scroll into view - remove debug statements | ||||
* | more debugging of scrollIntoView | Dan Allen | 2018-08-12 | 1 | -2/+2 |
| | |||||
* | debug navigation scrollIntoView | Dan Allen | 2018-08-12 | 1 | -0/+3 |
| | |||||
* | make text of text-only nav item with children clickable | Dan Allen | 2018-08-05 | 1 | -0/+20 |
| | |||||
* | fix race condition in fragment jumper | Dan Allen | 2018-04-15 | 1 | -0/+1 |
| | | | | - sometimes the built-in jump wins out; jump again after delay to be sure | ||||
* | rename current class to context in navigation explore panel | Dan Allen | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | assume a single nav menu in the navigation script | Dan Allen | 2018-03-27 | 1 | -6/+2 |
| | |||||
* | short-circuit navigation menu logic if navigation menu is absent | Dan Allen | 2018-03-27 | 1 | -14/+18 |
| | |||||
* | scope DOM queries for menu elements to the menu panel | Dan Allen | 2018-03-27 | 1 | -7/+8 |
| | |||||
* | consolidate the from value resolution in the find function | Dan Allen | 2018-03-27 | 1 | -2/+1 |
| | |||||
* | Enable Kotlin and Scala language support in highlight.js config | Thomas Girard | 2018-03-15 | 1 | -0/+2 |
| | |||||
* | isolate state for each nav menu | Dan Allen | 2018-03-14 | 1 | -12/+18 |
| | | | | | | | - 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 | ||||
* | Enable nix language support in highlight.js config | Pierre Radermecker | 2018-03-14 | 1 | -0/+1 |
| | |||||
* | enable haskell language support in highlight.js config | Dan Allen | 2018-03-14 | 1 | -0/+1 |
| | |||||
* | format and consolidate code in navigation script | Dan Allen | 2018-02-05 | 1 | -10/+3 |
| | |||||
* | open menu item when activated | Dan Allen | 2018-02-05 | 1 | -11/+23 |
| | | | | | | - open menu item when activated (i.e., clicked) - reorder logic in navigation script to be more intuitive - use single query to find all menu items to open | ||||
* | look for in-page links anywhere in page | Dan Allen | 2018-02-04 | 1 | -1/+1 |
| | | | | - fixes the scroll offset when an in-page link in the site navigation is clicked | ||||
* | align templates with UI model | Dan Allen | 2018-01-02 | 1 | -9/+22 |
| | | | | | | | | | | | | | | - 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 fragment jumper | Dan Allen | 2017-11-20 | 1 | -0/+37 |
| | |||||
* | add JavaScript for mobile navbar | Dan Allen | 2017-11-20 | 1 | -0/+12 |
| | |||||
* | add JavaScript for page version selector | Dan Allen | 2017-11-20 | 1 | -0/+18 |
| | |||||
* | add JavaScript for navigation menu | Dan Allen | 2017-11-18 | 1 | -0/+122 |
| | |||||
* | update eslint rules and format JavaScript | Dan Allen | 2017-10-12 | 1 | -1/+1 |
| | | | | | | - set maximum line length to 120 - don't require a space immediately after the line comment character or inside a block comment - format JavaScript | ||||
* | integrate highlight.js as vendor script | Dan Allen | 2017-10-11 | 1 | -0/+27 |
- add highlight.js as dependency - add script to require highlight.js and register languages - add footer scripts partial - link to compiled highlight.js script |