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 6765d0f03 Add more document debugging.
6765d0f03 is described below

commit 6765d0f039104031662f47e3a7ce8a12516eaf3e
Author: James Bognar <[email protected]>
AuthorDate: Fri Sep 26 19:44:41 2025 -0400

    Add more document debugging.
---
 .github/workflows/deploy-docs.yml | 1 +
 juneau-docs/.gitignore            | 2 +-
 juneau-docs/docusaurus.config.ts  | 4 ++--
 juneau-docs/static/.gitignore     | 1 -
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index ce32b9f52..2240d1c43 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -74,6 +74,7 @@ jobs:
         echo "-----Copying site-----"
         mkdir -p juneau-docs/build/site
         cp -v -r target/site/* juneau-docs/build/site/
+        cp .asf.yaml juneau-docs/build
         echo "-----Build directory contents-----"
         cd juneau-docs/build
         find .
diff --git a/juneau-docs/.gitignore b/juneau-docs/.gitignore
index e670fe804..5be433753 100644
--- a/juneau-docs/.gitignore
+++ b/juneau-docs/.gitignore
@@ -12,7 +12,7 @@
 /docs-staging
 
 # Local site generation for testing
-/site
+/static/site
 
 # Misc
 .DS_Store
diff --git a/juneau-docs/docusaurus.config.ts b/juneau-docs/docusaurus.config.ts
index d201baf35..73a3816b7 100644
--- a/juneau-docs/docusaurus.config.ts
+++ b/juneau-docs/docusaurus.config.ts
@@ -113,7 +113,7 @@ const config: Config = {
           position: 'right',
         },
         {
-          href: 'https://juneau.apache.org/site/apidocs-9.0.1/index.html',
+          href: 'https://juneau.apache.org/site/apidocs/index.html',
           label: 'Javadocs',
           position: 'right',
         },
@@ -135,7 +135,7 @@ const config: Config = {
             },
             {
               label: 'Javadocs',
-              href: 'https://juneau.apache.org/site/apidocs-9.0.1/index.html',
+              href: 'https://juneau.apache.org/site/apidocs/index.html',
             },
           ],
         },
diff --git a/juneau-docs/static/.gitignore b/juneau-docs/static/.gitignore
deleted file mode 100644
index 46ff2463e..000000000
--- a/juneau-docs/static/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/site/

Reply via email to