Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | rename current class to context in navigation explore panel | Dan Allen | 2018-03-27 | 3 | -5/+5 | |
| | | ||||||
| * | use shared main partials in 404 layout | Dan Allen | 2018-03-27 | 1 | -7/+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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | update relativize to return to if from is falsy | Dan Allen | 2018-03-27 | 1 | -1/+1 | |
|/ | ||||||
* | set generator if antoraVersion is set in UI model | Dan Allen | 2018-03-23 | 2 | -0/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | merge !41 | Dan Allen | 2018-03-19 | 2 | -2/+2 | |
|\ | | | | | resolves #46 use correct component version in root navigation entry | |||||
| * | 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 | |||||
* | merge !40 | Dan Allen | 2018-03-15 | 1 | -0/+2 | |
|\ | | | | | Enable Kotlin and Scala language support in highlight.js config | |||||
| * | Enable Kotlin and Scala language support in highlight.js config | Thomas Girard | 2018-03-15 | 1 | -0/+2 | |
|/ | ||||||
* | merge !38 | Dan Allen | 2018-03-15 | 2 | -13/+19 | |
|\ | | | | | resolves #45 isolate state for each nav menu | |||||
| * | isolate state for each nav menu | Dan Allen | 2018-03-14 | 2 | -13/+19 | |
|/ | | | | | | | - 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 | |||||
* | merge !39 | Dan Allen | 2018-03-15 | 1 | -0/+1 | |
|\ | | | | | Enable nix language support in highlight.js config | |||||
| * | 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 | |
| | ||||||
* | change siteRootUrl to site.homeUrl | Dan Allen | 2018-03-07 | 1 | -2/+2 | |
| | ||||||
* | merge !37 | Sarah White | 2018-02-21 | 3 | -0/+53 | |
|\ | | | | | resolves #27 add sidebar styles | |||||
| * | update styles for sidebar block | Dan Allen | 2018-02-20 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | - move background and padding to container div - only apply title styles to title for sidebar - change background to something more neutral - apply semi-bold weight to sidebar title | |||||
| * | add sidebar block to preview page | Dan Allen | 2018-02-20 | 1 | -0/+14 | |
| | | ||||||
| * | add sidebar section to style guide | Sarah White | 2018-02-16 | 1 | -0/+26 | |
| | | ||||||
| * | add sidebar content styles | Sarah White | 2018-02-16 | 1 | -10/+13 | |
| | | ||||||
| * | add styles for sidebar title | Sarah White | 2018-02-14 | 1 | -0/+10 | |
|/ | ||||||
* | merge !36 | Dan Allen | 2018-02-14 | 5 | -735/+1009 | |
|\ | | | | | | | resolves #43 switch from browser-sync to gulp-server-livereload | |||||
| * | switch from browser-sync to gulp-connect | Dan Allen | 2018-02-14 | 5 | -735/+1009 | |
|/ | | | | | | | - switch from browser-sync to gulp-connect - only enable livereload if env var LIVERELOAD=true is set - add missing return in build preview task - remove debounce in watch | |||||
* | don't need to wrap pack stream in Promise | Dan Allen | 2018-02-12 | 1 | -8/+4 | |
| | ||||||
* | merge !35 | Sarah White | 2018-02-12 | 1 | -2/+1 | |
|\ | | | | | remove docs component nav list title | |||||
| * | remove nav list title | Sarah White | 2018-02-11 | 1 | -2/+1 | |
|/ | ||||||
* | use map-stream only | Dan Allen | 2018-02-11 | 5 | -30/+25 | |
| | | | | | | - use map-stream to apply a transform to a stream - read UI model data asynchronously - output message if no files are formatted | |||||
* | add some breathing room below the article | Dan Allen | 2018-02-11 | 1 | -1/+1 | |
| | ||||||
* | actually collapse top margin of first child of example block | Dan Allen | 2018-02-10 | 1 | -1/+1 | |
| | ||||||
* | rename inc helper to increment | Dan Allen | 2018-02-10 | 2 | -1/+1 | |
| | ||||||
* | merge !34 | Dan Allen | 2018-02-10 | 1 | -0/+14 | |
|\ | | | | | resolves #42 add square brackets around button reference; disable wrap | |||||
| * | add square brackets around button reference; disable wrap | Dan Allen | 2018-02-10 | 1 | -0/+14 | |
|/ | ||||||
* | collapse top margin of first child of example block | Dan Allen | 2018-02-10 | 1 | -0/+4 | |
| | ||||||
* | fix size and alignment of ordered list numerations | Dan Allen | 2018-02-10 | 1 | -2/+3 | |
| | ||||||
* | remove colon following dt; add dlist example to preview | Dan Allen | 2018-02-10 | 2 | -5/+16 | |
| | ||||||
* | document how to support the ordered list numeration styles | Dan Allen | 2018-02-10 | 1 | -1/+46 | |
| | ||||||
* | merge !32 | Dan Allen | 2018-02-10 | 1 | -3/+28 | |
|\ | | | | | resolves #24 add numeration styles for ordered lists | |||||
| * | add numeration styles for ordered lists | Dan Allen | 2018-02-09 | 1 | -3/+28 | |
|/ |