pjfanning commented on PR #86: URL: https://github.com/apache/incubator-pekko-sbt-paradox/pull/86#issuecomment-1867992884
One thing is that we'll make testing doc changes to repos like https://github.com/apache/incubator-pekko harder. Today, if you run `sbt paradoxBrowse`, it will build the docs and into target/paradox/main/site and you can load up the index.html page there and the CSS etc will be found. In theory, users could copy the missing files into target/paradox/main/site themselves or we could script something. In the end, it might be easier if we don't rely on relative paths and hardcode that we can get the static files from explicit URLs. We could make the hostname of these URLs configurable. Default to `https://pekko.apache.org` but users could set `https://pekko.staged.apache.org`. -- 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]
