From 9615436ecc90ab34839460379bbb98b6ac64bcaa Mon Sep 17 00:00:00 2001
From: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com>
Date: Thu, 20 May 2021 13:08:48 +0300
Subject: [PATCH] Website with documentation (#3039)
---
.github/workflows/github_pages.yml | 38 +
.gitignore | 6 +
.gitmodules | 3 +
README.md | 14 +-
cvat-ui/src/components/header/header.tsx | 12 +-
cvat/apps/dataset_manager/formats/README.md | 1114 ----
.../documentation/AWS-Deployment-Guide.md | 22 -
cvat/apps/documentation/__init__.py | 4 -
cvat/apps/documentation/apps.py | 11 -
.../documentation/mounting_cloud_storages.md | 385 --
.../static/documentation/images/cvat.jpg | Bin 219463 -> 0 bytes
.../documentation/js/3rdparty/showdown-toc.js | 138 -
.../documentation/js/3rdparty/showdown.js | 4504 -----------------
.../documentation/js/3rdparty/showdown.js.map | 1 -
.../templates/documentation/base_page.html | 34 -
.../templates/documentation/user_guide.html | 14 -
.../templates/documentation/xml_format.html | 8 -
cvat/apps/documentation/urls.py | 13 -
cvat/apps/documentation/user_guide.md | 1823 -------
cvat/apps/documentation/views.py | 21 -
cvat/settings/base.py | 1 -
cvat/urls.py | 1 -
site/README.md | 63 +
site/assets/icons/logo.svg | 1 +
site/assets/scss/_custom.scss | 110 +
site/assets/scss/_variables_project.scss | 17 +
site/config.toml | 196 +
site/content/en/_index.html | 22 +
site/content/en/about/_index.html | 180 +
site/content/en/about/featured-background.jpg | Bin 0 -> 635151 bytes
site/content/en/docs/_index.md | 59 +
.../for-developers/AWS-Deployment-Guide.md | 41 +
site/content/en/docs/for-developers/_index.md | 11 +
.../en/docs/for-developers/analytics.md | 15 +-
.../en/docs/for-developers}/backup_guide.md | 14 +-
.../content/en/docs/for-developers/cli.md | 7 +-
.../en/docs/for-developers}/data_on_fly.md | 10 +-
.../docs/for-developers/dataset_manifest.md | 13 +-
.../for-developers/mounting_cloud_storages.md | 395 ++
.../en/docs/for-developers}/xml_format.md | 47 +-
site/content/en/docs/for-users/_index.md | 11 +
.../content/en/docs/for-users}/faq.md | 42 +-
.../en/docs/for-users/formats/_index.md | 145 +
.../formats/format-specifications/_index.md | 22 +
.../format-specifications/format-camvid.md | 42 +
.../format-specifications/format-coco.md | 72 +
.../format-specifications/format-cvat.md | 48 +
.../format-specifications/format-datumaro.md | 15 +
.../format-specifications/format-icdar.md | 73 +
.../format-specifications/format-imagenet.md | 36 +
.../format-specifications/format-labelme.md | 34 +
.../format-market1501.md | 40 +
.../format-specifications/format-mot.md | 47 +
.../format-specifications/format-mots.md | 36 +
.../format-specifications/format-tfrecord.md | 197 +
.../format-specifications/format-vggface2.md | 35 +
.../format-specifications/format-voc.md | 171 +
.../format-specifications/format-widerface.md | 36 +
.../format-specifications/format-yolo.md | 126 +
.../en/docs/for-users}/installation.md | 61 +-
.../installation_automatic_annotation.md | 33 +-
.../en/docs/for-users/user-guide/_index.md | 15 +
.../for-users/user-guide/advanced/_index.md | 5 +
.../for-users/user-guide/advanced/ai-tools.md | 52 +
.../user-guide/advanced/analytics.md | 19 +
.../annotation-with-cuboids/_index.md | 9 +
.../creating-the-cuboid.md | 31 +
.../editing-the-cuboid.md | 41 +
.../advanced/annotation-with-points/_index.md | 5 +
.../liner-interpolation-with-one-point.md | 28 +
.../points-in-shape-mode.md | 22 +
.../annotation-with-polygons/_index.md | 5 +
.../automatic-borders.md | 44 +
.../annotation-with-polygons/creating-mask.md | 67 +
.../annotation-with-polygons/edit-polygon.md | 21 +
.../manual-drawing.md | 25 +
.../track-mode-with-polygons.md | 33 +
.../advanced/annotation-with-polylines.md | 23 +
.../annotation-with-rectangle-by-4-points.md | 18 +
.../advanced/annotation-with-tags.md | 19 +
.../attribute-annotation-mode-advanced.md | 28 +
.../advanced/automatic-annotation.md | 51 +
.../for-users/user-guide/advanced/filter.md | 86 +
.../user-guide/advanced/opencv-tools.md | 36 +
.../for-users/user-guide/advanced/review.md | 36 +
.../user-guide/advanced/shape-grouping.md | 26 +
.../advanced/shape-mode-advanced.md | 26 +
.../user-guide/advanced/shortcuts.md | 76 +
.../advanced/track-mode-advanced.md | 21 +
.../for-users/user-guide/basics/_index.md | 5 +
.../attribute-annotation-mode-basics.md | 29 +
.../user-guide/basics/basic-navigation.md | 26 +
.../user-guide/basics/shape-mode-basics.md | 46 +
.../user-guide/basics/track-mode-basics.md | 69 +
.../for-users/user-guide/controls-sidebar.md | 45 +
.../user-guide/creating_an_annotation_task.md | 219 +
.../user-guide/downloading-annotations.md | 31 +
.../for-users/user-guide/getting_started.md | 37 +
.../en/docs/for-users/user-guide/interface.md | 16 +
.../en/docs/for-users/user-guide/models.md | 25 +
.../for-users/user-guide/objects-sidebar.md | 166 +
.../en/docs/for-users/user-guide/projects.md | 32 +
.../en/docs/for-users/user-guide/search.md | 25 +
.../en/docs/for-users/user-guide/settings.md | 42 +
.../user-guide/task-synchronization.md | 21 +
.../en/docs/for-users/user-guide/top-panel.md | 108 +
.../for-users/user-guide/types-of-shapes.md | 23 +
.../docs/for-users/user-guide/vocabulary.md | 36 +
.../en/docs/for-users/user-guide/workspace.md | 44 +
.../en}/images/exported_cls_masks_example.png | Bin
.../images/exported_inst_masks_example.png | Bin
.../content/en}/images/gif001_detrac.gif | Bin
.../content/en}/images/gif003_detrac.gif | Bin
.../content/en}/images/gif005_detrac.gif | Bin
.../content/en}/images/gif006_detrac.gif | Bin
.../en}/images/gif007_mapillary_vistas.gif | Bin
.../content/en}/images/gif010_detrac.gif | Bin
.../content/en}/images/gif013_detrac.gif | Bin
.../content/en}/images/gif014_detrac.gif | Bin
.../content/en}/images/gif015_detrac.gif | Bin
.../en}/images/gif016_mapillary_vistas.gif | Bin
.../en}/images/gif017_mapillary_vistas.gif | Bin
.../en}/images/gif018_mapillary_vistas.gif | Bin
.../content/en}/images/gif019_detrac.gif | Bin
.../en}/images/gif020_mapillary_vistas.gif | Bin
.../en}/images/gif025_mapillary_vistas.gif | Bin
.../content/en}/images/image001.jpg | Bin
.../content/en}/images/image002.jpg | Bin
.../content/en}/images/image003.jpg | Bin
.../content/en}/images/image004.jpg | Bin
.../content/en}/images/image005.jpg | Bin
.../content/en}/images/image006_detrac.jpg | Bin
.../content/en}/images/image007_detrac.jpg | Bin
.../content/en}/images/image008.jpg | Bin
.../en}/images/image009_mapillary_vistas.jpg | Bin
.../content/en}/images/image010_affectnet.jpg | Bin
.../content/en}/images/image011_detrac.jpg | Bin
.../content/en}/images/image012.jpg | Bin
.../content/en}/images/image013_detrac.jpg | Bin
.../content/en}/images/image014.jpg | Bin
.../content/en}/images/image015_detrac.jpg | Bin
.../content/en}/images/image016.jpg | Bin
.../content/en}/images/image017_detrac.jpg | Bin
.../content/en}/images/image019.jpg | Bin
.../content/en}/images/image020.jpg | Bin
.../content/en}/images/image023_affectnet.jpg | Bin
.../content/en}/images/image024_affectnet.jpg | Bin
.../content/en}/images/image025_affectnet.jpg | Bin
.../content/en}/images/image026.jpg | Bin
.../content/en}/images/image028.jpg | Bin
.../content/en}/images/image029.jpg | Bin
.../content/en}/images/image032_detrac.jpg | Bin
.../content/en}/images/image033_detrac.jpg | Bin
.../content/en}/images/image034_detrac.jpg | Bin
.../content/en}/images/image035.jpg | Bin
.../content/en}/images/image036.jpg | Bin
.../content/en}/images/image037.jpg | Bin
.../content/en}/images/image038_detrac.jpg | Bin
.../en}/images/image039_mapillary_vistas.jpg | Bin
.../content/en}/images/image040.jpg | Bin
.../content/en}/images/image041.jpg | Bin
.../content/en}/images/image042.jpg | Bin
.../content/en}/images/image044.jpg | Bin
.../content/en}/images/image045.jpg | Bin
.../content/en}/images/image046.jpg | Bin
.../content/en}/images/image047.jpg | Bin
.../content/en}/images/image048.jpg | Bin
.../content/en}/images/image049_detrac.jpg | Bin
.../content/en}/images/image050.jpg | Bin
.../content/en}/images/image051.jpg | Bin
.../content/en}/images/image052.jpg | Bin
.../content/en}/images/image053.jpg | Bin
.../en}/images/image054_mapillary_vistas.jpg | Bin
.../content/en}/images/image055.jpg | Bin
.../content/en}/images/image056.jpg | Bin
.../content/en}/images/image057.jpg | Bin
.../content/en}/images/image058_detrac.jpg | Bin
.../content/en}/images/image059.jpg | Bin
.../content/en}/images/image060.jpg | Bin
.../content/en}/images/image061.jpg | Bin
.../content/en}/images/image062.jpg | Bin
.../content/en}/images/image063_affectnet.jpg | Bin
.../en}/images/image064_mapillary_vistas.jpg | Bin
.../content/en}/images/image065.jpg | Bin
.../content/en}/images/image066.jpg | Bin
.../content/en}/images/image067.jpg | Bin
.../en}/images/image068_mapillary_vistas.jpg | Bin
.../content/en}/images/image072.jpg | Bin
.../content/en}/images/image073.jpg | Bin
site/content/en/images/image074.jpg | Bin 0 -> 8685 bytes
.../content/en}/images/image075.jpg | Bin
.../content/en}/images/image077_detrac.jpg | Bin
.../content/en}/images/image078_detrac.jpg | Bin
.../content/en}/images/image080.jpg | Bin
.../content/en}/images/image081.jpg | Bin
.../content/en}/images/image082.jpg | Bin
.../content/en}/images/image083.jpg | Bin
.../content/en}/images/image084.jpg | Bin
.../content/en}/images/image085.jpg | Bin
.../content/en}/images/image086_detrac.jpg | Bin
.../content/en}/images/image087_detrac.jpg | Bin
.../content/en}/images/image088_detrac.jpg | Bin
.../content/en}/images/image089_detrac.jpg | Bin
.../content/en}/images/image090_detrac.jpg | Bin
.../content/en}/images/image091.jpg | Bin
.../content/en}/images/image093_detrac.jpg | Bin
.../content/en}/images/image094_detrac.jpg | Bin
.../content/en}/images/image095_detrac.jpg | Bin
.../content/en}/images/image096.jpg | Bin
.../content/en}/images/image097.jpg | Bin
.../content/en}/images/image098.jpg | Bin
.../content/en}/images/image099.jpg | Bin
.../content/en}/images/image100_detrac.jpg | Bin
.../content/en}/images/image102.jpg | Bin
.../content/en}/images/image106.jpg | Bin
.../content/en}/images/image109.jpg | Bin
.../content/en}/images/image110.jpg | Bin
.../content/en}/images/image113.jpg | Bin
.../content/en}/images/image114.jpg | Bin
.../content/en}/images/image115.jpg | Bin
.../content/en}/images/image119_detrac.jpg | Bin
.../content/en}/images/image120.jpg | Bin
.../content/en}/images/image121_detrac.jpg | Bin
.../content/en}/images/image122.jpg | Bin
.../content/en}/images/image123.jpg | Bin
.../content/en}/images/image124.jpg | Bin
.../content/en}/images/image125.jpg | Bin
.../content/en}/images/image126.jpg | Bin
.../content/en}/images/image127.jpg | Bin
.../content/en}/images/image128_use_cache.jpg | Bin
.../content/en}/images/image130.jpg | Bin
.../content/en}/images/image131_detrac.jpg | Bin
.../content/en}/images/image133.jpg | Bin
.../content/en}/images/image134.jpg | Bin
.../content/en}/images/image135.jpg | Bin
.../content/en}/images/image136.jpg | Bin
.../content/en}/images/image137.jpg | Bin
.../en}/images/image138_mapillary_vistas.jpg | Bin
.../en}/images/image139_mapillary_vistas.jpg | Bin
.../content/en}/images/image140.jpg | Bin
.../content/en}/images/image141.jpg | Bin
.../content/en}/images/image143.jpg | Bin
.../content/en}/images/image144_detrac.jpg | Bin
.../content/en}/images/image145.jpg | Bin
.../content/en}/images/image146.jpg | Bin
.../content/en}/images/image147.jpg | Bin
.../content/en}/images/image148.jpg | Bin
.../content/en}/images/image149.jpg | Bin
.../content/en}/images/image151.jpg | Bin
.../content/en}/images/image152_detrac.jpg | Bin
.../content/en}/images/image153.jpg | Bin
.../content/en}/images/image154.jpg | Bin
.../content/en}/images/image155.jpg | Bin
.../en}/images/image157_mapillary_vistas.jpg | Bin
.../en}/images/image158_mapillary_vistas.jpg | Bin
.../en}/images/image159_mapillary_vistas.jpg | Bin
.../en}/images/image160_mapillary_vistas.jpg | Bin
.../content/en}/images/image161.jpg | Bin
.../content/en}/images/image162_detrac.jpg | Bin
.../content/en}/images/image163_detrac.jpg | Bin
.../en}/images/image164_mapillary_vistas.jpg | Bin
.../content/en}/images/image165_detrac.jpg | Bin
.../content/en}/images/image166.jpg | Bin
.../content/en}/images/image167.jpg | Bin
.../content/en}/images/image168.jpg | Bin
.../content/en}/images/image169.jpg | Bin
.../content/en}/images/image170.jpg | Bin
.../content/en}/images/image171.jpg | Bin
.../content/en}/images/image172.jpg | Bin
.../content/en}/images/image173.jpg | Bin
.../content/en}/images/image174.jpg | Bin
.../content/en}/images/image175.jpg | Bin
.../content/en}/images/image176.jpg | Bin
.../en}/images/image177_mapillary_vistas.jpg | Bin
.../en}/images/image178_mapillary_vistas.jpg | Bin
.../en}/images/image179_mapillary_vistas.jpg | Bin
.../en}/images/image180_mapillary_vistas.jpg | Bin
.../content/en}/images/image181.jpg | Bin
.../en}/images/image182_mapillary_vistas.jpg | Bin
.../content/en}/images/image183.jpg | Bin
.../content/en}/images/image184.jpg | Bin
.../content/en}/images/image185_detrac.jpg | Bin
.../content/en}/images/image186_detrac.jpg | Bin
.../content/en}/images/image187.jpg | Bin
.../content/en}/images/image188_detrac.jpg | Bin
.../content/en}/images/image189.jpg | Bin
.../content/en}/images/image190.jpg | Bin
.../content/en}/images/image191.jpg | Bin
.../en}/images/image192_mapillary_vistas.jpg | Bin
.../content/en}/images/image193.jpg | Bin
.../content/en}/images/image194.jpg | Bin
.../content/en}/images/image195.jpg | Bin
.../content/en}/images/image196_detrac.jpg | Bin
.../content/en}/images/image197.jpg | Bin
.../content/en}/images/image198.jpg | Bin
.../content/en}/images/image199.jpg | Bin
.../content/en}/images/image200_detrac.jpg | Bin
.../content/en}/images/image201.jpg | Bin
.../content/en}/images/image202.jpg | Bin
.../content/en}/images/image203.jpg | Bin
.../content/en}/images/image204.jpg | Bin
.../content/en}/images/image205.jpg | Bin
.../content/en}/images/image206.jpg | Bin
.../content/en}/images/image207.jpg | Bin
.../content/en}/images/image208.jpg | Bin
.../content/en}/images/image209.jpg | Bin
.../content/en}/images/image210.jpg | Bin
.../content/en}/images/image211.jpg | Bin
.../content/en}/images/label_color_picker.jpg | Bin
.../en}/images/label_panel_anno_window.jpg | Bin
site/content/en/images/logo2.png | Bin 0 -> 3144 bytes
.../images/mask_export_example1_cls_mask.png | Bin
.../images/mask_export_example1_editor.png | Bin
.../images/mask_export_example1_inst_mask.png | Bin
site/content/en/images/world-map.png | Bin 0 -> 869649 bytes
site/content/en/search.md | 6 +
site/i18n/en.toml | 63 +
site/layouts/404.html | 9 +
site/layouts/partials/footer.html | 46 +
site/package-lock.json | 871 ++++
site/package.json | 22 +
site/static/favicons/_head.html | 5 +
.../favicons/apple-touch-icon-180x180.png | Bin 0 -> 3745 bytes
site/static/favicons/browserconfig.xml | 12 +
site/static/favicons/favicon-16x16.png | Bin 0 -> 427 bytes
site/static/favicons/favicon-32x32.png | Bin 0 -> 652 bytes
site/static/favicons/favicon.ico | Bin 0 -> 1150 bytes
site/static/favicons/pwa-192x192.png | Bin 0 -> 4778 bytes
site/static/favicons/pwa-512x512.png | Bin 0 -> 20510 bytes
site/static/favicons/tile150x150.png | Bin 0 -> 7291 bytes
site/static/favicons/tile310x150.png | Bin 0 -> 11128 bytes
site/static/favicons/tile310x310.png | Bin 0 -> 23555 bytes
site/static/favicons/tile70x70.png | Bin 0 -> 2331 bytes
site/themes/docsy | 1 +
.../actions_users/issue_2391_user_guide.js | 20 -
utils/README.md | 2 +-
336 files changed, 5456 insertions(+), 8204 deletions(-)
create mode 100644 .github/workflows/github_pages.yml
create mode 100644 .gitmodules
delete mode 100644 cvat/apps/dataset_manager/formats/README.md
delete mode 100644 cvat/apps/documentation/AWS-Deployment-Guide.md
delete mode 100644 cvat/apps/documentation/__init__.py
delete mode 100644 cvat/apps/documentation/apps.py
delete mode 100644 cvat/apps/documentation/mounting_cloud_storages.md
delete mode 100755 cvat/apps/documentation/static/documentation/images/cvat.jpg
delete mode 100644 cvat/apps/documentation/static/documentation/js/3rdparty/showdown-toc.js
delete mode 100644 cvat/apps/documentation/static/documentation/js/3rdparty/showdown.js
delete mode 100644 cvat/apps/documentation/static/documentation/js/3rdparty/showdown.js.map
delete mode 100644 cvat/apps/documentation/templates/documentation/base_page.html
delete mode 100644 cvat/apps/documentation/templates/documentation/user_guide.html
delete mode 100644 cvat/apps/documentation/templates/documentation/xml_format.html
delete mode 100644 cvat/apps/documentation/urls.py
delete mode 100644 cvat/apps/documentation/user_guide.md
delete mode 100644 cvat/apps/documentation/views.py
create mode 100644 site/README.md
create mode 100644 site/assets/icons/logo.svg
create mode 100644 site/assets/scss/_custom.scss
create mode 100644 site/assets/scss/_variables_project.scss
create mode 100644 site/config.toml
create mode 100644 site/content/en/_index.html
create mode 100644 site/content/en/about/_index.html
create mode 100644 site/content/en/about/featured-background.jpg
create mode 100644 site/content/en/docs/_index.md
create mode 100644 site/content/en/docs/for-developers/AWS-Deployment-Guide.md
create mode 100644 site/content/en/docs/for-developers/_index.md
rename components/analytics/README.md => site/content/en/docs/for-developers/analytics.md (85%)
rename {cvat/apps/documentation => site/content/en/docs/for-developers}/backup_guide.md (89%)
rename utils/cli/README.md => site/content/en/docs/for-developers/cli.md (90%)
rename {cvat/apps/documentation => site/content/en/docs/for-developers}/data_on_fly.md (85%)
rename utils/dataset_manifest/README.md => site/content/en/docs/for-developers/dataset_manifest.md (92%)
create mode 100644 site/content/en/docs/for-developers/mounting_cloud_storages.md
rename {cvat/apps/documentation => site/content/en/docs/for-developers}/xml_format.md (85%)
create mode 100644 site/content/en/docs/for-users/_index.md
rename {cvat/apps/documentation => site/content/en/docs/for-users}/faq.md (63%)
create mode 100644 site/content/en/docs/for-users/formats/_index.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/_index.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-camvid.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-coco.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-cvat.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-datumaro.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-icdar.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-imagenet.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-labelme.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-market1501.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-mot.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-mots.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-tfrecord.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-vggface2.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-voc.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-widerface.md
create mode 100644 site/content/en/docs/for-users/formats/format-specifications/format-yolo.md
rename {cvat/apps/documentation => site/content/en/docs/for-users}/installation.md (89%)
rename {cvat/apps/documentation => site/content/en/docs/for-users}/installation_automatic_annotation.md (81%)
create mode 100644 site/content/en/docs/for-users/user-guide/_index.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/_index.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/ai-tools.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/analytics.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-cuboids/_index.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-cuboids/creating-the-cuboid.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-cuboids/editing-the-cuboid.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-points/_index.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-points/liner-interpolation-with-one-point.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-points/points-in-shape-mode.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-polygons/_index.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-polygons/automatic-borders.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-polygons/creating-mask.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-polygons/edit-polygon.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-polygons/manual-drawing.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-polygons/track-mode-with-polygons.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-polylines.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-rectangle-by-4-points.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/annotation-with-tags.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/attribute-annotation-mode-advanced.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/automatic-annotation.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/filter.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/opencv-tools.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/review.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/shape-grouping.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/shape-mode-advanced.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/shortcuts.md
create mode 100644 site/content/en/docs/for-users/user-guide/advanced/track-mode-advanced.md
create mode 100644 site/content/en/docs/for-users/user-guide/basics/_index.md
create mode 100644 site/content/en/docs/for-users/user-guide/basics/attribute-annotation-mode-basics.md
create mode 100644 site/content/en/docs/for-users/user-guide/basics/basic-navigation.md
create mode 100644 site/content/en/docs/for-users/user-guide/basics/shape-mode-basics.md
create mode 100644 site/content/en/docs/for-users/user-guide/basics/track-mode-basics.md
create mode 100644 site/content/en/docs/for-users/user-guide/controls-sidebar.md
create mode 100644 site/content/en/docs/for-users/user-guide/creating_an_annotation_task.md
create mode 100644 site/content/en/docs/for-users/user-guide/downloading-annotations.md
create mode 100644 site/content/en/docs/for-users/user-guide/getting_started.md
create mode 100644 site/content/en/docs/for-users/user-guide/interface.md
create mode 100644 site/content/en/docs/for-users/user-guide/models.md
create mode 100644 site/content/en/docs/for-users/user-guide/objects-sidebar.md
create mode 100644 site/content/en/docs/for-users/user-guide/projects.md
create mode 100644 site/content/en/docs/for-users/user-guide/search.md
create mode 100644 site/content/en/docs/for-users/user-guide/settings.md
create mode 100644 site/content/en/docs/for-users/user-guide/task-synchronization.md
create mode 100644 site/content/en/docs/for-users/user-guide/top-panel.md
create mode 100644 site/content/en/docs/for-users/user-guide/types-of-shapes.md
create mode 100644 site/content/en/docs/for-users/user-guide/vocabulary.md
create mode 100644 site/content/en/docs/for-users/user-guide/workspace.md
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/exported_cls_masks_example.png (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/exported_inst_masks_example.png (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif001_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif003_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif005_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif006_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif007_mapillary_vistas.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif010_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif013_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif014_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif015_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif016_mapillary_vistas.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif017_mapillary_vistas.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif018_mapillary_vistas.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif019_detrac.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif020_mapillary_vistas.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/gif025_mapillary_vistas.gif (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image001.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image002.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image003.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image004.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image005.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image006_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image007_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image008.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image009_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image010_affectnet.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image011_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image012.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image013_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image014.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image015_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image016.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image017_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image019.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image020.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image023_affectnet.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image024_affectnet.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image025_affectnet.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image026.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image028.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image029.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image032_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image033_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image034_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image035.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image036.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image037.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image038_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image039_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image040.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image041.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image042.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image044.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image045.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image046.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image047.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image048.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image049_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image050.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image051.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image052.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image053.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image054_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image055.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image056.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image057.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image058_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image059.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image060.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image061.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image062.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image063_affectnet.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image064_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image065.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image066.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image067.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image068_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image072.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image073.jpg (100%)
create mode 100644 site/content/en/images/image074.jpg
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image075.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image077_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image078_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image080.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image081.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image082.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image083.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image084.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image085.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image086_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image087_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image088_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image089_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image090_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image091.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image093_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image094_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image095_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image096.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image097.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image098.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image099.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image100_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image102.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image106.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image109.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image110.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image113.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image114.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image115.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image119_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image120.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image121_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image122.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image123.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image124.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image125.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image126.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image127.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image128_use_cache.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image130.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image131_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image133.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image134.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image135.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image136.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image137.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image138_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image139_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image140.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image141.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image143.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image144_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image145.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image146.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image147.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image148.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image149.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image151.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image152_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image153.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image154.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image155.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image157_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image158_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image159_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image160_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image161.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image162_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image163_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image164_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image165_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image166.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image167.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image168.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image169.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image170.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image171.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image172.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image173.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image174.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image175.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image176.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image177_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image178_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image179_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image180_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image181.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image182_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image183.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image184.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image185_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image186_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image187.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image188_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image189.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image190.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image191.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image192_mapillary_vistas.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image193.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image194.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image195.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image196_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image197.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image198.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image199.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image200_detrac.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image201.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image202.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image203.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image204.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image205.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image206.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image207.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image208.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image209.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image210.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/image211.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/label_color_picker.jpg (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/label_panel_anno_window.jpg (100%)
create mode 100644 site/content/en/images/logo2.png
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/mask_export_example1_cls_mask.png (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/mask_export_example1_editor.png (100%)
rename {cvat/apps/documentation/static/documentation => site/content/en}/images/mask_export_example1_inst_mask.png (100%)
create mode 100644 site/content/en/images/world-map.png
create mode 100644 site/content/en/search.md
create mode 100644 site/i18n/en.toml
create mode 100644 site/layouts/404.html
create mode 100644 site/layouts/partials/footer.html
create mode 100644 site/package-lock.json
create mode 100644 site/package.json
create mode 100644 site/static/favicons/_head.html
create mode 100644 site/static/favicons/apple-touch-icon-180x180.png
create mode 100644 site/static/favicons/browserconfig.xml
create mode 100644 site/static/favicons/favicon-16x16.png
create mode 100644 site/static/favicons/favicon-32x32.png
create mode 100644 site/static/favicons/favicon.ico
create mode 100644 site/static/favicons/pwa-192x192.png
create mode 100644 site/static/favicons/pwa-512x512.png
create mode 100644 site/static/favicons/tile150x150.png
create mode 100644 site/static/favicons/tile310x150.png
create mode 100644 site/static/favicons/tile310x310.png
create mode 100644 site/static/favicons/tile70x70.png
create mode 160000 site/themes/docsy
delete mode 100644 tests/cypress/integration/actions_users/issue_2391_user_guide.js
diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml
new file mode 100644
index 00000000..6b3fc7da
--- /dev/null
+++ b/.github/workflows/github_pages.yml
@@ -0,0 +1,38 @@
+name: Github pages
+
+on:
+ push:
+ branches:
+ - develop
+
+jobs:
+ deploy:
+ runs-on: ubuntu-20.04
+ steps:
+ - uses: actions/checkout@v2
+ with:
+ submodules: recursive
+ fetch-depth: 0
+
+ - name: Setup Hugo
+ uses: peaceiris/actions-hugo@v2
+ with:
+ hugo-version: '0.83.1'
+ extended: true
+
+ - name: Setup Node
+ uses: actions/setup-node@v2
+ with:
+ node-version: '14.x'
+
+ - name: Build docs
+ working-directory: ./site
+ run: |
+ npm ci
+ hugo --baseURL "/cvat/" --minify
+ - name: Deploy
+ uses: peaceiris/actions-gh-pages@v3
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./site/public
+ force_orphan: true
diff --git a/.gitignore b/.gitignore
index ab8d42c8..9ff25c63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,9 @@ yarn-error.log*
/helm-chart/values.*.yaml
/helm-chart/*.values.yaml
/helm-chart/charts/*
+
+#Ignore website temp files
+/site/public/
+/site/resources/
+/site/node_modules/
+/site/tech-doc-hugo
\ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..ae36fe05
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "site/themes/docsy"]
+ path = site/themes/docsy
+ url = https://github.com/google/docsy
diff --git a/README.md b/README.md
index c90303f5..9abcdf41 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,14 @@ annotation team. Try it online [cvat.org](https://cvat.org).
## Documentation
-- [Installation guide](cvat/apps/documentation/installation.md)
-- [User's guide](cvat/apps/documentation/user_guide.md)
+- [Installation guide](site/content/en/docs/for-users/installation.md)
+- [User's guide](https://openvinotoolkit.github.io/cvat/docs/for-users/user-guide/)
- [Django REST API documentation](#rest-api)
- [Datumaro dataset framework](https://github.com/openvinotoolkit/datumaro/blob/develop/README.md)
-- [Command line interface](utils/cli/)
-- [XML annotation format](cvat/apps/documentation/xml_format.md)
-- [AWS Deployment Guide](cvat/apps/documentation/AWS-Deployment-Guide.md)
-- [Frequently asked questions](cvat/apps/documentation/faq.md)
+- [Command line interface](site/content/en/docs/for-developers/cli.md)
+- [XML annotation format](site/content/en/docs/for-developers/xml_format.md)
+- [AWS Deployment Guide](site/content/en/docs/for-developers/AWS-Deployment-Guide.md)
+- [Frequently asked questions](site/content/en/docs/for-users/faq.md)
- [Questions](#questions)
## Screencasts
@@ -97,7 +97,7 @@ are visible to users.
Disabled features:
-- [Analytics: management and monitoring of data annotation team](/components/analytics/README.md)
+- [Analytics: management and monitoring of data annotation team](site/content/en/docs/for-developers/analytics.md)
Limitations:
diff --git a/cvat-ui/src/components/header/header.tsx b/cvat-ui/src/components/header/header.tsx
index 8b5ac047..70cd25f8 100644
--- a/cvat-ui/src/components/header/header.tsx
+++ b/cvat-ui/src/components/header/header.tsx
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Intel Corporation
+// Copyright (C) 2020-2021 Intel Corporation
//
// SPDX-License-Identifier: MIT
@@ -232,7 +232,11 @@ function HeaderContainer(props: Props): JSX.Element {
About
{renderChangePasswordItem && (
-
switchChangePasswordDialog(true)} disabled={changePasswordFetching}>
+ switchChangePasswordDialog(true)}
+ disabled={changePasswordFetching}
+ >
{changePasswordFetching ? : }
Change password
@@ -320,12 +324,12 @@ function HeaderContainer(props: Props): JSX.Element {