Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5334259
added new enterprise deployment pages, and product pages and product …
sveta-cvat Nov 26, 2025
51b16f7
fixed scss issues
sveta-cvat Nov 27, 2025
5d85c89
Apply suggestion from @azhavoro
azhavoro Dec 2, 2025
9ab8ce8
Apply suggestion from @azhavoro
azhavoro Dec 2, 2025
553900e
Apply suggestion from @azhavoro
azhavoro Dec 2, 2025
d5a96f7
Apply suggestion from @azhavoro
azhavoro Dec 2, 2025
7aae48d
Apply suggestion from @azhavoro
azhavoro Dec 2, 2025
01cc8e0
Apply suggestions from code review
azhavoro Dec 2, 2025
d1a900e
Apply suggestions from code review
azhavoro Dec 2, 2025
a7a86d5
Apply suggestion from @azhavoro
azhavoro Dec 2, 2025
919e237
Merge remote-tracking branch 'origin/develop' into docs/products-stru…
sveta-cvat Dec 2, 2025
1c97395
fixed stylint and spellcheck issues
sveta-cvat Dec 2, 2025
274e844
spellcheck
sveta-cvat Dec 2, 2025
f828567
Apply suggestion from @azhavoro
azhavoro Dec 2, 2025
75e8570
Use single.html override for all versions
sveta-cvat Dec 2, 2025
237d833
build docs error fix
sveta-cvat Dec 3, 2025
6ae927f
removed the missing link
sveta-cvat Dec 3, 2025
bf7bf2c
product-tags file fix
sveta-cvat Dec 3, 2025
d93c249
fix/docs/product-tags
sveta-cvat Dec 3, 2025
a4bd97e
sytax fix
sveta-cvat Dec 3, 2025
446c51f
single.html fix
sveta-cvat Dec 3, 2025
6ba55c4
one more fix
sveta-cvat Dec 3, 2025
e02c3eb
Apply suggestion from @azhavoro
azhavoro Dec 5, 2025
c607826
Apply suggestion from @zhiltsov-max
azhavoro Dec 5, 2025
a145548
Apply suggestion from @azhavoro
azhavoro Dec 5, 2025
43e31ab
Update site/content/en/docs/annotation/manual-annotation/modes/track-…
azhavoro Dec 5, 2025
788ca46
Apply suggestion from @azhavoro
azhavoro Dec 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions site/assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,10 @@ a#m-docs {
.td-sidebar-nav {
padding-top: 1.25rem;
}

@import "product-tags";

.td-content h2,
.td-content h3 {
margin-top: 1.75rem !important;
}
7 changes: 7 additions & 0 deletions site/assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,10 @@ footer.bg-dark .col-12.col-lg-4 { justify-content: flex-end; }
grid-gap: 20px; /* расстояние между карточками */
margin-top: 24px;
}

.navbar-nav .nav-link[href="/docs/getting_started/overview/"] span,
.navbar-nav .nav-link[href="/docs/guides/"] span,
.navbar-nav .nav-link[href="/docs/"] span,
.navbar-nav .nav-link[href*="auth/login"] span {
font-weight: 400 !important;
}
32 changes: 32 additions & 0 deletions site/assets/scss/product-tags.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.product-tags-box {
margin: 1rem 0 1rem 0;
font-size: 0.85rem;
color: #555;
}

.product-tags-label {
font-weight: 400;
color: #555;
margin-right: 6px;
}

.product-tag {
display: inline-block;
background: #f2f2f2;
color: #333;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.85rem;
margin-left: 6px;
text-decoration: none !important;
}

.product-tag:hover {
background: #e6e6e6;
}

.product-tags-separator {
margin: 1.2rem 0 1.5rem 0;
border: none;
border-top: 1px solid #e3e3e3;
}
10 changes: 7 additions & 3 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ quality = 75
anchor = "smart"

[[menu.main]]
name = "⇲ Quickstart"
name = "Docs"
weight = 10
url = "/docs/"
[[menu.main]]
name = "Quickstart"
weight = 30
url = "/docs/getting_started/overview/"
[[menu.main]]
name = "✍︎ Guides"
name = "Guides"
weight = 40
url = "/docs/guides/"
[[menu.main]]
Expand All @@ -63,7 +67,7 @@ anchor = "smart"
url = "#"
[[menu.main]]
name = "CVAT Сommunity"
url = "/docs/administration/basics/installation"
url = "/docs/administration/community/basics/installation"
parent = "Get started"
weight = 1
[[menu.main]]
Expand Down
6 changes: 3 additions & 3 deletions site/content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ Formats, import/export, annotation spec.
Editor, tools, automated labeling.
{{< /card >}}

{{< card icon="fa-solid fa-chart-line" title="QA & Analytics" url="qa_analytics/" >}}
{{< card icon="fa-solid fa-chart-line" title="QA & Analytics" url="qa-analytics//" >}}
Quality control, consensus, analytics.
{{< /card >}}

{{< card icon="fa-solid fa-plug-circle-bolt" title="Integrations" url="integrations/" >}}
{{< card icon="fa-solid fa-plug-circle-bolt" title="Integrations" url="integration/" >}}
FiftyOne, Human Protocol.
{{< /card >}}

{{< card icon="fa-solid fa-server" title="System Administration" url="administration/" >}}
Installation, AWS, superuser, advanced config.
{{< /card >}}

{{< card icon="fa-solid fa-code" title="Developers" url="developers/" >}}
{{< card icon="fa-solid fa-code" title="Developers" url="api_sdk/" >}}
API, SDK, CLI, tokens.
{{< /card >}}

Expand Down
9 changes: 4 additions & 5 deletions site/content/en/docs/account_management/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ weight: 5
description: 'SSO for a Self-Hosted solution'
aliases:
- /docs/enterprise/sso/
products:
- online
- enterprise
Comment on lines +8 to +10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be an enterprise only feature

---

{{% alert title="Note" color="primary" %}}
This is a paid feature available only to [Enterprise clients](https://www.cvat.ai/pricing/on-prem).
{{% /alert %}}

CVAT supports Single Sign-On (SSO) using both OpenID Connect (OIDC) and Security Assertion Markup Language (SAML)
protocols.

Expand Down Expand Up @@ -275,7 +274,7 @@ in CVAT or proceed directly to the [CVAT configuration step](#step-3-configure-c
##### **Step 2: Simplify login process**

If CVAT is configured to require
{{< ilink "/docs/administration/basics/installation#email-verification" "email verification" >}},
{{< ilink "/docs/administration/community/basics/installation#email-verification" "email verification" >}},
it expects the Identity Provider to include the `email_verified` claim. However, Okta does not send this claim
by default. As a result, users will receive a confirmation email with a verification link.

Expand Down
6 changes: 6 additions & 0 deletions site/content/en/docs/administration/community/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'Community Deployment'
linkTitle: 'Community Deployment'
weight: 1
description: 'Administration guides for the self-hosted CVAT Community edition.'
---
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ title: 'Advanced'
linkTitle: 'Advanced'
weight: 2
description: 'This section contains advanced documents for system administrators.'
aliases:
- /docs/administration/advanced/
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add aliases to the moved and renamed pages?

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ self-hosted solution analytics are enabled by default.

{{% alert title="Note" color="primary" %}}
For detailed CVAT installation instructions, see
{{< ilink "/docs/administration/basics/installation" "Installation Guide" >}}
{{< ilink "/docs/administration/community/basics/installation" "Installation Guide" >}}
or refer to the [CVAT Course](https://www.youtube.com/playlist?list=PL0to7Ng4PuuYQT4eXlHb_oIlq_RPeuasN)
for installation videos.
{{% /alert %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ changed. You always can upgrade CVAT later. It will take care to migrate
your data properly internally.**

Note: CVAT containers must exist (if no, please follow the
{{< ilink "/docs/administration/basics/installation#quick-installation-guide" "installation guide" >}}).
{{< ilink "/docs/administration/community/basics/installation#quick-installation-guide" "installation guide" >}}).
Stop all CVAT containers:

```shell
Expand Down
Loading