File tree 6 files changed +11
-16
lines changed
6 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' Administration'
3
3
linkTitle : ' Administration'
4
- weight : 3
4
+ weight : 4
5
5
description : ' This section contains documents for system administrators.'
6
6
---
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " API & SDK"
3
3
linkTitle : " API & SDK"
4
- weight : 4
4
+ weight : 5
5
5
description : ' How to interact with CVAT'
6
6
---
7
7
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' Contributing to this project'
3
3
linkTitle : ' Contributing'
4
- weight : 5
4
+ weight : 6
5
5
description : ' This section contains documents for CVAT developers.'
6
6
---
7
7
Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' Frequently asked questions'
3
3
linkTitle : ' FAQ'
4
- weight : 20
4
+ weight : 2
5
5
description : ' Answers to frequently asked questions'
6
6
---
7
7
@@ -175,3 +175,9 @@ Follow the [backup/restore guide](/docs/administration/advanced/backup_guide/#ho
175
175
## How to load your own DL model into CVAT
176
176
177
177
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
+
Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' Manual'
3
3
linkTitle : ' Manual'
4
- weight : 2
4
+ weight : 3
5
5
description : ' This section contains documents for CVAT simple and advanced users'
6
6
---
You can’t perform that action at this time.
0 commit comments