Skip to content

Commit

Permalink
Hiding all tutorials that are currently not working to reduce confusi…
Browse files Browse the repository at this point in the history
…on (#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
  • Loading branch information
DanteNiewenhuis authored Nov 5, 2024
1 parent 0f835d5 commit 15730a8
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion site/community/0-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Need help? You can find out ways to talk to maintainers and community members be
<ul>
<li>Learn how to <a href="/docs/category/getting-started">get started</a> with OpenDC.</li>
<li>Follow the provided <a href="/docs/category/tutorials">tutorials</a>.</li>
<li>Look at the <a href="/docs/category/advanced-guides">advanced guides</a>.</li>
</ul>
</div>
<div className="col col--4">
Expand Down
5 changes: 3 additions & 2 deletions site/docs/documentation/Output.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion site/docs/getting-started/3-whats-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 0 additions & 4 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ const config = {
{
label: "Tutorials",
to: "/docs/category/tutorials"
},
{
label: "Advanced Guides",
to: "/docs/category/advanced-guides"
}
]
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 15730a8

Please sign in to comment.