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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b5d98c209 Point javadocs landing page to /site/apidocs/ instead of 
'latest' symlink
5b5d98c209 is described below

commit 5b5d98c209c4d50807af262c1b6f7f2bad145181
Author: James Bognar <[email protected]>
AuthorDate: Sun Oct 12 17:15:51 2025 -0400

    Point javadocs landing page to /site/apidocs/ instead of 'latest' symlink
    
    - Changed 'Latest' card to 'Current (Development)' pointing to 
/site/apidocs/
    - Removed 'latest' symlink as it's no longer needed
    - Kept individual version cards for historical releases (9.1.0, 9.0.1, etc.)
    - This allows the Maven site build to manage the current javadocs
---
 juneau-docs/static/javadocs/index.html | 10 +++++-----
 juneau-docs/static/javadocs/latest     |  1 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/juneau-docs/static/javadocs/index.html 
b/juneau-docs/static/javadocs/index.html
index 708a4e30e8..9822348e83 100644
--- a/juneau-docs/static/javadocs/index.html
+++ b/juneau-docs/static/javadocs/index.html
@@ -94,7 +94,7 @@
             font-size: 1.3em;
         }
         .version-card.latest h3::after {
-            content: " (Latest)";
+            content: " (Development)";
             color: #1b5e20;
             font-weight: bold;
         }
@@ -155,11 +155,11 @@
         <h2>Available Versions</h2>
 
         <div class="version-grid">
-            <!-- Latest Version -->
+            <!-- Latest Version (Current Build) -->
             <div class="version-card latest">
-                <h3>9.1.0</h3>
-                <p>Latest Stable Release</p>
-                <a href="latest/">View Javadocs →</a>
+                <h3>Current</h3>
+                <p>Latest Development Build</p>
+                <a href="/site/apidocs/">View Javadocs →</a>
             </div>
 
             <!-- Version 9.x -->
diff --git a/juneau-docs/static/javadocs/latest 
b/juneau-docs/static/javadocs/latest
deleted file mode 120000
index e977f5eae6..0000000000
--- a/juneau-docs/static/javadocs/latest
+++ /dev/null
@@ -1 +0,0 @@
-9.1.0
\ No newline at end of file

Reply via email to