Thanks Tim. That `abt unidoc` gets me the unified Scaladoc which definitely helps. I still haven't worked out how to build the Java API equivalent. sbt-unidoc does document some stuff but I might need to enable more plugin settings in the build.sbt.
On Sun, 22 Jan 2023 at 02:53, Tim Moore <[email protected]> wrote: > > I think ’sbt unidoc’ should do it > > Best, > Tim > > > On 22 Jan 2023, at 1:48 am, PJ Fanning <[email protected]> wrote: > > > > Hi everyone, > > I published the main incubator-pekko docs to > > https://pekko.staged.apache.org and https://pekko.apache.org. > > I didn't worry about the paths - I was just testing that the publishing > > worked. > > > > So far, I'm trying to follow the path standards used on > > https://docs.akka.io. > > > > Would anyone know how to generate the api and japi html like those on > > https://akka.io/docs/ without the rsyncPublish? > > > > `sbt doc` produces scaladoc html but it is distributed across the > > module target dirs. > > > > I'm assuming that there must be something easier than me scripting up > > something new to do this. > > > > Regards, > > PJ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
