summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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.
2022-08-03docs: Update deployment guideFabian Mastenbroek
This change updates the deployment guide based on the latest changes to the Quarkus application. Quite a few existing configuration options can be removed now.
2022-04-04docs: Update global architecture of OpenDCFabian Mastenbroek
This change updates the document outlining the architecture of OpenDC, which does not use a Python-based web API anymore.
2022-02-17docs: Actualize deployment guideFabian Mastenbroek
This change updates the deployment guide for the recent change of the simulator runner which now communicates via the API instead of directly with the Mongo database. See 6752b6d50faab447b3edc13bddf14f53401392f1 for more information.
2021-09-28build: Increase Java requirement to version 11Fabian Mastenbroek
This change updates the Gradle configuration to target Java 11 (instead of Java 8) as the lowest denominator when building OpenDC. Since the project has not yet been adopted by (many) other applications, we should not restrict the project to such an old Java version.
2021-05-18docs: Add instructions on configuring Auth0 for OpenDCFabian Mastenbroek
This change updates the deployment guide to include instructions on configuring Auth0 for OpenDC. This process should not be much more difficult than creating the Google Application.
2021-05-10docs: Add missing student thesesFabian Mastenbroek
2021-05-10docs: Update deployment guideFabian Mastenbroek
2021-05-10docs: Add link to Jacob Burley's BSc thesisFabian Mastenbroek
2021-05-10docs: Fix reference to OpenDC component overviewFabian Mastenbroek
This change fixes the invalid reference to the image of the OpenDC component overview.
2021-05-09ui: Update screenshots of OpenDC user-interfaceFabian Mastenbroek
2021-05-03docs: Add document on OpenDC publicationsFabian Mastenbroek
2021-05-03docs: Add document for toolchain setupFabian Mastenbroek
2021-05-03docs: Revamp project documentationFabian Mastenbroek
This change updates the project documentation by moving most of the documentation to the docs directory.