From fdc3200ef4718eb98bd8a713f956222a9bf85ac9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 4 Aug 2022 16:40:44 +0200 Subject: 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. --- site/static/img/datacenter-drawing.png | Bin 0 -> 219576 bytes site/static/img/favicon.ico | Bin 0 -> 99678 bytes site/static/img/logo.svg | 191 +++++++++++++++++++++++++++++++++ 3 files changed, 191 insertions(+) create mode 100644 site/static/img/datacenter-drawing.png create mode 100644 site/static/img/favicon.ico create mode 100644 site/static/img/logo.svg (limited to 'site/static/img') diff --git a/site/static/img/datacenter-drawing.png b/site/static/img/datacenter-drawing.png new file mode 100644 index 00000000..401168e3 Binary files /dev/null and b/site/static/img/datacenter-drawing.png differ diff --git a/site/static/img/favicon.ico b/site/static/img/favicon.ico new file mode 100644 index 00000000..c2f40a0d Binary files /dev/null and b/site/static/img/favicon.ico differ diff --git a/site/static/img/logo.svg b/site/static/img/logo.svg new file mode 100644 index 00000000..5283a034 --- /dev/null +++ b/site/static/img/logo.svg @@ -0,0 +1,191 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3