Documentation for Arcane, a Kubernetes-native data streaming service based on Akka.NET. The core of this project is a Github action named release-documentation
that uses DocFX which is designed to automate the process of generating and deploying documentation to GitHub Pages.
The action requires the following permissions:
contents: read
: To read the contents of the repository.pages: write
: To write to the GitHub Pages site.id-token: write
: To write ID tokens.
The action runs on the latest version of Ubuntu.
Feel free to open a new Issue in case of any suggestions. Check our contributing guidlines for more info.