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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d4c898633 Added a menu for the MINA mastodon account
d4c898633 is described below

commit d4c8986332368454fc37cc885f17eee300983390
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Sat Sep 16 15:33:50 2023 +0200

    Added a menu for the MINA mastodon account
---
 layouts/_default/_markup/render-codeblock-mermaid.html | 5 +++++
 layouts/_default/baseof.html                           | 4 ++++
 layouts/asyncweb/baseof.html                           | 4 ++++
 layouts/ftpserver/baseof.html                          | 4 ++++
 layouts/mina/baseof.html                               | 4 ++++
 layouts/sshd/baseof.html                               | 4 ++++
 layouts/vysper/baseof.html                             | 4 ++++
 7 files changed, 29 insertions(+)

diff --git a/layouts/_default/_markup/render-codeblock-mermaid.html 
b/layouts/_default/_markup/render-codeblock-mermaid.html
new file mode 100644
index 000000000..fc62b8612
--- /dev/null
+++ b/layouts/_default/_markup/render-codeblock-mermaid.html
@@ -0,0 +1,5 @@
+<pre class="mermaid">
+  {{- .Inner | safeHTML }}
+</pre>
+{{ .Page.Store.Set "hasMermaid" true }}
+
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5ac28c280..c696f064a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -31,6 +31,10 @@
         <div id="leftColumn">
             <div id="navigation">
                 <a class="acevent" data-format="wide" data-width="170"></a>
+                <h5>Social Networks</h5>
+                <ul>
+                    <li><a href="https://fosstodon.org/@apachemina";>Apache 
MINA Mastodon</a></li>
+                </ul>
                 <h5>Latest Downloads</h5>
                 <ul>
                     <li><a href="/downloads-mina_2_0.html">Mina {{ 
.Site.Params.version_mina_2_0 }}</a></li>
diff --git a/layouts/asyncweb/baseof.html b/layouts/asyncweb/baseof.html
index cb86101cf..284834c7c 100644
--- a/layouts/asyncweb/baseof.html
+++ b/layouts/asyncweb/baseof.html
@@ -31,6 +31,10 @@
         <div id="leftColumn">
             <div id="navigation">
                 <a class="acevent" data-format="wide" data-width="170"></a>
+                <h5>Social Networks</h5>
+                <ul>
+                    <li><a href="https://fosstodon.org/@apachemina";>Apache 
MINA Mastodon</a></li>
+                </ul>
                 <h5>Overview</h5>
                 <ul>
                     <li><a href="/asyncweb-project/index.html">Home</a> </li>
diff --git a/layouts/ftpserver/baseof.html b/layouts/ftpserver/baseof.html
index db10fe974..80f2d91ed 100644
--- a/layouts/ftpserver/baseof.html
+++ b/layouts/ftpserver/baseof.html
@@ -31,6 +31,10 @@
         <div id="leftColumn">
             <div id="navigation">
                 <a class="acevent" data-format="wide" data-width="170"></a>
+                <h5>Social Networks</h5>
+                <ul>
+                    <li><a href="https://fosstodon.org/@apachemina";>Apache 
MINA Mastodon</a></li>
+                </ul>
                 <h5>Overview</h5>
                 <ul>
                     <li><a href="/ftpserver-project/index.html">Home</a> </li>
diff --git a/layouts/mina/baseof.html b/layouts/mina/baseof.html
index dc6116998..50bd92073 100644
--- a/layouts/mina/baseof.html
+++ b/layouts/mina/baseof.html
@@ -31,6 +31,10 @@
         <div id="leftColumn">
             <div id="navigation">
                 <a class="acevent" data-format="wide" data-width="170"></a>
+                <h5>Social Networks</h5>
+                <ul>
+                    <li><a href="https://fosstodon.org/@apachemina";>Apache 
MINA Mastodon</a></li>
+                </ul>
                 <h5>Latest Downloads</h5>
                 <ul>
                     <li><a href="/mina-project/downloads_2_0.html">Mina {{ 
.Site.Params.version_mina_2_0 }}</a></li>
diff --git a/layouts/sshd/baseof.html b/layouts/sshd/baseof.html
index aef80afef..9f3a173b7 100644
--- a/layouts/sshd/baseof.html
+++ b/layouts/sshd/baseof.html
@@ -31,6 +31,10 @@
         <div id="leftColumn">
             <div id="navigation">
                 <a class="acevent" data-format="wide" data-width="170"></a>
+                <h5>Social Networks</h5>
+                <ul>
+                    <li><a href="https://fosstodon.org/@apachemina";>Apache 
MINA Mastodon</a></li>
+                </ul>
                 <h5>Overview</h5>
                 <ul>
                     <li><a href="/sshd-project/index.html">Home</a> </li>
diff --git a/layouts/vysper/baseof.html b/layouts/vysper/baseof.html
index 76cddfe8b..f998f6438 100644
--- a/layouts/vysper/baseof.html
+++ b/layouts/vysper/baseof.html
@@ -31,6 +31,10 @@
         <div id="leftColumn">
             <div id="navigation">
                 <a class="acevent" data-format="wide" data-width="170"></a>
+                <h5>Social Networks</h5>
+                <ul>
+                    <li><a href="https://fosstodon.org/@apachemina";>Apache 
MINA Mastodon</a></li>
+                </ul>
                 <h5>Overview</h5>
                 <ul>
                     <li><a href="/vysper-project/index.html">Home</a> </li>

Reply via email to