This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git.
from 6a21c0e fix: toc for hugo within mobile view
new a995882 feat: provide a modified neat card layout for community & docs
new 45f5439 feat: remove specifc width to button for card layout
new 002163f CAMEL-15392: add badges like button for community cards
new d4412c5 CAMEL-15392: add badges like button for docs cards
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:
antora-ui-camel/src/css/docs.css | 67 +++++++++++
antora-ui-camel/src/img/docs.svg | 4 +
antora-ui-camel/src/img/examples.svg | 13 ++
antora-ui-camel/src/img/github.svg | 5 +
antora-ui-camel/src/img/read.svg | 12 ++
content/community/_index.md | 37 ++++--
content/docs/_index.md | 224 ++++++++++++++++++++++++++++++++---
layouts/shortcodes/pre.html | 5 +
8 files changed, 343 insertions(+), 24 deletions(-)
create mode 100644 antora-ui-camel/src/img/docs.svg
create mode 100644 antora-ui-camel/src/img/examples.svg
create mode 100644 antora-ui-camel/src/img/github.svg
create mode 100644 antora-ui-camel/src/img/read.svg
create mode 100644 layouts/shortcodes/pre.html