You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/04/06 15:35:14 UTC

[james-site] 21/21: Merge pull request #13 from jeantil/cleanup

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

btellier pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/james-site.git

commit a9b24afbaed935525b0dcda18125b1de955df998
Merge: 5d8b367 b7709ac
Author: Tellier Benoit <bt...@linagora.com>
AuthorDate: Tue Apr 6 22:34:47 2021 +0700

    Merge pull request #13 from jeantil/cleanup
    
    [JAMES-3226] drops unused ui-bundle

 .gitignore                                         |   6 +-
 doc-sites/antora-playbook-local.yml                |  34 +--
 doc-sites/antora-playbook.yml                      |  49 +---
 doc-sites/package-lock.json                        | 269 ++++++++++++---------
 doc-sites/package.json                             |   4 +-
 doc-sites/ui-overrides/img/james.svg               |  36 +++
 doc-sites/ui-overrides/partials/header-content.hbs |  52 ++++
 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 20268 -> 0 bytes
 .../src/main/dist/font/roboto-latin-400.woff2      | Bin 15736 -> 0 bytes
 .../src/main/dist/font/roboto-latin-400italic.woff | Bin 21952 -> 0 bytes
 .../main/dist/font/roboto-latin-400italic.woff2    | Bin 17324 -> 0 bytes
 ui-bundle/src/main/dist/font/roboto-latin-500.woff | Bin 20464 -> 0 bytes
 .../src/main/dist/font/roboto-latin-500.woff2      | Bin 15872 -> 0 bytes
 .../src/main/dist/font/roboto-latin-500italic.woff | Bin 22020 -> 0 bytes
 .../main/dist/font/roboto-latin-500italic.woff2    | Bin 17316 -> 0 bytes
 .../src/main/dist/font/roboto-mono-latin-400.woff  | Bin 19972 -> 0 bytes
 .../src/main/dist/font/roboto-mono-latin-400.woff2 | Bin 16328 -> 0 bytes
 .../src/main/dist/font/roboto-mono-latin-500.woff  | Bin 20040 -> 0 bytes
 .../src/main/dist/font/roboto-mono-latin-500.woff2 | Bin 16380 -> 0 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 -
 67 files changed, 269 insertions(+), 533 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org