diff --git a/site/content/en/docs/administration/_index.md b/site/content/en/docs/administration/_index.md index c3e09d42..97e2cd72 100644 --- a/site/content/en/docs/administration/_index.md +++ b/site/content/en/docs/administration/_index.md @@ -1,6 +1,6 @@ --- title: 'Administration' linkTitle: 'Administration' -weight: 3 +weight: 4 description: 'This section contains documents for system administrators.' --- diff --git a/site/content/en/docs/api_sdk/_index.md b/site/content/en/docs/api_sdk/_index.md index 374f9710..078f4f13 100644 --- a/site/content/en/docs/api_sdk/_index.md +++ b/site/content/en/docs/api_sdk/_index.md @@ -1,7 +1,7 @@ --- title: "API & SDK" linkTitle: "API & SDK" -weight: 4 +weight: 5 description: 'How to interact with CVAT' --- diff --git a/site/content/en/docs/api_sdk/faq.md b/site/content/en/docs/api_sdk/faq.md deleted file mode 100644 index 5cdd096c..00000000 --- a/site/content/en/docs/api_sdk/faq.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 'Frequently asked questions' -linkTitle: 'FAQ' -weight: 100 -description: '' ---- - -### My server uses a custom SSL certificate and I don't want to check it. - -You can call control SSL certificate check with the `--insecure` CLI argument. -For SDK, you can specify `ssl_verify = True/False` in the `cvat_sdk.core.client.Config` object. diff --git a/site/content/en/docs/contributing/_index.md b/site/content/en/docs/contributing/_index.md index 9f986f39..400f5231 100644 --- a/site/content/en/docs/contributing/_index.md +++ b/site/content/en/docs/contributing/_index.md @@ -1,7 +1,7 @@ --- title: 'Contributing to this project' linkTitle: 'Contributing' -weight: 5 +weight: 6 description: 'This section contains documents for CVAT developers.' --- diff --git a/site/content/en/docs/faq.md b/site/content/en/docs/faq.md index df9042f4..2265b3a2 100644 --- a/site/content/en/docs/faq.md +++ b/site/content/en/docs/faq.md @@ -1,7 +1,7 @@ --- title: 'Frequently asked questions' linkTitle: 'FAQ' -weight: 20 +weight: 2 description: 'Answers to frequently asked questions' --- @@ -175,3 +175,9 @@ Follow the [backup/restore guide](/docs/administration/advanced/backup_guide/#ho ## How to load your own DL model into CVAT See the information here in the [Serverless tutorial](/docs/manual/advanced/serverless-tutorial/#adding-your-own-dl-models). + +## My server uses a custom SSL certificate and I don't want to check it. + +You can call control SSL certificate check with the `--insecure` CLI argument. +For SDK, you can specify `ssl_verify = True/False` in the `cvat_sdk.core.client.Config` object. + diff --git a/site/content/en/docs/manual/_index.md b/site/content/en/docs/manual/_index.md index c0b2ded5..78926ac0 100644 --- a/site/content/en/docs/manual/_index.md +++ b/site/content/en/docs/manual/_index.md @@ -1,6 +1,6 @@ --- title: 'Manual' linkTitle: 'Manual' -weight: 2 +weight: 3 description: 'This section contains documents for CVAT simple and advanced users' ---