You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2021/12/08 11:38:58 UTC

[camel-website] branch main updated: feat: security menu

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

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 020b9c1  feat: security menu
020b9c1 is described below

commit 020b9c16dad78b695db085ac69254d64c7dd93fa
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Wed Dec 8 10:47:22 2021 +0100

    feat: security menu
    
    This adds the security top-level navigation menu.
    
    Fixes #707
---
 antora-ui-camel/src/img/security.svg | 3 +++
 config.toml                          | 7 +++++++
 2 files changed, 10 insertions(+)

diff --git a/antora-ui-camel/src/img/security.svg b/antora-ui-camel/src/img/security.svg
new file mode 100644
index 0000000..b69d7e1
--- /dev/null
+++ b/antora-ui-camel/src/img/security.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
+<path fill="#fff" d="M 4.29827,20.94698 C 4.39828,21.54539 4.91758,22 5.54366,22 h 12.91248 c 0.62609,0 1.14543,-0.45461 1.24574,-1.05302 H 4.29841 Z M 5.54366,11.1224 c -0.69823,0 -1.26294,0.5653 -1.26294,1.26353 v 7.68394 h 15.43856 v -7.68394 c 0,-0.69823 -0.56481,-1.26353 -1.26304,-1.26353 h -0.77037 c 0.0109,-0.14528 0.0158,-3.27321 0.0158,-3.42096 C 17.70167,4.55275 15.14892,2 12.00023,2 8.85104,1.9999 6.29829,4.55275 6.29829,7.70144 c 0,0.14775 0.005,3.27568 0.0158,3.42096 H 5.543 [...]
+</svg>
diff --git a/config.toml b/config.toml
index 55d36d3..28daa4e 100644
--- a/config.toml
+++ b/config.toml
@@ -62,6 +62,13 @@ defaultMarkdownHandler = "blackfriday"
     url = "/download/"
     pre = "/_/img/download.svg"
 
+[[menu.main]]
+    name = "Security"
+    weight = 6
+    identifier = "security"
+    url = "/security/"
+    pre = "/_/img/security.svg"
+
 [module]
 
   [[module.mounts]]