uschindler commented on issue #11870:
URL: https://github.com/apache/lucene/issues/11870#issuecomment-1373330425

   There is markdown (or commonmark) support coming for JDK javadoc: 
https://bugs.openjdk.org/browse/JDK-8298405
   
   So at some point we might replace those overview HTML files by markdown, 
when we changed to java 21!
   
   If we still want to do this now, we may need to use the already existing 
markdown converter for the global documentation also in modules and convert 
those overview.md to overview.html before executing javadoc. But this might not 
work if javadoc does not allow to give some folder in build dir as source for 
resources. But for now I would stick with HTML in source tree.
   
   For more general documentation the root documentation module is fine. It 
supports markdown and static resources.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to