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

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 9f0efd2b5c5d802fc0404d511149d0492eb7eaec
Author: Tung Tran <[email protected]>
AuthorDate: Fri Aug 30 08:46:46 2024 +0700

    [Antora] Adapt after partial - [ANTORA] Make extending section generic
    
    Adapt commit: a7f8ded01807d47d808a0c80ce51c9079fcec57b
---
 docs/modules/servers/partials/configure/extensions.adoc          | 2 +-
 docs/modules/servers/partials/configure/imap.adoc                | 2 +-
 docs/modules/servers/partials/configure/mailetcontainer.adoc     | 2 +-
 docs/modules/servers/partials/configure/mailrepositorystore.adoc | 2 +-
 docs/modules/servers/partials/configure/webadmin.adoc            | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/modules/servers/partials/configure/extensions.adoc 
b/docs/modules/servers/partials/configure/extensions.adoc
index 6c2ae7cbaa..e26adc69ee 100644
--- a/docs/modules/servers/partials/configure/extensions.adoc
+++ b/docs/modules/servers/partials/configure/extensions.adoc
@@ -57,4 +57,4 @@ Recording it in extensions.properties :
 guice.extension.tasks=com.project.RspamdTaskExtensionModule
 ....
 
-Read 
xref:{pages-path}/extending/index.adoc#_defining_custom_injections_for_your_extensions[this
 page] for more details.
\ No newline at end of file
+Read 
xref:customization:index.adoc#_defining_custom_injections_for_your_extensions[this
 page] for more details.
\ No newline at end of file
diff --git a/docs/modules/servers/partials/configure/imap.adoc 
b/docs/modules/servers/partials/configure/imap.adoc
index 05decc7220..ad91001912 100644
--- a/docs/modules/servers/partials/configure/imap.adoc
+++ b/docs/modules/servers/partials/configure/imap.adoc
@@ -153,7 +153,7 @@ It uses the Keycloak OIDC provider, but usage of similar 
technologies is definit
 
 == Extending IMAP
 
-IMAP decoders, processors and encoder can be customized. 
xref:{pages-path}/extending/imap.adoc[Read more].
+IMAP decoders, processors and encoder can be customized. 
xref:customization:imap.adoc[Read more].
 
 Check this 
link:https://github.com/apache/james-project/tree/master/examples/custom-imap[example].
 
diff --git a/docs/modules/servers/partials/configure/mailetcontainer.adoc 
b/docs/modules/servers/partials/configure/mailetcontainer.adoc
index a3e7c56e29..18ef8a5aee 100644
--- a/docs/modules/servers/partials/configure/mailetcontainer.adoc
+++ b/docs/modules/servers/partials/configure/mailetcontainer.adoc
@@ -7,7 +7,7 @@ xref:{pages-path}/architecture/index.adoc#_mail_processing[the 
mailet container
 Apache James Server includes a number of 
xref:{pages-path}/configure/mailets.adoc[Packaged Mailets] and
 xref:{pages-path}/configure/matchers.adoc[Packaged Matchers].
 
-Furthermore, you can write and use with James 
xref:{pages-path}/extending/mail-processing.adoc[your own mailet and matchers].
+Furthermore, you can write and use with James 
xref:customization:mail-processing.adoc[your own mailet and matchers].
 
 Consult this 
link:{sample-configuration-prefix-url}/mailetcontainer.xml[example]
 to get some examples and hints.
diff --git a/docs/modules/servers/partials/configure/mailrepositorystore.adoc 
b/docs/modules/servers/partials/configure/mailrepositorystore.adoc
index e0c7b88bc2..2f3589df67 100644
--- a/docs/modules/servers/partials/configure/mailrepositorystore.adoc
+++ b/docs/modules/servers/partials/configure/mailrepositorystore.adoc
@@ -8,7 +8,7 @@ For instance in the url 
`{mailet-repository-path-prefix}://var/mail/error/` `{ma
 
 The *mailrepositorystore.xml* file allows registration of available protocols, 
and their binding to actual MailRepository
 implementation. Note that extension developers can write their own 
MailRepository implementations, load them via the
-`extensions-jars` mechanism as documented in 
xref:{pages-path}/extending/index.adoc['writing your own extensions'], and 
finally
+`extensions-jars` mechanism as documented in 
xref:customization:index.adoc['writing your own extensions'], and finally
 associated to a protocol in *mailrepositorystore.xml* for a usage in 
*mailetcontainer.xml*.
 
 == Configuration
diff --git a/docs/modules/servers/partials/configure/webadmin.adoc 
b/docs/modules/servers/partials/configure/webadmin.adoc
index 61da6ed21f..6a9a6fb79c 100644
--- a/docs/modules/servers/partials/configure/webadmin.adoc
+++ b/docs/modules/servers/partials/configure/webadmin.adoc
@@ -65,7 +65,7 @@ Defaults to the `jwt.publickeypem.url` value of 
`jmap.properties` file if unspec
 | extensions.routes
 | List of Routes specified as fully qualified class name that should be loaded 
in addition to your product routes list. Routes
 needs to be on the classpath or in the ./extensions-jars folder. Read mode 
about
-xref:{pages-path}/extending/webadmin-routes.adoc[creating you own webadmin 
routes].
+xref:customization:webadmin-routes.adoc[creating you own webadmin routes].
 
 | maxThreadCount
 | Maximum threads used by the underlying Jetty server. Optional.
@@ -101,4 +101,4 @@ The public key can be referenced as `jwt.publickeypem.url` 
of the `jmap.properti
 
 WebAdmin adds the value of `X-Real-IP` header as part of the logging MDC.
 
-This allows for reverse proxies to cary other the IP address of the client 
down to the JMAP server for diagnostic purpose.
\ No newline at end of file
+This allows for reverse proxies to cary other the IP address of the client 
down to the JMAP server for diagnostic purpose.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to