portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
19 stars 2 forks source link

Docs: API and Documentation #3

Closed jspenger closed 1 year ago

jspenger commented 2 years ago

We should have the API and documentation be conveniently be available.

A first suggestion is to use scaladoc to generate both the API docs and the documentation docs. See, e.g., https://github.com/lampepfl/dotty/tree/main/docs and https://dotty.epfl.ch/.

jspenger commented 2 years ago

The docs should be hosted on https://docs.portals-project.org, see #14 to enable URL.

jspenger commented 1 year ago

To publish the docs we have to do the following steps (once it is public):

jspenger commented 1 year ago

I'll close this issue for now, as the api is now live. Instead, I will create two separate issues, one for launching the versioned api docs (once we have proper version), and one for creating a docs using scaladocs.