This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-antora.git
from 2e7c616 adds titlecache to menu
new 30d0fac replaces googleapis.com hosted fonts with self-hosted
new 5099880 hosts docsearch.min.css locally
new fa5a6d9 hosts docsearch.min.js locally
new 85240c3 moves docsearch.min.css to new folder so does not trip up
lint; regenerates bundle
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build/ui-bundle.zip | Bin 362689 -> 682573 bytes
gulpfile.js | 2 +-
package-lock.json | 320 ++++++---------------------
src/css/site.css | 3 +
src/css/typeface-montserrat.css | 24 ++
src/css/typeface-open-sans.css | 48 ++++
src/css/typeface-raleway.css | 40 ++++
src/css/vendor/docsearch.min.css | 4 +
src/font/montserrat-v29-latin-300.woff2 | Bin 0 -> 18624 bytes
src/font/montserrat-v29-latin-700.woff2 | Bin 0 -> 18844 bytes
src/font/montserrat-v29-latin-regular.woff2 | Bin 0 -> 18792 bytes
src/font/open-sans-v40-latin-300.woff2 | Bin 0 -> 18704 bytes
src/font/open-sans-v40-latin-300italic.woff2 | Bin 0 -> 19332 bytes
src/font/open-sans-v40-latin-700.woff2 | Bin 0 -> 18260 bytes
src/font/open-sans-v40-latin-700italic.woff2 | Bin 0 -> 18860 bytes
src/font/open-sans-v40-latin-italic.woff2 | Bin 0 -> 19280 bytes
src/font/open-sans-v40-latin-regular.woff2 | Bin 0 -> 18668 bytes
src/font/raleway-v34-latin-300.woff2 | Bin 0 -> 22416 bytes
src/font/raleway-v34-latin-500.woff2 | Bin 0 -> 22076 bytes
src/font/raleway-v34-latin-700.woff2 | Bin 0 -> 22744 bytes
src/font/raleway-v34-latin-800.woff2 | Bin 0 -> 22568 bytes
src/font/raleway-v34-latin-regular.woff2 | Bin 0 -> 22432 bytes
src/js/vendor/docsearch.min.js | 4 +
src/partials/footer-scripts.hbs | 2 +-
src/partials/head-styles.hbs | 3 +-
25 files changed, 192 insertions(+), 258 deletions(-)
create mode 100644 src/css/typeface-montserrat.css
create mode 100644 src/css/typeface-open-sans.css
create mode 100644 src/css/typeface-raleway.css
create mode 100644 src/css/vendor/docsearch.min.css
create mode 100644 src/font/montserrat-v29-latin-300.woff2
create mode 100644 src/font/montserrat-v29-latin-700.woff2
create mode 100644 src/font/montserrat-v29-latin-regular.woff2
create mode 100644 src/font/open-sans-v40-latin-300.woff2
create mode 100644 src/font/open-sans-v40-latin-300italic.woff2
create mode 100644 src/font/open-sans-v40-latin-700.woff2
create mode 100644 src/font/open-sans-v40-latin-700italic.woff2
create mode 100644 src/font/open-sans-v40-latin-italic.woff2
create mode 100644 src/font/open-sans-v40-latin-regular.woff2
create mode 100644 src/font/raleway-v34-latin-300.woff2
create mode 100644 src/font/raleway-v34-latin-500.woff2
create mode 100644 src/font/raleway-v34-latin-700.woff2
create mode 100644 src/font/raleway-v34-latin-800.woff2
create mode 100644 src/font/raleway-v34-latin-regular.woff2
create mode 100644 src/js/vendor/docsearch.min.js