You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/06 14:10:25 UTC

[hop-website] branch master updated (e2fa6e4 -> a001210)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop-website.git.


    from e2fa6e4  Merge pull request #121 from bamaer/master
     new ed579ba  Upgrade Antora version
     new ac1930a  update Node version
     new a001210  Merge pull request #122 from hansva/master

The 302 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:
 Dockerfile                                         |    2 +-
 README.md                                          |   12 +-
 antora-ui-hop/gulp.d/lib/gulp-prettier-eslint.js   |    8 +-
 antora-ui-hop/gulp.d/tasks/build-preview-pages.js  |   85 +-
 antora-ui-hop/gulp.d/tasks/build.js                |  107 +-
 antora-ui-hop/package.json                         |   34 +-
 antora-ui-hop/src/helpers/add.js                   |    8 +-
 antora-ui-hop/src/helpers/detag.js                 |    1 +
 antora-ui-hop/src/helpers/ne.js                    |    3 +
 antora-ui-hop/src/helpers/or.js                    |    8 +-
 antora-ui-hop/src/helpers/relativize.js            |   26 +-
 antora-ui-hop/src/js/01-nav.js                     |  136 +-
 antora-ui-hop/src/js/02-on-this-page.js            |   25 +-
 ...02-fragment-jumper.js => 03-fragment-jumper.js} |   19 +-
 antora-ui-hop/src/js/04-mobile-navbar.js           |   12 -
 .../{03-page-versions.js => 04-page-versions.js}   |    3 +-
 antora-ui-hop/src/js/05-mobile-navbar.js           |   20 +
 antora-ui-hop/src/js/06-copy-to-clipboard.js       |   76 +
 antora-ui-hop/src/js/vendor/highlight.bundle.js    |   11 +-
 .../src/partials/{article.hbs => article-404.hbs}  |   10 +-
 antora-ui-hop/src/partials/article.hbs             |   19 +-
 antora-ui-hop/src/partials/footer-scripts.hbs      |    9 +-
 antora-ui-hop/src/partials/head-info.hbs           |   34 +-
 antora-ui-hop/src/partials/head-styles.hbs         |    3 +-
 antora-ui-hop/src/partials/head-title.hbs          |    2 +-
 antora-ui-hop/src/partials/main.hbs                |    6 +-
 antora-ui-hop/src/partials/nav-explore.hbs         |    6 +-
 antora-ui-hop/src/partials/nav-menu.hbs            |   10 +-
 antora-ui-hop/src/partials/nav-tree.hbs            |    2 +-
 antora-ui-hop/src/partials/page-versions.hbs       |    8 +-
 antora-ui-hop/src/partials/pagination.hbs          |    7 -
 antora-ui-hop/yarn.lock                            | 1969 ++++++++++++--------
 gulpfile.js                                        |    3 +-
 package.json                                       |    8 +-
 site-local.yml                                     |    1 +
 site.yml                                           |    1 +
 yarn.lock                                          |  933 +++++-----
 37 files changed, 2125 insertions(+), 1502 deletions(-)
 create mode 100644 antora-ui-hop/src/helpers/ne.js
 rename antora-ui-hop/src/js/{02-fragment-jumper.js => 03-fragment-jumper.js} (60%)
 delete mode 100644 antora-ui-hop/src/js/04-mobile-navbar.js
 rename antora-ui-hop/src/js/{03-page-versions.js => 04-page-versions.js} (86%)
 create mode 100644 antora-ui-hop/src/js/05-mobile-navbar.js
 create mode 100644 antora-ui-hop/src/js/06-copy-to-clipboard.js
 copy antora-ui-hop/src/partials/{article.hbs => article-404.hbs} (72%)