Having the docs in PDF form is very useful for many people. It would be great if we could get that.
Contributor guide
Tech stack
scala
Domain
documentation
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
Familiarity with Scala documentation toolingKnowledge of Paradox or sbt site
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Investigate how Akka generates PDF docs from its source. Look at the current docs build setup in the akka http repository (likely using Paradox). Determine if there is an existing sbt plugin for PDF generation (e.g., sbt paradox pdf). Provide a plan to integrate PDF generation into the build process, possibly by adding a new sbt task.