]> git.evergreen-ils.org Git - working/eg-antora.git/log
working/eg-antora.git
3 years agorename octicons.svg to octicons-16.svg and remove size suffix from IDs
Dan Allen [Wed, 30 Dec 2020 09:55:26 +0000 (02:55 -0700)]
rename octicons.svg to octicons-16.svg and remove size suffix from IDs

3 years agoadd multiple classes using DOMTokenList#add method in copy to clipboard script
Dan Allen [Wed, 30 Dec 2020 09:50:14 +0000 (02:50 -0700)]
add multiple classes using DOMTokenList#add method in copy to clipboard script

3 years agosimplify computed height for nav menu panel; use var for nav explore panel (max)...
Dan Allen [Wed, 30 Dec 2020 09:48:23 +0000 (02:48 -0700)]
simplify computed height for nav menu panel; use var for nav explore panel (max) height

3 years agosimplify logic to expand nav explore panel
Dan Allen [Wed, 30 Dec 2020 09:46:15 +0000 (02:46 -0700)]
simplify logic to expand nav explore panel

3 years agouse variable to set width and height of nav toggle button in toolbar
Dan Allen [Wed, 30 Dec 2020 09:43:42 +0000 (02:43 -0700)]
use variable to set width and height of nav toggle button in toolbar

3 years agodefine toc CSS vars after doc vars
Dan Allen [Wed, 30 Dec 2020 09:41:08 +0000 (02:41 -0700)]
define toc CSS vars after doc vars

3 years agoreduce space between doctitle and embedded toc
Dan Allen [Tue, 29 Dec 2020 08:43:40 +0000 (01:43 -0700)]
reduce space between doctitle and embedded toc

3 years agoremove unused close icon
Dan Allen [Mon, 28 Dec 2020 12:07:24 +0000 (05:07 -0700)]
remove unused close icon

3 years agoright right property on page versions menu
Dan Allen [Mon, 28 Dec 2020 00:04:41 +0000 (17:04 -0700)]
right right property on page versions menu

3 years agoconsistently use background instead of background-color in header
Dan Allen [Sun, 27 Dec 2020 09:42:37 +0000 (02:42 -0700)]
consistently use background instead of background-color in header

3 years agoremove needless style for page versions
Dan Allen [Sun, 27 Dec 2020 09:38:44 +0000 (02:38 -0700)]
remove needless style for page versions

3 years agoenable page version selector on mobile
Dan Allen [Sat, 26 Dec 2020 23:43:50 +0000 (16:43 -0700)]
enable page version selector on mobile

3 years agoallow navbar burger to shrink
Dan Allen [Sat, 26 Dec 2020 23:35:51 +0000 (16:35 -0700)]
allow navbar burger to shrink

3 years agouse background color instead of border for lines in navbar burger
Dan Allen [Sat, 26 Dec 2020 11:24:21 +0000 (04:24 -0700)]
use background color instead of border for lines in navbar burger

3 years agoredo navbar burger using flexbox and add transition on close
Dan Allen [Sat, 26 Dec 2020 11:09:51 +0000 (04:09 -0700)]
redo navbar burger using flexbox and add transition on close

3 years agofix alignment of burger area and use rem unit for width of bars
Dan Allen [Sat, 26 Dec 2020 10:15:36 +0000 (03:15 -0700)]
fix alignment of burger area and use rem unit for width of bars

3 years agosimplify header styles; remove redundant properties
Dan Allen [Sat, 26 Dec 2020 10:13:23 +0000 (03:13 -0700)]
simplify header styles; remove redundant properties

3 years agoremove unused CSS
Dan Allen [Fri, 25 Dec 2020 02:41:53 +0000 (19:41 -0700)]
remove unused CSS

3 years agodon't use flexbox for nav menu; style top of sibling list instead of bottom
Dan Allen [Fri, 25 Dec 2020 02:41:24 +0000 (19:41 -0700)]
don't use flexbox for nav menu; style top of sibling list instead of bottom

3 years agostyle scrollbars in body uniformly
Dan Allen [Fri, 25 Dec 2020 02:35:12 +0000 (19:35 -0700)]
style scrollbars in body uniformly

3 years agoadd support for nobreak and nowrap utility roles
Dan Allen [Wed, 23 Dec 2020 21:36:52 +0000 (14:36 -0700)]
add support for nobreak and nowrap utility roles

3 years agouse correct value for max height of navbar menu on mobile
Dan Allen [Wed, 23 Dec 2020 21:31:43 +0000 (14:31 -0700)]
use correct value for max height of navbar menu on mobile

3 years agorestrict link around home to icon
Dan Allen [Wed, 23 Dec 2020 10:30:39 +0000 (03:30 -0700)]
restrict link around home to icon

3 years agolink home icon size to toolbar height
Dan Allen [Wed, 23 Dec 2020 10:24:07 +0000 (03:24 -0700)]
link home icon size to toolbar height

3 years agouse order instead of row-reverse to swap article and toc
Dan Allen [Tue, 22 Dec 2020 21:30:07 +0000 (14:30 -0700)]
use order instead of row-reverse to swap article and toc

3 years agoinsert toc before article and swap position w/ flexbox to avoid reflow on load
Dan Allen [Tue, 22 Dec 2020 21:18:06 +0000 (14:18 -0700)]
insert toc before article and swap position w/ flexbox to avoid reflow on load

3 years agoremove -webkit-text-size-adjust property on html since it's not applicable
Dan Allen [Tue, 22 Dec 2020 11:32:21 +0000 (04:32 -0700)]
remove -webkit-text-size-adjust property on html since it's not applicable

3 years agopass radix to parseInt function (to avoid unnecessary checks and unwanted side effects)
Dan Allen [Tue, 22 Dec 2020 09:25:04 +0000 (02:25 -0700)]
pass radix to parseInt function (to avoid unnecessary checks and unwanted side effects)

3 years agoadd .5px to max-width media queries to ensure a smooth transition
Dan Allen [Mon, 21 Dec 2020 00:46:09 +0000 (17:46 -0700)]
add .5px to max-width media queries to ensure a smooth transition

3 years agoflatten comment in script
Dan Allen [Mon, 21 Dec 2020 00:42:01 +0000 (17:42 -0700)]
flatten comment in script

3 years agouse test instead of match when looking for section in nav script
Dan Allen [Mon, 21 Dec 2020 00:36:13 +0000 (17:36 -0700)]
use test instead of match when looking for section in nav script

3 years agopredefine regular expressions in JavaScript functions
Dan Allen [Mon, 21 Dec 2020 00:25:13 +0000 (17:25 -0700)]
predefine regular expressions in JavaScript functions

3 years agofix missing replacement for line continaution in copy to clipboard script
Dan Allen [Mon, 21 Dec 2020 00:23:05 +0000 (17:23 -0700)]
fix missing replacement for line continaution in copy to clipboard script

3 years agomake correction for view height when opening navbar menu on mobile
Dan Allen [Mon, 21 Dec 2020 00:20:27 +0000 (17:20 -0700)]
make correction for view height when opening navbar menu on mobile

3 years agorefactor logic for navbar burger to align with other scripts
Dan Allen [Mon, 21 Dec 2020 00:13:08 +0000 (17:13 -0700)]
refactor logic for navbar burger to align with other scripts

3 years agodon't override behavior of modified clicks in fragment jumper
Dan Allen [Mon, 21 Dec 2020 00:00:29 +0000 (17:00 -0700)]
don't override behavior of modified clicks in fragment jumper

3 years agoconsolidate code in fragment jumper
Dan Allen [Mon, 21 Dec 2020 00:00:22 +0000 (17:00 -0700)]
consolidate code in fragment jumper

3 years agominor refactoring
Dan Allen [Sun, 20 Dec 2020 23:33:00 +0000 (16:33 -0700)]
minor refactoring

3 years agorename concealEvent to trapEvent
Dan Allen [Sun, 20 Dec 2020 23:04:57 +0000 (16:04 -0700)]
rename concealEvent to trapEvent

3 years agolimit hdlist styles to hdlist and add space between entries
Dan Allen [Thu, 17 Dec 2020 10:37:54 +0000 (03:37 -0700)]
limit hdlist styles to hdlist and add space between entries

3 years agomerge !136
Dan Allen [Tue, 15 Dec 2020 19:35:17 +0000 (19:35 +0000)]
merge !136

add back syntax highlighting for diff

3 years agoadd back syntax highlighting for diff
Pierre Radermecker [Tue, 15 Dec 2020 15:12:36 +0000 (16:12 +0100)]
add back syntax highlighting for diff

3 years agoremove lesser used languages from highlight.js bundle (diff, makefile)
Dan Allen [Tue, 15 Dec 2020 01:33:43 +0000 (18:33 -0700)]
remove lesser used languages from highlight.js bundle (diff, makefile)

- reenable upon request

3 years agomerge !135
Dan Allen [Tue, 15 Dec 2020 01:30:08 +0000 (01:30 +0000)]
merge !135

add syntax highlighting for Puppet

3 years agoadd syntax highlighting for Puppet
Pierre Radermecker [Sun, 13 Dec 2020 19:39:45 +0000 (20:39 +0100)]
add syntax highlighting for Puppet

3 years agomerge !134
Dan Allen [Sun, 13 Dec 2020 07:41:39 +0000 (07:41 +0000)]
merge !134

resolves #156 style table footer

3 years agostyle table footer
Dan Allen [Sun, 13 Dec 2020 07:29:19 +0000 (00:29 -0700)]
style table footer

3 years agotweak layout for page versions
Dan Allen [Sun, 13 Dec 2020 06:55:13 +0000 (23:55 -0700)]
tweak layout for page versions

3 years agomerge !133
Dan Allen [Sun, 13 Dec 2020 02:21:47 +0000 (02:21 +0000)]
merge !133

resolves #75 fix selector for page versions when version overflows

3 years agofix selector for page versions when version overflows
Dan Allen [Sun, 13 Dec 2020 01:12:25 +0000 (18:12 -0700)]
fix selector for page versions when version overflows

3 years agocontrain main content on mobile to prevent breaking layout
Dan Allen [Sun, 13 Dec 2020 00:03:40 +0000 (17:03 -0700)]
contrain main content on mobile to prevent breaking layout

3 years agomerge !132
Dan Allen [Sat, 12 Dec 2020 23:46:18 +0000 (23:46 +0000)]
merge !132

resolves #160 adjust height of nav panel when activating, if necessary

3 years agoadjust height of nav panel when activating, if necessary
Dan Allen [Sat, 12 Dec 2020 23:27:48 +0000 (16:27 -0700)]
adjust height of nav panel when activating, if necessary

3 years agoremove used style for p in table
Dan Allen [Sat, 12 Dec 2020 22:53:28 +0000 (15:53 -0700)]
remove used style for p in table

3 years agodefine uiRootPath var in head instead of footer
Dan Allen [Sat, 12 Dec 2020 10:42:35 +0000 (03:42 -0700)]
define uiRootPath var in head instead of footer

3 years agolock version of highlight.js to 9.18.3 to avoid upgrade nag message
Dan Allen [Sat, 12 Dec 2020 10:10:52 +0000 (03:10 -0700)]
lock version of highlight.js to 9.18.3 to avoid upgrade nag message

3 years agorefresh dependency lock file
Dan Allen [Sat, 12 Dec 2020 10:09:33 +0000 (03:09 -0700)]
refresh dependency lock file

3 years agomerge !131
Dan Allen [Sat, 12 Dec 2020 10:07:06 +0000 (10:07 +0000)]
merge !131

resolves #159 add support for stripes attribute on table

3 years agoadd support for stripes attribute on table
Dan Allen [Sat, 12 Dec 2020 10:01:45 +0000 (03:01 -0700)]
add support for stripes attribute on table

3 years agouse top-oriented approach to add margin to table; remove top margin on table when...
Dan Allen [Sat, 12 Dec 2020 09:56:12 +0000 (02:56 -0700)]
use top-oriented approach to add margin to table; remove top margin on table when first child in AsciiDoc table cell

3 years agofix vertical alignment of images
Dan Allen [Sat, 12 Dec 2020 09:46:59 +0000 (02:46 -0700)]
fix vertical alignment of images

3 years agomove override for p in table to tableblock section
Dan Allen [Sat, 12 Dec 2020 09:44:54 +0000 (02:44 -0700)]
move override for p in table to tableblock section

3 years agomake the stretch role generic
Dan Allen [Sat, 12 Dec 2020 09:43:25 +0000 (02:43 -0700)]
make the stretch role generic

3 years agomove user select for language-console below source toolbar in stylesheet
Dan Allen [Sat, 12 Dec 2020 09:41:45 +0000 (02:41 -0700)]
move user select for language-console below source toolbar in stylesheet

3 years agostrip trailing space (left behind by callouts) when copying source
Dan Allen [Sat, 12 Dec 2020 03:33:33 +0000 (20:33 -0700)]
strip trailing space (left behind by callouts) when copying source

3 years agocorrectly flatten command with line continuation when copying
Dan Allen [Sat, 12 Dec 2020 03:33:01 +0000 (20:33 -0700)]
correctly flatten command with line continuation when copying

3 years agomerge !130
Dan Allen [Sat, 12 Dec 2020 02:37:09 +0000 (02:37 +0000)]
merge !130

resolves #70 add copy to clipboard button to source blocks

3 years agoadd copy to clipboard button to source blocks
Dan Allen [Fri, 11 Dec 2020 00:57:57 +0000 (17:57 -0700)]
add copy to clipboard button to source blocks

* add subsetted SVG icon sprite for octicons
* add copy to clipboard button to source blocks (visible on hover)
* replace pseudo-element for source language with a toolbox (managed by JavaScript)
* autodetect literal block with command and promote to a console source block
* intelligently extract commands from console source block, flatten them, and join them in a chain
* prevent command prompt(s) in console source block from being selected
* darken color for annotation on source block
* configure svgo to preserve desc element
* configure svgo to preserve ID prefixes for icons

3 years agofix word-wrap (aka overflow-wrap) setting
Dan Allen [Thu, 10 Dec 2020 23:11:22 +0000 (16:11 -0700)]
fix word-wrap (aka overflow-wrap) setting

- enable word-wrap anywhere by default
- disable word-wrap (reset to normal) in tables (except content cell of admonition table)

3 years agoset border-collapse on table in CSS reset
Dan Allen [Thu, 10 Dec 2020 22:50:13 +0000 (15:50 -0700)]
set border-collapse on table in CSS reset

3 years agoadd styles for the horizontal dlist
Dan Allen [Thu, 10 Dec 2020 22:44:59 +0000 (15:44 -0700)]
add styles for the horizontal dlist

3 years agooffer a way back in the message on the 404 page
Dan Allen [Wed, 9 Dec 2020 00:07:17 +0000 (17:07 -0700)]
offer a way back in the message on the 404 page

3 years agomove article tag for 404 to separate partial
Dan Allen [Wed, 9 Dec 2020 00:00:37 +0000 (17:00 -0700)]
move article tag for 404 to separate partial

3 years agoadd ne helper and use it for negated equality test
Dan Allen [Tue, 8 Dec 2020 23:48:54 +0000 (16:48 -0700)]
add ne helper and use it for negated equality test

3 years agoexpand explore panel on 404 page
Dan Allen [Tue, 8 Dec 2020 23:44:31 +0000 (16:44 -0700)]
expand explore panel on 404 page

3 years agomake component title in component drawer a link
Dan Allen [Mon, 7 Dec 2020 11:44:30 +0000 (04:44 -0700)]
make component title in component drawer a link

3 years agoremove trailing spaces in UI model for preview
Dan Allen [Mon, 7 Dec 2020 11:38:15 +0000 (04:38 -0700)]
remove trailing spaces in UI model for preview

3 years agouse pseudo-element to position caret next to version on explore drawer
Dan Allen [Mon, 7 Dec 2020 11:32:31 +0000 (04:32 -0700)]
use pseudo-element to position caret next to version on explore drawer

3 years agomake sure name of component 123 is a string in UI model for preview
Dan Allen [Mon, 7 Dec 2020 10:05:00 +0000 (03:05 -0700)]
make sure name of component 123 is a string in UI model for preview

3 years agofix build to copy images when running preview
Dan Allen [Sat, 5 Dec 2020 11:50:40 +0000 (04:50 -0700)]
fix build to copy images when running preview

3 years agomerge !129
Dan Allen [Wed, 2 Dec 2020 09:33:20 +0000 (09:33 +0000)]
merge !129

resolves #158 use more specific selector for on this page component

3 years agouse more specific selector for on this page component
Dan Allen [Wed, 2 Dec 2020 09:25:34 +0000 (02:25 -0700)]
use more specific selector for on this page component

3 years agodon't run imagemin for preview
Dan Allen [Wed, 2 Dec 2020 01:48:36 +0000 (18:48 -0700)]
don't run imagemin for preview

3 years agoadd top margin to details block (forward looking)
Dan Allen [Wed, 2 Dec 2020 01:22:20 +0000 (18:22 -0700)]
add top margin to details block (forward looking)

3 years agostyle thematic break
Dan Allen [Wed, 2 Dec 2020 01:21:44 +0000 (18:21 -0700)]
style thematic break

3 years agoincrease font size for lead paragraph
Dan Allen [Wed, 2 Dec 2020 01:20:43 +0000 (18:20 -0700)]
increase font size for lead paragraph

3 years agoclear built-in margin on dl tag
Dan Allen [Wed, 2 Dec 2020 01:19:24 +0000 (18:19 -0700)]
clear built-in margin on dl tag

3 years agoremove top margin from first child in AsciiDoc table cell and admonition content
Dan Allen [Sun, 29 Nov 2020 09:18:36 +0000 (02:18 -0700)]
remove top margin from first child in AsciiDoc table cell and admonition content

3 years agofix reducer that computes mtime for combined CSS file
Dan Allen [Sun, 29 Nov 2020 00:37:35 +0000 (17:37 -0700)]
fix reducer that computes mtime for combined CSS file

3 years agomerge !128
Dan Allen [Sun, 29 Nov 2020 00:30:18 +0000 (00:30 +0000)]
merge !128

resolves #26 add support for unordered list styles and some missing ordered list styles

3 years agoadd support for unordered list styles and some missing ordered list styles
Dan Allen [Sat, 28 Nov 2020 10:19:23 +0000 (03:19 -0700)]
add support for unordered list styles and some missing ordered list styles

* support the following unordered list styles: circle, disc, square, none, no-bullet, unstyled
* support the following ordered list styles: none, unnumbered, unstyled

3 years agoremove irrelevant condition in breadcrumbs partial
Dan Allen [Thu, 19 Nov 2020 22:43:21 +0000 (15:43 -0700)]
remove irrelevant condition in breadcrumbs partial

3 years agofix navigation in preview site
Dan Allen [Thu, 19 Nov 2020 22:43:05 +0000 (15:43 -0700)]
fix navigation in preview site

3 years agoclarify in docs that page.home means the site start page
Dan Allen [Tue, 17 Nov 2020 08:11:08 +0000 (01:11 -0700)]
clarify in docs that page.home means the site start page

3 years agofix reducer that computes mtime for bundled file
Dan Allen [Wed, 11 Nov 2020 21:59:23 +0000 (14:59 -0700)]
fix reducer that computes mtime for bundled file

3 years agodocument the page.relativeSrcPath property
Dan Allen [Tue, 10 Nov 2020 19:10:11 +0000 (12:10 -0700)]
document the page.relativeSrcPath property

3 years agodefine page.relativeSrcPath in preview model
Dan Allen [Sat, 7 Nov 2020 10:15:43 +0000 (03:15 -0700)]
define page.relativeSrcPath in preview model

3 years agoalso compile and bundle vendor CSS
Dan Allen [Fri, 6 Nov 2020 23:26:34 +0000 (16:26 -0700)]
also compile and bundle vendor CSS

3 years agomake error event in preview:build task correctly
Dan Allen [Fri, 6 Nov 2020 22:15:36 +0000 (15:15 -0700)]
make error event in preview:build task correctly

3 years agorefresh dependency lock file
Dan Allen [Fri, 6 Nov 2020 22:08:12 +0000 (15:08 -0700)]
refresh dependency lock file