mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update FAQ, pipeline, and report logo images (#1069)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
@@ -429,7 +429,11 @@ image enclosed in parentheses:
|
||||
|
||||
The rendered output should look like this:
|
||||
|
||||

|
||||
<img class="light-mode-only" src="https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg" alt="Logo"/>
|
||||
|
||||
<img class="dark-mode-only" src="https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo-dark.svg" alt="Logo"/>
|
||||
|
||||
<br/>
|
||||
|
||||
To add a title to the image, which you can see in a tooltip when hovering over the image, add the title after the image's
|
||||
link:
|
||||
@@ -439,7 +443,9 @@ link:
|
||||
```
|
||||
The rendered output should look like this:
|
||||
|
||||
<img src="https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg" alt="Logo with Title" title="ClearML logo"/>
|
||||
<img class="light-mode-only" src="https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg" title="ClearML logo"/>
|
||||
|
||||
<img class="dark-mode-only" src="https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo-dark.svg" title="ClearML logo"/>
|
||||
|
||||
Hover over the image to see its title.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user