summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * add style guide page to nav.adocSarah White2018-01-262-9/+10
| | | | | | | | - edit style guide
| * start a style guide; document the checklistDan Allen2018-01-261-0/+54
| |
| * style checklistsDan Allen2018-01-262-9/+69
|/ | | | | | | - hide default bullet - add list marker using CSS - add checklist to example - reset font style for all i.fa elements
* use posix path module in relativize helperDan Allen2018-01-251-1/+1
|
* don't include .git at end of clone URL in READMEDan Allen2018-01-241-1/+1
|
* fix back icon in FirefoxDan Allen2018-01-121-28/+4
| | | | - remove problematic defs from SVG
* merge !18Dan Allen2018-01-111-21/+18
|\ | | | | rerun yarn in each job in the CI pipeline
| * rerun yarn in each job in the CI pipelineDan Allen2018-01-101-21/+18
|/ | | | - only rely on .yarn-cache, not node_modules
* merge !15Dan Allen2018-01-1112-4/+792
|\ | | | | resolves #19 add UI development documentation
| * minor copyedits to README and docsSarah White2018-01-104-16/+16
| |
| * add evaluation tutorial to READMEDan Allen2018-01-102-7/+157
| | | | | | | | | | | | | | | | - add evaluation tutorial to README - extract URIs as attributes - update intro - update copyright - clarify Node install instructions in docs
| * revise documentation for accuracyDan Allen2018-01-109-93/+128
| |
| * add ui development documentationSarah White2018-01-1012-1/+604
|/ | | | | | - set up documentation component for Antora - add rough page order to nav.adoc - minor typo fix to README
* keep UI bundle in upstream master; automatically expire for non-masterDan Allen2018-01-021-3/+17
|
* merge !17Dan Allen2018-01-031-2/+13
|\ | | | | resolves #16 add job to CI pipeline to publish UI bundle
| * don't install yarn in CI as it's already available in the imageDan Allen2018-01-021-1/+0
| |
| * add job to CI pipeline to publish UI bundleDan Allen2018-01-021-1/+13
|/
* format Handlebars templates to make them more readableDan Allen2018-01-024-8/+16
|
* merge !16Dan Allen2018-01-0223-164/+179
|\ | | | | resolves #21 align UI (templates, CSS, JS, sample data) with UI model
| * align templates with UI modelDan Allen2018-01-0223-164/+179
|/ | | | | | | | | | | | | | - 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
* don't copy template files (layouts, partials, and helpers) to published siteDan Allen2017-11-271-1/+4
|
* merge !14Dan Allen2017-11-284-4/+21
|\ | | | | resolves #15 configure CI job to publish preview site to GitLab Pages
| * configure CI job to publish preview site to GitLab PagesDan Allen2017-11-274-4/+21
|/ | | | | | | - change output folder for preview site to public (requirement of GitLab Pages) - add the public folder to .gitignore file - add job to CI build that publishes preview site from master branch - add link to preview site to the README
* add reference to recipe for multiple destinations with browserify to build taskDan Allen2017-11-201-0/+1
|
* upgrade dependenciesDan Allen2017-11-202-194/+692
|
* remove redundant units on line-height valueDan Allen2017-11-201-2/+2
|
* merge !13Dan Allen2017-11-212-4/+41
|\ | | | | resolves #14 add JavaScript for fragment jumper
| * add JavaScript for fragment jumperDan Allen2017-11-202-4/+41
|/
* merge !12Dan Allen2017-11-202-5/+13
|\ | | | | resolves #13 add JavaScript for mobile navbar
| * add JavaScript for mobile navbarDan Allen2017-11-202-5/+13
|/
* merge !11Dan Allen2017-11-202-1/+19
|\ | | | | resolves #11 add JavaScript for page version selector
| * add JavaScript for page version selectorDan Allen2017-11-202-1/+19
|/
* merge !10Dan Allen2017-11-205-1/+235
|\ | | | | resolves #10 add JavaScript for navigation menu
| * add back arrow SVGSarah White2017-11-201-0/+110
| |
| * use back icon for control to hide open navigation menuDan Allen2017-11-181-1/+1
| |
| * add JavaScript for navigation menuDan Allen2017-11-183-0/+124
|/
* Merge !9Dan Allen2017-10-2621-11/+1749
|\ | | | | resolves #9 add CSS to style UI and article content
| * update postcss-calc dependencyDan Allen2017-10-242-4/+4
| |
| * add GitHub-inpsired theme for highlight.jsDan Allen2017-10-242-0/+97
| |
| * add CSS and sample content for articleDan Allen2017-10-244-13/+738
| | | | | | | | | | - add sample content for testing article styles - add CSS to style article
| * add CSS for UI shellDan Allen2017-10-2418-5/+918
| | | | | | | | | | | | | | - 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
| * configure stylelint to not enforce blank line before commentDan Allen2017-10-141-1/+4
|/
* Merge !8Dan Allen2017-10-136-0/+698
|\ | | | | resolves #8 add supporting icons for UI elements
| * add supporting icons for UI elementsHubert SABLONNIÈRE2017-10-136-0/+698
|/
* Merge !7Dan Allen2017-10-1326-15/+315
|\ | | | | | | resolves #7 add HTML page templates
| * add HTML page templatesDan Allen2017-10-1326-15/+315
|/ | | | | | | - 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
* Merge !6Dan Allen2017-10-133-12/+59
|\ | | | | resolves #6 load fonts from node modules
| * load fonts from node modules, include fonts in UI bundle, rewrite font pathDan Allen2017-10-123-12/+59
|/
* Merge !5Dan Allen2017-10-1310-43/+760
|\ | | | | resolves #5 add highlight.js as a vendor JavaScript library
| * update eslint rules and format JavaScriptDan Allen2017-10-126-32/+16
| | | | | | | | | | | | - set maximum line length to 120 - don't require a space immediately after the line comment character or inside a block comment - format JavaScript