summaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)Author
2022-11-04build: Increase minimum Java version to Java 17Fabian Mastenbroek
This change updates the Gradle configuration to target Java 17 (instead of Java 11) as the lowest denominator when running/building OpenDC. This version of Java has been available for more than a year and is the latest LTS release.
2022-09-13feat(site): Add tutorials to OpenDC websiteFabian Mastenbroek
This change adds a new section to the OpenDC website containing tutorials to experiment with the OpenDC web application.
2022-09-13docs: Add initial version of Docusaurus based docsFabian Mastenbroek
This change updates the repository with a new Docusaurus-based documentation website. This allows us to create our documentation using Markdown, MDX and React. This will serve as the main entry point for users visiting https://opendc.org. The actual OpenDC application will be moved to https://app.opendc.org.