Skip to content

Commit 15730a8

Browse files
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
1 parent 0f835d5 commit 15730a8

File tree

15 files changed

+3
-8
lines changed

15 files changed

+3
-8
lines changed

site/community/0-support.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Need help? You can find out ways to talk to maintainers and community members be
1010
<ul>
1111
<li>Learn how to <a href="/docs/category/getting-started">get started</a> with OpenDC.</li>
1212
<li>Follow the provided <a href="/docs/category/tutorials">tutorials</a>.</li>
13-
<li>Look at the <a href="/docs/category/advanced-guides">advanced guides</a>.</li>
1413
</ul>
1514
</div>
1615
<div className="col col--4">

site/docs/documentation/Output.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

2-
Running OpenDC results in three output files. The first file ([Server](#server)) contains metrics related to the jobs being executed.
3-
The second file ([Host](#host)) contains all metrics related to the hosts on which jobs can be executed. Finally, the third file ([Service](#service))
2+
Running OpenDC results in three output files. The first file ([Task](#task)) contains metrics related to the jobs being executed.
3+
The second file ([Host](#host)) contains all metrics related to the hosts on which jobs can be executed. The third file ([Power](#power))
4+
contains all metrics related to the power sources that power the hosts. Finally, the third file ([Service](#service))
45
contains metrics describing the overall performance. An experiment in OpenDC has
56

67
### Task

site/docs/getting-started/3-whats-next.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ description: How to supercharge your designs and experiments with OpenDC.
77
Congratulations! You have just learned how to design and experiment with a (virtual) datacenter in OpenDC. What's next?
88

99
- Follow one of the [tutorials](/docs/category/tutorials) using OpenDC.
10-
- Check the [advanced guides](/docs/category/advanced-guides) for more complex material.
1110
- Read about [existing work using OpenDC](/community/research).
1211
- Get involved in the [OpenDC Community](/community/support).

site/docusaurus.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ const config = {
103103
{
104104
label: "Tutorials",
105105
to: "/docs/category/tutorials"
106-
},
107-
{
108-
label: "Advanced Guides",
109-
to: "/docs/category/advanced-guides"
110106
}
111107
]
112108
},

0 commit comments

Comments
 (0)