tkobayas commented on PR #18: URL: https://github.com/apache/incubator-kie-website/pull/18#issuecomment-2655277046
Thank you, Dominik! Just tips for those who view the zipped site, you may hit "Your Docusaurus site did not load properly." when opening index.html as "file://..." with a browser. In that case, run a webserver in the directory where the index.html exists. e.g. ``` python -m http.server 8000 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
