Small edits (#1014)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-01-26 13:03:40 +02:00
committed by GitHub
parent 86f5043d36
commit 535c9cc0bf
14 changed files with 19 additions and 18 deletions

View File

@@ -169,7 +169,7 @@ The user group table lists all the active user groups. Each row includes a group
1. Click **+ ADD GROUP**
1. In the dialog, add a group name and description
1. Add members to the group. When clicking the input box, a list of workspace members appears, from which group members
can be selected. Filter the list by typing part of the username. To remove a member, Hover over a user's row and click
can be selected. Filter the list by typing part of the username. To remove a member, hover over a user's row and click
the <img src="/docs/latest/icons/ico-trash.svg" alt="Trash can" className="icon size-md" /> button
1. Click **SAVE**

View File

@@ -47,7 +47,8 @@ value. Click the point to go to the experiment's details page.
## Project Description
Every project has a `description` field. The UI provides a Markdown editor to edit this field.
Every project has a `description` field. The UI provides a Markdown editor to edit this field. For a quick reference for
the MarkDown syntax that can be used, see [Markdown Formatting Quick Guide](webapp_reports.md#markdown-formatting-quick-guide).
In the Markdown document, you can write and share reports and add links to ClearML experiments
or any network resource such as issue tracker, web repository, etc.