summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* set generator if antoraVersion is set in UI modelDan Allen2018-03-231-0/+3
|
* 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
* Enable Kotlin and Scala language support in highlight.js configThomas Girard2018-03-151-0/+2
|
* isolate state for each nav menuDan Allen2018-03-142-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
* Enable nix language support in highlight.js configPierre Radermecker2018-03-141-0/+1
|
* enable haskell language support in highlight.js configDan Allen2018-03-141-0/+1
|
* change siteRootUrl to site.homeUrlDan Allen2018-03-071-2/+2
|
* update styles for sidebar blockDan Allen2018-02-201-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 content stylesSarah White2018-02-161-10/+13
|
* add styles for sidebar titleSarah White2018-02-141-0/+10
|
* add some breathing room below the articleDan Allen2018-02-111-1/+1
|
* actually collapse top margin of first child of example blockDan Allen2018-02-101-1/+1
|
* rename inc helper to incrementDan Allen2018-02-102-1/+1
|
* add square brackets around button reference; disable wrapDan Allen2018-02-101-0/+14
|
* collapse top margin of first child of example blockDan Allen2018-02-101-0/+4
|
* fix size and alignment of ordered list numerationsDan Allen2018-02-101-2/+3
|
* remove colon following dt; add dlist example to previewDan Allen2018-02-101-4/+0
|
* add numeration styles for ordered listsDan Allen2018-02-091-3/+28
|
* tighten margin above nested listDan Allen2018-02-091-7/+9
| | | | | | - tighten margin above nested list - reorder nested list permutations - remove needless style for paragraph in list
* style keybinding (kbd and span.keyseq)Dan Allen2018-02-091-0/+34
|
* apply the brand monospace font to the kbd elementDan Allen2018-02-091-0/+1
|
* style title on openblockDan Allen2018-02-091-1/+2
|
* affix language tag when source block scrolls left-to-rightDan Allen2018-02-091-10/+11
|
* tweak styles for block titles and example blocksDan Allen2018-02-091-14/+17
| | | | | | | | | - use darker color for block titles - align sizing of block titles to grid - tighten spacing between letters in block title - change box shadow around blocks to 1.75px - tighten letter spacing in language hover - reorder styles
* improve listing, admonition, example block titlesSarah White2018-02-091-3/+16
| | | | | - set margin to 0 on pre - add example block content styles
* remove auto width on imagesDan Allen2018-02-091-5/+0
|
* update header styles for Antora docsDan Allen2018-02-093-8/+25
| | | | | | | | - adjust weight of bold elements in base.css - set color for nested links in brand - add padding to separator - style menu list divider - size icon in navbar
* minor optimization to relativize helperDan Allen2018-02-091-1/+1
|
* add padding below navigation list to allow slight overscrollDan Allen2018-02-081-1/+3
|
* correctly relativize URL when target ends with a fragment identifierDan Allen2018-02-081-5/+14
|
* consolidate link stylesDan Allen2018-02-087-31/+11
| | | | | - set text decoration on link globally - only override text decoration on link where necessary
* style links in footerDan Allen2018-02-081-0/+9
| | | | | - color #5d5d5d - text decoration underline only on hover
* tweak spacing around component title in nav menuDan Allen2018-02-071-0/+3
|
* assign explicit height to navigation menu divDan Allen2018-02-071-0/+11
|
* extract navigation drawer height as variableDan Allen2018-02-072-1/+5
|
* don't show edit this page if page.editUrl is not setDan Allen2018-02-071-0/+2
|
* show navigation list titlesDan Allen2018-02-073-29/+34
| | | | | | | | | | | | | - 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-072-4/+7
|
* tweak pre, code, and admonition block font sizesDan Allen2018-02-061-3/+7
|
* update admonition p and code font sizeSarah White2018-02-061-2/+3
| | | | | - add admonition block to title group - add complex admonition to preview source
* 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
|
* format and consolidate code in navigation scriptDan Allen2018-02-051-10/+3
|
* open menu item when activatedDan Allen2018-02-051-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
* don't assume page.title is set in templateDan Allen2018-02-044-3/+5
|