Created
June 14, 2022 06:29
-
-
Save tkobayas/fb63cec6341d2c1f354bc1f58a17a603 to your computer and use it in GitHub Desktop.
possible-PR-to-drools-website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/templates/_content_learn_documentation.ftl b/templates/_content_learn_documentation.ftl | |
index 5d26b07..8b140c7 100644 | |
--- a/templates/_content_learn_documentation.ftl | |
+++ b/templates/_content_learn_documentation.ftl | |
@@ -15,6 +15,10 @@ | |
<p><strong>Documentation for Drools ${pom.latestFinal.version}</strong></p> | |
<div class="ulist"> | |
<ul> | |
+ <li> | |
+ <p><span class="image"><img src="documentation.png" alt="Documentation"></span> | |
+ <a href="${content.rootpath}docs/index.html">Visit the documentation website.</a></p> | |
+ </li> | |
<li> | |
<p><span class="image"><img src="documentation.png" alt="documentation"></span> | |
<strong>Reference manual Drools ${pom.latestFinal.version}</strong>: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment