Skip to content

Commit b9abbce

Browse files
authored
Updated documentation (#4975)
* Updated documentation - Removed the FAQ from API&SDK - Changed the weight of the FAQ file * Fixed errors
1 parent ac4c93c commit b9abbce

File tree

6 files changed

+11
-16
lines changed

6 files changed

+11
-16
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Administration'
33
linkTitle: 'Administration'
4-
weight: 3
4+
weight: 4
55
description: 'This section contains documents for system administrators.'
66
---

site/content/en/docs/api_sdk/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "API & SDK"
33
linkTitle: "API & SDK"
4-
weight: 4
4+
weight: 5
55
description: 'How to interact with CVAT'
66
---
77

site/content/en/docs/api_sdk/faq.md

-11
This file was deleted.

site/content/en/docs/contributing/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Contributing to this project'
33
linkTitle: 'Contributing'
4-
weight: 5
4+
weight: 6
55
description: 'This section contains documents for CVAT developers.'
66
---
77

site/content/en/docs/faq.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Frequently asked questions'
33
linkTitle: 'FAQ'
4-
weight: 20
4+
weight: 2
55
description: 'Answers to frequently asked questions'
66
---
77

@@ -175,3 +175,9 @@ Follow the [backup/restore guide](/docs/administration/advanced/backup_guide/#ho
175175
## How to load your own DL model into CVAT
176176
177177
See the information here in the [Serverless tutorial](/docs/manual/advanced/serverless-tutorial/#adding-your-own-dl-models).
178+
179+
## My server uses a custom SSL certificate and I don't want to check it.
180+
181+
You can call control SSL certificate check with the `--insecure` CLI argument.
182+
For SDK, you can specify `ssl_verify = True/False` in the `cvat_sdk.core.client.Config` object.
183+

site/content/en/docs/manual/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Manual'
33
linkTitle: 'Manual'
4-
weight: 2
4+
weight: 3
55
description: 'This section contains documents for CVAT simple and advanced users'
66
---

0 commit comments

Comments
 (0)