Updated documentation (#4975)

* Updated documentation

- Removed the FAQ from API&SDK
- Changed the weight of the FAQ file

* Fixed errors
main
Andrey Chernov 3 years ago committed by GitHub
parent ac4c93c55c
commit b9abbce411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
---
title: 'Administration'
linkTitle: 'Administration'
weight: 3
weight: 4
description: 'This section contains documents for system administrators.'
---

@ -1,7 +1,7 @@
---
title: "API & SDK"
linkTitle: "API & SDK"
weight: 4
weight: 5
description: 'How to interact with CVAT'
---

@ -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,7 +1,7 @@
---
title: 'Contributing to this project'
linkTitle: 'Contributing'
weight: 5
weight: 6
description: 'This section contains documents for CVAT developers.'
---

@ -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.

@ -1,6 +1,6 @@
---
title: 'Manual'
linkTitle: 'Manual'
weight: 2
weight: 3
description: 'This section contains documents for CVAT simple and advanced users'
---

Loading…
Cancel
Save