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

grobmeier pushed a commit to branch ms12_conversion_of_md_files
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/ms12_conversion_of_md_files by 
this push:
     new 1a347af7fd linked articles, removed tables.css
1a347af7fd is described below

commit 1a347af7fd9c713d2c3bf1344148c75963c54330
Author: Christian Grobmeier <[email protected]>
AuthorDate: Wed Mar 6 14:29:47 2024 +0100

    linked articles, removed tables.css
---
 src/asciidoc/templates/document.html.erb | 3 +++
 src/site/asciidoc/articles.adoc          | 4 ----
 src/site/site.xml                        | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/asciidoc/templates/document.html.erb 
b/src/asciidoc/templates/document.html.erb
index 6f34514f3b..06844a411c 100644
--- a/src/asciidoc/templates/document.html.erb
+++ b/src/asciidoc/templates/document.html.erb
@@ -69,6 +69,7 @@
             <li><a href="#">Manual</a></li>
             <li><a href="#">Guides</a></li>
             <li><a 
href="https://cwiki.apache.org/confluence/display/LOGGING/Log4j";>Wiki</a></li>
+            <li><a href="/articles.html">Articles</a></li>
           </ul>
         </li>
         <li><a href="/release-notes.html">Release Notes</a></li>
@@ -155,6 +156,8 @@
             <li><a href="#">Getting Started</a></li>
             <li><a href="#">Manual</a></li>
             <li><a href="#">Guides</a></li>
+            <li><a 
href="https://cwiki.apache.org/confluence/display/LOGGING/Log4j";>Wiki</a></li>
+            <li><a href="/articles.html">Articles</a></li>
           </ul>
         </div>
         <div>
diff --git a/src/site/asciidoc/articles.adoc b/src/site/asciidoc/articles.adoc
index ce36dfb08c..9a91daed44 100644
--- a/src/site/asciidoc/articles.adoc
+++ b/src/site/asciidoc/articles.adoc
@@ -16,10 +16,6 @@
 ////
 = Articles and Tutorials
 
-++++
-<link rel="stylesheet" type="text/css" href="css/tables.css">
-++++
-
 A collection of external articles and tutorials about Log4j 2. The 
manual/index.html[Log4j 2 manual] is the ultimate
 guide for up-to-date and detailed information on how to configure and use 
Log4j 2.
 
diff --git a/src/site/site.xml b/src/site/site.xml
index bc066fb8e4..2b5c31997b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -68,7 +68,7 @@
         <item name="Filtering Comparison" href="/performance.html#filtering" />
         <item name="Trade-offs" href="/performance.html#tradeoffs" />
       </item>
-      <item name="Articles and Tutorials" href="/articles.html"/>
+<!--      <item name="Articles and Tutorials" href="/articles.html"/>-->
 <!--      <item name="Security" href="/security.html"/>-->
 <!--      <item name="Support" href="/support.html"/>-->
       <item name="Thanks" href="/thanks.html"/>

Reply via email to