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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


The following commit(s) were added to refs/heads/main by this push:
     new 5fe1adf  Fix website viewing instructions
5fe1adf is described below

commit 5fe1adf04a7502edbe867bd1b3ca2ecac1129cf3
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Apr 19 10:33:23 2024 +0200

    Fix website viewing instructions
---
 src/site/antora/modules/ROOT/pages/development.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site/antora/modules/ROOT/pages/development.adoc 
b/src/site/antora/modules/ROOT/pages/development.adoc
index a1f5b6e..0971340 100644
--- a/src/site/antora/modules/ROOT/pages/development.adoc
+++ b/src/site/antora/modules/ROOT/pages/development.adoc
@@ -33,9 +33,10 @@ You can build and view the website as follows:
 [source,bash]
 ----
 ./mvnw -N site
-python -m http.server -d target/site
 ----
 
+You can view the generated website with a browser by pointing it to 
`target/site` directory.
+
 [#release-instructions]
 == Release instructions
 

Reply via email to