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

ieugen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-site.git.


    from 8c5d106  [JAMES-3226] Starting a new website build
     add 20e1114  [JAMES-3294] Added the UI bundle for Antora
     new d494cf8  [JAMES-3226] Added .editorconfig

The 1 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:
 .editorconfig                                      |  37 +++++++++++++++++
 doc-sites/antora-playbook.yml                      |   5 ++-
 doc-sites/build.gradle                             |  11 ++++-
 settings.gradle                                    |   1 +
 ui-bundle/build.gradle                             |   8 ++++
 ui-bundle/src/main/dist/css/site.css               |   3 ++
 ui-bundle/src/main/dist/font/roboto-latin-400.woff | Bin 0 -> 20268 bytes
 .../src/main/dist/font/roboto-latin-400.woff2      | Bin 0 -> 15736 bytes
 .../src/main/dist/font/roboto-latin-400italic.woff | Bin 0 -> 21952 bytes
 .../main/dist/font/roboto-latin-400italic.woff2    | Bin 0 -> 17324 bytes
 ui-bundle/src/main/dist/font/roboto-latin-500.woff | Bin 0 -> 20464 bytes
 .../src/main/dist/font/roboto-latin-500.woff2      | Bin 0 -> 15872 bytes
 .../src/main/dist/font/roboto-latin-500italic.woff | Bin 0 -> 22020 bytes
 .../main/dist/font/roboto-latin-500italic.woff2    | Bin 0 -> 17316 bytes
 .../src/main/dist/font/roboto-mono-latin-400.woff  | Bin 0 -> 19972 bytes
 .../src/main/dist/font/roboto-mono-latin-400.woff2 | Bin 0 -> 16328 bytes
 .../src/main/dist/font/roboto-mono-latin-500.woff  | Bin 0 -> 20040 bytes
 .../src/main/dist/font/roboto-mono-latin-500.woff2 | Bin 0 -> 16380 bytes
 ui-bundle/src/main/dist/helpers/and.js             |   9 ++++
 ui-bundle/src/main/dist/helpers/detag.js           |   5 +++
 ui-bundle/src/main/dist/helpers/eq.js              |   3 ++
 ui-bundle/src/main/dist/helpers/increment.js       |   3 ++
 ui-bundle/src/main/dist/helpers/not.js             |   3 ++
 ui-bundle/src/main/dist/helpers/or.js              |   9 ++++
 ui-bundle/src/main/dist/helpers/relativize.js      |  24 +++++++++++
 ui-bundle/src/main/dist/helpers/year.js            |   3 ++
 ui-bundle/src/main/dist/img/back.svg               |   1 +
 ui-bundle/src/main/dist/img/caret.svg              |   1 +
 ui-bundle/src/main/dist/img/chevron.svg            |   1 +
 ui-bundle/src/main/dist/img/close.svg              |   1 +
 ui-bundle/src/main/dist/img/home-o.svg             |   1 +
 ui-bundle/src/main/dist/img/home.svg               |   1 +
 ui-bundle/src/main/dist/img/menu.svg               |   1 +
 ui-bundle/src/main/dist/js/site.js                 |   5 +++
 ui-bundle/src/main/dist/js/vendor/highlight.js     |   1 +
 ui-bundle/src/main/dist/layouts/404.hbs            |  11 +++++
 ui-bundle/src/main/dist/layouts/default.hbs        |  11 +++++
 ui-bundle/src/main/dist/partials/article.hbs       |  18 ++++++++
 ui-bundle/src/main/dist/partials/body.hbs          |   4 ++
 ui-bundle/src/main/dist/partials/breadcrumbs.hbs   |  20 +++++++++
 .../src/main/dist/partials/footer-content.hbs      |   4 ++
 .../src/main/dist/partials/footer-scripts.hbs      |   2 +
 ui-bundle/src/main/dist/partials/footer.hbs        |   2 +
 ui-bundle/src/main/dist/partials/head-icons.hbs    |   1 +
 ui-bundle/src/main/dist/partials/head-info.hbs     |  20 +++++++++
 ui-bundle/src/main/dist/partials/head-meta.hbs     |   1 +
 ui-bundle/src/main/dist/partials/head-prelude.hbs  |   2 +
 ui-bundle/src/main/dist/partials/head-scripts.hbs  |   4 ++
 ui-bundle/src/main/dist/partials/head-styles.hbs   |   1 +
 ui-bundle/src/main/dist/partials/head-title.hbs    |   1 +
 ui-bundle/src/main/dist/partials/head.hbs          |   7 ++++
 .../src/main/dist/partials/header-content.hbs      |  46 +++++++++++++++++++++
 .../src/main/dist/partials/header-scripts.hbs      |   1 +
 ui-bundle/src/main/dist/partials/header.hbs        |   2 +
 ui-bundle/src/main/dist/partials/main.hbs          |   7 ++++
 ui-bundle/src/main/dist/partials/nav-explore.hbs   |  24 +++++++++++
 ui-bundle/src/main/dist/partials/nav-menu.hbs      |  10 +++++
 ui-bundle/src/main/dist/partials/nav-toggle.hbs    |   1 +
 ui-bundle/src/main/dist/partials/nav-tree.hbs      |  21 ++++++++++
 ui-bundle/src/main/dist/partials/nav.hbs           |   8 ++++
 ui-bundle/src/main/dist/partials/page-versions.hbs |  12 ++++++
 ui-bundle/src/main/dist/partials/pagination.hbs    |  12 ++++++
 ui-bundle/src/main/dist/partials/toc.hbs           |   3 ++
 ui-bundle/src/main/dist/partials/toolbar.hbs       |  13 ++++++
 64 files changed, 403 insertions(+), 3 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 ui-bundle/build.gradle
 create mode 100644 ui-bundle/src/main/dist/css/site.css
 create mode 100644 ui-bundle/src/main/dist/font/roboto-latin-400.woff
 create mode 100644 ui-bundle/src/main/dist/font/roboto-latin-400.woff2
 create mode 100644 ui-bundle/src/main/dist/font/roboto-latin-400italic.woff
 create mode 100644 ui-bundle/src/main/dist/font/roboto-latin-400italic.woff2
 create mode 100644 ui-bundle/src/main/dist/font/roboto-latin-500.woff
 create mode 100644 ui-bundle/src/main/dist/font/roboto-latin-500.woff2
 create mode 100644 ui-bundle/src/main/dist/font/roboto-latin-500italic.woff
 create mode 100644 ui-bundle/src/main/dist/font/roboto-latin-500italic.woff2
 create mode 100644 ui-bundle/src/main/dist/font/roboto-mono-latin-400.woff
 create mode 100644 ui-bundle/src/main/dist/font/roboto-mono-latin-400.woff2
 create mode 100644 ui-bundle/src/main/dist/font/roboto-mono-latin-500.woff
 create mode 100644 ui-bundle/src/main/dist/font/roboto-mono-latin-500.woff2
 create mode 100644 ui-bundle/src/main/dist/helpers/and.js
 create mode 100644 ui-bundle/src/main/dist/helpers/detag.js
 create mode 100644 ui-bundle/src/main/dist/helpers/eq.js
 create mode 100644 ui-bundle/src/main/dist/helpers/increment.js
 create mode 100644 ui-bundle/src/main/dist/helpers/not.js
 create mode 100644 ui-bundle/src/main/dist/helpers/or.js
 create mode 100644 ui-bundle/src/main/dist/helpers/relativize.js
 create mode 100644 ui-bundle/src/main/dist/helpers/year.js
 create mode 100644 ui-bundle/src/main/dist/img/back.svg
 create mode 100644 ui-bundle/src/main/dist/img/caret.svg
 create mode 100644 ui-bundle/src/main/dist/img/chevron.svg
 create mode 100644 ui-bundle/src/main/dist/img/close.svg
 create mode 100644 ui-bundle/src/main/dist/img/home-o.svg
 create mode 100644 ui-bundle/src/main/dist/img/home.svg
 create mode 100644 ui-bundle/src/main/dist/img/menu.svg
 create mode 100644 ui-bundle/src/main/dist/js/site.js
 create mode 100644 ui-bundle/src/main/dist/js/vendor/highlight.js
 create mode 100644 ui-bundle/src/main/dist/layouts/404.hbs
 create mode 100644 ui-bundle/src/main/dist/layouts/default.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/article.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/body.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/breadcrumbs.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/footer-content.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/footer-scripts.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/footer.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/head-icons.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/head-info.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/head-meta.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/head-prelude.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/head-scripts.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/head-styles.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/head-title.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/head.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/header-content.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/header-scripts.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/header.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/main.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/nav-explore.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/nav-menu.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/nav-toggle.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/nav-tree.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/nav.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/page-versions.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/pagination.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/toc.hbs
 create mode 100644 ui-bundle/src/main/dist/partials/toolbar.hbs

Reply via email to