Updated documentation (#4975)
* Updated documentation - Removed the FAQ from API&SDK - Changed the weight of the FAQ file * Fixed errorsmain
parent
ac4c93c55c
commit
b9abbce411
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: 'Administration'
|
title: 'Administration'
|
||||||
linkTitle: 'Administration'
|
linkTitle: 'Administration'
|
||||||
weight: 3
|
weight: 4
|
||||||
description: 'This section contains documents for system administrators.'
|
description: 'This section contains documents for system administrators.'
|
||||||
---
|
---
|
||||||
|
|||||||
@ -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.
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: 'Manual'
|
title: 'Manual'
|
||||||
linkTitle: 'Manual'
|
linkTitle: 'Manual'
|
||||||
weight: 2
|
weight: 3
|
||||||
description: 'This section contains documents for CVAT simple and advanced users'
|
description: 'This section contains documents for CVAT simple and advanced users'
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
Reference in New Issue