mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update Docusaurus (#855)
This commit is contained in:
@@ -18,7 +18,7 @@ on completed/failed Tasks via Slack integration.
|
||||
* Project - Monitor a specific project. You can select an option to also monitor the specified project's subprojects
|
||||
* Entire workspace - Monitor all projects in your workspace
|
||||
|
||||
:::caution
|
||||
:::warning
|
||||
If your workspace or specified project contains a large number of experiments, the dashboard can take a while to update.
|
||||
:::
|
||||
|
||||
|
||||
@@ -378,14 +378,21 @@ link to see the link's title.
|
||||
|
||||
The MarkDown code for a collapsible panel looks like this:
|
||||
|
||||
| MarkDown | Rendered Output |
|
||||
|---|---|
|
||||
| <code><details\><br/> <summary\>Section title</summary\><br/> Collapsible Section Contents<br/></details\></code>|<details><summary>Section title</summary>Collapsible Section Contents</details>|
|
||||
```
|
||||
<details><summary>Section title</summary>Collapsible Section Contents</details>
|
||||
```
|
||||
|
||||
The collapsible panel is surrounded by `<details>` tags. Within the `<details>` tag, add the section's title between
|
||||
the `<summary>` tags. This title can be seen when the panel is collapsed. After the `</summary>` tag, add the panel
|
||||
contents.
|
||||
|
||||
It is rendered like this:
|
||||
|
||||
<details><summary>Section title</summary>Collapsible Section Contents</details>
|
||||
|
||||
|
||||
|
||||
|
||||
### Horizontal Rules
|
||||
|
||||
Create horizontal lines using three hyphens (`---`), underscores (`___`), or asterisks (`***`):
|
||||
|
||||
Reference in New Issue
Block a user