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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 798eb5299 Move some developer documentation out of the site
798eb5299 is described below

commit 798eb52992b4c6a7bf3ebd60ace9fdcd60dc54ee
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sat Feb 21 08:40:32 2026 +0000

    Move some developer documentation out of the site
    
    These documents can more easily be managed and browsed in Github.
---
 src/site/markdown/design/index.md => docs/design/README.md | 4 ++--
 {src/site/markdown => docs}/design/fluent-builder.md       | 0
 {src/site/markdown => docs}/design/osgi-integration.md     | 0
 {src/site/markdown => docs}/roadmap.md                     | 0
 src/site/site.xml                                          | 4 ----
 5 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/site/markdown/design/index.md b/docs/design/README.md
similarity index 90%
rename from src/site/markdown/design/index.md
rename to docs/design/README.md
index e061c2e55..ef4681fe2 100644
--- a/src/site/markdown/design/index.md
+++ b/docs/design/README.md
@@ -22,5 +22,5 @@ Design documents
 
 | Title/link | Status |
 | ---------- | ------ |
-| [OSGi integration and separation between API and 
implementation](osgi-integration.html) | Implemented |
-| [Fluent builders](fluent-builder.html) | Implemented |
+| [OSGi integration and separation between API and 
implementation](osgi-integration.md) | Implemented |
+| [Fluent builders](fluent-builder.md) | Implemented |
diff --git a/src/site/markdown/design/fluent-builder.md 
b/docs/design/fluent-builder.md
similarity index 100%
rename from src/site/markdown/design/fluent-builder.md
rename to docs/design/fluent-builder.md
diff --git a/src/site/markdown/design/osgi-integration.md 
b/docs/design/osgi-integration.md
similarity index 100%
rename from src/site/markdown/design/osgi-integration.md
rename to docs/design/osgi-integration.md
diff --git a/src/site/markdown/roadmap.md b/docs/roadmap.md
similarity index 100%
rename from src/site/markdown/roadmap.md
rename to docs/roadmap.md
diff --git a/src/site/site.xml b/src/site/site.xml
index 2ef6de5c8..bf997c5f6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -72,10 +72,6 @@
             <item name="Quick start samples" href="quickstart-samples.html"/>
             <item name="User guide" href="userguide/userguide.html"/>
             <item name="Developer guide" href="devguide/devguide.html"/>
-            <item name="Design documents" collapse="true" 
href="design/index.html">
-                <item name="OSGi integration" 
href="design/osgi-integration.html"/>
-                <item name="Fluent builders" 
href="design/fluent-builder.html"/>
-            </item>
             <item name="Articles" href="articles.html"/>
             <item name="Javadocs" href="/apidocs/index.html"/>
             <item name="FAQ" href="faq.html"/>

Reply via email to