Learn more at akka.io.
The reference documentation is available at doc.akka.io.
The example projects used in the documentation are located at
This folder contains the sources for parts of the Akka web site.
This folder is structured as follows:
- The root directory contains the
makefilefor the documentation generation process. - The structured documentation is located under
docs-source/.
Contributions to the documentation are welcome and encouraged. If you are unfamiliar with the project or with asciidoc, please read the contribution guidelines below.
Detailed information about working with the documentation is provided in the docs-source folder.
This part of the Akka documentation is built using Antora, from asciidoc sources.
The building process is managed by make using the makefile script.
To build the documentation, use make with the following commands:
-
make html-author-modeGenerates the documentation, in 'author' mode, to display review comments and TODOs. The result is available at
target/staging/index.html. -
make all(default)Generates the complete documentation bundle.
-
make htmlGenerates the html documentation and homepage.
-
make check-linksChecks that the external links point to a reachable URL.
-
make list-todosList all the TODOs, review comments, unresolve references, etc. from the documentation.
Akka is Open Source and available under the Apache 2 License.