This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch pnp
in repository https://gitbox.apache.org/repos/asf/camel-website.git.
discard 9ff97d3 CAMEL-11500: for PnP to work we need Yarn 13+
discard 2778903 CAMEL-11500: one more dependency needed for PnP
discard 183f358 CAMEL-11500: for theme only default gulp task i...
discard f8338ed CAMEL-11500: more fixes for PnP
discard 0826e75 CAMEL-11500: add explicit dependencies for PnP
discard d5ed016 CAMEL-11500: utilize caches and separate Theme ...
discard 93e69e1 CAMEL-11500: use PnP
add 8e8e669 CAMEL-12997: Create menu and single pages
new fce4d68 CAMEL-11500: use PnP
new 325f63b CAMEL-11500: utilize caches and separate Theme ...
new c52c8ca CAMEL-11500: add explicit dependencies for PnP
new f7d3011 CAMEL-11500: more fixes for PnP
new 26b263e CAMEL-11500: for theme only default gulp task i...
new 116f122 CAMEL-11500: one more dependency needed for PnP
new 9391ce8 CAMEL-11500: for PnP to work we need Yarn 13+
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9ff97d3)
\
N -- N -- N refs/heads/pnp (9391ce8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 7 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 | 12 ++++
antora-ui-camel/src/css/header.css | 6 --
antora-ui-camel/src/css/responsive.css | 9 +++
config.toml | 128 +++++++++++++++++++++++++++++++--
content/community/article.md | 1 +
content/community/camel-extra.md | 1 +
content/community/contributing.md | 1 +
content/community/support.md | 1 +
content/community/team.md | 1 +
content/community/user-stories.md | 1 +
content/docs/getting-started.md | 1 +
content/download/_index.md | 2 +
content/news/_index.md | 1 +
content/projects/camel-k.md | 1 +
layouts/community/single.html | 9 +++
layouts/docs/single.html | 9 +++
layouts/download/download.html | 9 +++
layouts/news/news.html | 9 +++
layouts/partials/footer.html | 24 +++----
layouts/partials/header.html | 2 +-
layouts/projects/single.html | 9 +++
site.yml | 18 ++---
22 files changed, 222 insertions(+), 33 deletions(-)
create mode 100644 content/community/article.md
create mode 100644 content/community/camel-extra.md
create mode 100644 content/community/contributing.md
create mode 100644 content/community/support.md
create mode 100644 content/community/team.md
create mode 100644 content/community/user-stories.md
create mode 100644 content/docs/getting-started.md
create mode 100644 content/download/_index.md
create mode 100644 content/news/_index.md
create mode 100644 content/projects/camel-k.md
create mode 100644 layouts/community/single.html
create mode 100644 layouts/docs/single.html
create mode 100644 layouts/download/download.html
create mode 100644 layouts/news/news.html
create mode 100644 layouts/projects/single.html