Continued from #1290 as the conversation of #1290 got too long.
Like we did on akka/akka#23052 "consolidate java/scala content", let's consolidate the java and scala contents in akka-http, too.
Below is the procedure described by @raboof.
The process is as follows:
docs/src/main/paradox/java/... with the same one under docs/src/main/paradox/scala/.... They should cover the same contents, but one is for Java and the other is for Scala. The 'compare files' feature of IntelliJ IDEA is a nice tool for this.scala folder to contain both the Scala and Java content. You may use:@scala and @java directives for inline text@@@ div { .group-scala } for blocksgit rm akka-docs/src/main/paradox/java/...)cd akka-docs/src/main/paradox/java; ln -s ../scala/... ...; cd -)git add akka-docs/src/main/paradox/java/...)sbt akka-docs/paradox, see CONTRIBUTING.md for details, check both the Java and Scala versions)You could look at https://github.com/akka/akka/pull/23039/files as an example - it's probably best to contribute PR's on a page-per-page basis at least at first. Feel free to let us know if you have any questions/problems!
Under docs/src/main/paradox/java/http/
Directives:
Woohoo done!!!! Great work, everyone!
Awesome, and so quickly!
You're all awesome, thanks @richardimaoka @jlprat @jonas @raboof @jrudolph :)
馃帀 馃巺 馃帀