diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-08-04 16:40:44 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-13 16:15:59 +0200 |
| commit | fdc3200ef4718eb98bd8a713f956222a9bf85ac9 (patch) | |
| tree | 4fa8e5998bd4ee59397b26222846c554b73abe4e /README.md | |
| parent | 8a94318aad4b4fa188ac49e887d564867a00111e (diff) | |
docs: Add initial version of Docusaurus based docs
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 17 insertions, 11 deletions
@@ -7,7 +7,7 @@ Collaborative Datacenter Simulation and Exploration for Everybody [](/LICENSE.txt) -[](./docs) +[](https://opendc.org) [](https://github.com/atlarge-research/opendc/releases) [](https://github.com/atlarge-research/opendc/actions/workflows/build.yml) @@ -15,15 +15,15 @@ Collaborative Datacenter Simulation and Exploration for Everybody OpenDC is a free and open-source platform for datacenter simulation aimed at both research and education. - + Users can construct datacenters (see above) and define portfolios of scenarios (experiments) to see how these datacenters perform under different workloads and schedulers (see below). - +) -The simulator is accessible both as a ready-to-use website hosted by us at [opendc.org](https://opendc.org), and as -source code that users can run locally on their own machine, through Docker. +The simulator is accessible both as a ready-to-use website hosted by us at [app.opendc.org](https://app.opendc.org), and +as source code that users can run locally on their own machine or via Docker. To learn more about OpenDC, have a look through our paper [OpenDC 2.0](https://atlarge-research.com/pdfs/ccgrid21-opendc-paper.pdf) @@ -38,13 +38,19 @@ use and extend Capelin coming soon! ## Documentation -The documentation is located in the [docs/](docs) directory and is divided as follows: +You can find the OpenDC documentation [on the website](https://opendc.org/). -1. [Deployment Guide](docs/deploy.md) -1. [Architectural Overview](docs/architecture.md) -1. [Toolchain Setup](docs/toolchain.md) -1. [Research with OpenDC](docs/research.md) -1. [Contributing Guide](CONTRIBUTING.md) +Check out the [Getting Started](https://opendc.org/docs/getting-started.html) page for a quick overview. + +The documentation is divided into several sections: + +* [Main Concepts](https://opendc.org/docs/category/getting-started) +* [Tutorials](https://opendc.org/docs/category/tutorials) +* [Advanced Guides](https://opendc.org/docs/category/advanced-guides) +* [Where to Get Support](https://opendc.org/community/support) +* [Contributing Guide](https://opendc.org/community/contributing) + +The source code for the documentation is located in [site](site). ## Contributing |
