Update Docusaurus (#855)

This commit is contained in:
pollfly
2024-06-23 10:00:06 +03:00
committed by GitHub
parent f52a139c34
commit d166467a32
32 changed files with 8616 additions and 4726 deletions

View File

@@ -116,7 +116,7 @@ in either case).
* Set to `true` to allow passing host environments into docker container with Task's docker container arguments. For example: `"-e HOST_NAME=$HOST_NAME"`.
:::caution
:::warning
Use with care! This might introduce security risks by allowing access to keys/secret on the host machine.
:::
@@ -736,7 +736,7 @@ Dictionary of configuration options for the ClearML Server API, web, and file se
* The URL of your ClearML file server. For example, `https://files.MyDomain.com`.
:::caution
:::warning
You must use a secure protocol with ``api.web_server``, ``api.files_server``, and ``api.api_server``. Use `https`, not `http`.
:::
@@ -747,7 +747,7 @@ You must use a secure protocol with ``api.web_server``, ``api.files_server``, an
* Set the request method for all API requests and auth login. This can be useful when `GET` requests with payloads are
blocked by a server, and `POST` requests can be used instead. The request options are: "GET", "POST", "PUT".
:::caution
:::warning
This configuration option is experimental, and has not been vigorously tested, so it may have unintended consequences.
:::
@@ -784,7 +784,7 @@ This configuration option is experimental, and has not been vigorously tested, s
* `true` - Verify
* `false` - Do not verify.
:::caution
:::warning
Set to False only if required.
:::
@@ -1344,7 +1344,7 @@ This option is deprecated. This plot behavior is now controlled via the UI
**`sdk.network.iteration.retry_backoff_factor_sec`** (*integer*)
* For retries when getting frames from the server, this is backoff factor for consecutive retry attempts. This is used to
determine the number of seconds between retries. The retry backoff factor is calculated as {backoff factor} * (2 ^ ({number of total retries} - 1)).
determine the number of seconds between retries. The retry backoff factor is calculated as `{backoff factor} * (2 ^ ({number of total retries} - 1))`.
<br/>