From 15730a89974e10fb19e689c0379a7e761fba0c14 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Tue, 5 Nov 2024 18:41:50 +0100 Subject: [PATCH] Hiding all tutorials that are currently not working to reduce confusion (#263) * Hidden all tutorials that are currently not working to reduce confusion * removed advanced guides from docusaurus * removed advanced guides from whats-next * removed advanced guides from support page --- site/community/0-support.mdx | 1 - site/docs/documentation/Output.md | 5 +++-- site/docs/getting-started/3-whats-next.md | 1 - site/docusaurus.config.js | 4 ---- .../advanced-guides/_category_.json | 0 .../advanced-guides/architecture.md | 0 site/{docs => old_files}/advanced-guides/deploy.md | 0 .../advanced-guides/img/component-diagram.png | Bin .../advanced-guides/toolchain.md | 0 .../cloud-capacity-planning.mdx | 0 .../{ => old_files}/old_tutorials/0-installation.md | 0 site/{ => old_files}/old_tutorials/1-design.mdx | 0 site/{ => old_files}/old_tutorials/2-experiment.mdx | 0 site/{ => old_files}/old_tutorials/3-whats-next.md | 0 site/{ => old_files}/old_tutorials/_category_.json | 0 15 files changed, 3 insertions(+), 8 deletions(-) rename site/{docs => old_files}/advanced-guides/_category_.json (100%) rename site/{docs => old_files}/advanced-guides/architecture.md (100%) rename site/{docs => old_files}/advanced-guides/deploy.md (100%) rename site/{docs => old_files}/advanced-guides/img/component-diagram.png (100%) rename site/{docs => old_files}/advanced-guides/toolchain.md (100%) rename site/{docs/tutorials => old_files}/cloud-capacity-planning.mdx (100%) rename site/{ => old_files}/old_tutorials/0-installation.md (100%) rename site/{ => old_files}/old_tutorials/1-design.mdx (100%) rename site/{ => old_files}/old_tutorials/2-experiment.mdx (100%) rename site/{ => old_files}/old_tutorials/3-whats-next.md (100%) rename site/{ => old_files}/old_tutorials/_category_.json (100%) diff --git a/site/community/0-support.mdx b/site/community/0-support.mdx index a0a158bc3..fb712459f 100644 --- a/site/community/0-support.mdx +++ b/site/community/0-support.mdx @@ -10,7 +10,6 @@ Need help? You can find out ways to talk to maintainers and community members be
diff --git a/site/docs/documentation/Output.md b/site/docs/documentation/Output.md index 3f9eb3d54..339ac615b 100644 --- a/site/docs/documentation/Output.md +++ b/site/docs/documentation/Output.md @@ -1,6 +1,7 @@ -Running OpenDC results in three output files. The first file ([Server](#server)) contains metrics related to the jobs being executed. -The second file ([Host](#host)) contains all metrics related to the hosts on which jobs can be executed. Finally, the third file ([Service](#service)) +Running OpenDC results in three output files. The first file ([Task](#task)) contains metrics related to the jobs being executed. +The second file ([Host](#host)) contains all metrics related to the hosts on which jobs can be executed. The third file ([Power](#power)) +contains all metrics related to the power sources that power the hosts. Finally, the third file ([Service](#service)) contains metrics describing the overall performance. An experiment in OpenDC has ### Task diff --git a/site/docs/getting-started/3-whats-next.md b/site/docs/getting-started/3-whats-next.md index 7c0211198..e613eba77 100644 --- a/site/docs/getting-started/3-whats-next.md +++ b/site/docs/getting-started/3-whats-next.md @@ -7,6 +7,5 @@ description: How to supercharge your designs and experiments with OpenDC. Congratulations! You have just learned how to design and experiment with a (virtual) datacenter in OpenDC. What's next? - Follow one of the [tutorials](/docs/category/tutorials) using OpenDC. -- Check the [advanced guides](/docs/category/advanced-guides) for more complex material. - Read about [existing work using OpenDC](/community/research). - Get involved in the [OpenDC Community](/community/support). diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index 659c6b4e8..8fbef549d 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -103,10 +103,6 @@ const config = { { label: "Tutorials", to: "/docs/category/tutorials" - }, - { - label: "Advanced Guides", - to: "/docs/category/advanced-guides" } ] }, diff --git a/site/docs/advanced-guides/_category_.json b/site/old_files/advanced-guides/_category_.json similarity index 100% rename from site/docs/advanced-guides/_category_.json rename to site/old_files/advanced-guides/_category_.json diff --git a/site/docs/advanced-guides/architecture.md b/site/old_files/advanced-guides/architecture.md similarity index 100% rename from site/docs/advanced-guides/architecture.md rename to site/old_files/advanced-guides/architecture.md diff --git a/site/docs/advanced-guides/deploy.md b/site/old_files/advanced-guides/deploy.md similarity index 100% rename from site/docs/advanced-guides/deploy.md rename to site/old_files/advanced-guides/deploy.md diff --git a/site/docs/advanced-guides/img/component-diagram.png b/site/old_files/advanced-guides/img/component-diagram.png similarity index 100% rename from site/docs/advanced-guides/img/component-diagram.png rename to site/old_files/advanced-guides/img/component-diagram.png diff --git a/site/docs/advanced-guides/toolchain.md b/site/old_files/advanced-guides/toolchain.md similarity index 100% rename from site/docs/advanced-guides/toolchain.md rename to site/old_files/advanced-guides/toolchain.md diff --git a/site/docs/tutorials/cloud-capacity-planning.mdx b/site/old_files/cloud-capacity-planning.mdx similarity index 100% rename from site/docs/tutorials/cloud-capacity-planning.mdx rename to site/old_files/cloud-capacity-planning.mdx diff --git a/site/old_tutorials/0-installation.md b/site/old_files/old_tutorials/0-installation.md similarity index 100% rename from site/old_tutorials/0-installation.md rename to site/old_files/old_tutorials/0-installation.md diff --git a/site/old_tutorials/1-design.mdx b/site/old_files/old_tutorials/1-design.mdx similarity index 100% rename from site/old_tutorials/1-design.mdx rename to site/old_files/old_tutorials/1-design.mdx diff --git a/site/old_tutorials/2-experiment.mdx b/site/old_files/old_tutorials/2-experiment.mdx similarity index 100% rename from site/old_tutorials/2-experiment.mdx rename to site/old_files/old_tutorials/2-experiment.mdx diff --git a/site/old_tutorials/3-whats-next.md b/site/old_files/old_tutorials/3-whats-next.md similarity index 100% rename from site/old_tutorials/3-whats-next.md rename to site/old_files/old_tutorials/3-whats-next.md diff --git a/site/old_tutorials/_category_.json b/site/old_files/old_tutorials/_category_.json similarity index 100% rename from site/old_tutorials/_category_.json rename to site/old_files/old_tutorials/_category_.json