diff --git a/overrides/javascript/extra.js b/overrides/javascript/extra.js
index f33fc68..1f061a3 100644
--- a/overrides/javascript/extra.js
+++ b/overrides/javascript/extra.js
@@ -1,12 +1,32 @@
// Apply theme based on user preference
const applyTheme = (isDark) => {
- document.body.setAttribute("data-md-color-scheme", isDark ? "slate" : "default");
- document.body.setAttribute("data-md-color-primary", isDark ? "black" : "indigo");
+ document.body.setAttribute(
+ "data-md-color-scheme",
+ isDark ? "slate" : "default",
+ );
+ document.body.setAttribute(
+ "data-md-color-primary",
+ isDark ? "black" : "indigo",
+ );
};
// Check and apply auto theme
const checkAutoTheme = () => {
- const supportedLangCodes = ["en", "zh", "ko", "ja", "ru", "de", "fr", "es", "pt", "it", "tr", "vi", "ar"];
+ const supportedLangCodes = [
+ "en",
+ "zh",
+ "ko",
+ "ja",
+ "ru",
+ "de",
+ "fr",
+ "es",
+ "pt",
+ "it",
+ "tr",
+ "vi",
+ "ar",
+ ];
const langCode = window.location.pathname.split("/")[1];
const localStorageKey = `${supportedLangCodes.includes(langCode) ? `/${langCode}` : ""}/.__palette`;
const palette = JSON.parse(localStorage.getItem(localStorageKey) || "{}");
@@ -33,20 +53,26 @@ document.addEventListener("DOMContentLoaded", () => {
// Iframe navigation
window.onhashchange = () => {
- window.parent.postMessage({
- type: 'navigation',
- hash: window.location.pathname + window.location.search + window.location.hash
- }, '*');
+ window.parent.postMessage(
+ {
+ type: "navigation",
+ hash:
+ window.location.pathname +
+ window.location.search +
+ window.location.hash,
+ },
+ "*",
+ );
};
+// Add Inkeep button
// Add Inkeep button
document.addEventListener("DOMContentLoaded", () => {
const inkeepScript = document.createElement("script");
- inkeepScript.src = "https://unpkg.com/@inkeep/uikit-js@0.3.11/dist/embed.js";
+ inkeepScript.src = "https://unpkg.com/@inkeep/uikit-js@0.3.18/dist/embed.js";
inkeepScript.type = "module";
inkeepScript.defer = true;
document.head.appendChild(inkeepScript);
-
// Configure and initialize the widget
const addInkeepWidget = () => {
const inkeepWidget = Inkeep().embed({
@@ -83,34 +109,35 @@ document.addEventListener("DOMContentLoaded", () => {
},
aiChatSettings: {
chatSubjectName: "Ultralytics",
- botAvatarSrcUrl: "https://storage.googleapis.com/organization-image-assets/ultralytics-botAvatarSrcUrl-1729379860806.svg",
+ botAvatarSrcUrl:
+ "https://storage.googleapis.com/organization-image-assets/ultralytics-botAvatarSrcUrl-1729379860806.svg",
quickQuestions: [
"What's new in Ultralytics YOLO11?",
"How can I get started with Ultralytics HUB?",
- "How does Ultralytics Enterprise Licensing work?"
+ "How does Ultralytics Enterprise Licensing work?",
],
getHelpCallToActions: [
{
name: "Ask on Ultralytics GitHub",
url: "https://github.com/ultralytics/ultralytics",
icon: {
- builtIn: "FaGithub"
- }
+ builtIn: "FaGithub",
+ },
},
{
name: "Ask on Ultralytics Discourse",
url: "https://community.ultralytics.com/",
icon: {
- builtIn: "FaDiscourse"
- }
+ builtIn: "FaDiscourse",
+ },
},
{
name: "Ask on Ultralytics Discord",
url: "https://discord.com/invite/ultralytics",
icon: {
- builtIn: "FaDiscord"
- }
- }
+ builtIn: "FaDiscord",
+ },
+ },
],
},
},
diff --git a/overrides/partials/comments.html b/overrides/partials/comments.html
index 16d89ee..7e0c552 100644
--- a/overrides/partials/comments.html
+++ b/overrides/partials/comments.html
@@ -2,50 +2,51 @@
-
+
{% endif %}
diff --git a/sitemap.xml b/sitemap.xml
index 05babf0..ea4c037 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,90 +2,90 @@
https://handbook.ultralytics.com/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/introduction/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/community/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/community/community-engagement/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/community/how-to-contribute/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/company-guidelines/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/contributions/community-engagement/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/contributions/how-to-contribute/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/faq/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/goals/company-goals/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/goals/okrs/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/legal/licenses/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/legal/privacy-policy/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/mission-vision-values/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/team-roles/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/team-roles/specific-roles/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/tools/developer-tools/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/tools/learning-resources/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/workflows/ci-testing/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/workflows/development/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/workflows/documentation/
- 2024-11-12
+ 2024-11-20
https://handbook.ultralytics.com/workflows/product-development/
- 2024-11-12
+ 2024-11-20
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index c7dae17..8cbe27d 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ
diff --git a/team-roles/index.html b/team-roles/index.html
index 6f98c61..13fcf07 100644
--- a/team-roles/index.html
+++ b/team-roles/index.html
@@ -11,7 +11,7 @@
-
+
Overview - Ultralytics Handbook
@@ -455,10 +455,10 @@
-📅 Created 29 days ago
+📅 Created 1 month ago
-✏️ Updated 29 days ago
+✏️ Updated 1 month ago
diff --git a/team-roles/specific-roles/index.html b/team-roles/specific-roles/index.html
index 1586fdd..36d54c1 100644
--- a/team-roles/specific-roles/index.html
+++ b/team-roles/specific-roles/index.html
@@ -11,7 +11,7 @@
-
+
Specific Roles - Ultralytics Handbook
@@ -505,10 +505,10 @@
-📅 Created 29 days ago
+📅 Created 1 month ago
-✏️ Updated 29 days ago
+✏️ Updated 1 month ago
diff --git a/tools/developer-tools/index.html b/tools/developer-tools/index.html
index 767d169..a7df0f5 100644
--- a/tools/developer-tools/index.html
+++ b/tools/developer-tools/index.html
@@ -11,7 +11,7 @@
-
+
Dev Tools - Ultralytics Handbook
@@ -508,10 +508,10 @@
-📅 Created 29 days ago
+📅 Created 1 month ago
-✏️ Updated 29 days ago
+✏️ Updated 1 month ago
diff --git a/tools/learning-resources/index.html b/tools/learning-resources/index.html
index ebf08bf..7f46a67 100644
--- a/tools/learning-resources/index.html
+++ b/tools/learning-resources/index.html
@@ -11,7 +11,7 @@
-
+
Learning - Ultralytics Handbook
@@ -508,10 +508,10 @@
-📅 Created 29 days ago
+📅 Created 1 month ago
-✏️ Updated 29 days ago
+✏️ Updated 1 month ago
diff --git a/workflows/ci-testing/index.html b/workflows/ci-testing/index.html
index 46b699a..225c418 100644
--- a/workflows/ci-testing/index.html
+++ b/workflows/ci-testing/index.html
@@ -11,7 +11,7 @@
-
+
CI/Testing - Ultralytics Handbook
@@ -522,10 +522,10 @@
-📅 Created 29 days ago
+📅 Created 1 month ago
-✏️ Updated 29 days ago
+✏️ Updated 1 month ago
diff --git a/workflows/development/index.html b/workflows/development/index.html
index c047b25..5c23855 100644
--- a/workflows/development/index.html
+++ b/workflows/development/index.html
@@ -11,7 +11,7 @@
-
+
Development - Ultralytics Handbook
@@ -522,10 +522,10 @@
-📅 Created 29 days ago
+📅 Created 1 month ago
-✏️ Updated 29 days ago
+✏️ Updated 1 month ago
diff --git a/workflows/documentation/index.html b/workflows/documentation/index.html
index 5777804..453b0bc 100644
--- a/workflows/documentation/index.html
+++ b/workflows/documentation/index.html
@@ -11,7 +11,7 @@
-
+
Documentation - Ultralytics Handbook
@@ -522,10 +522,10 @@
-📅 Created 29 days ago
+📅 Created 1 month ago
-✏️ Updated 29 days ago
+✏️ Updated 1 month ago
diff --git a/workflows/product-development/index.html b/workflows/product-development/index.html
index 887fb04..557b82d 100644
--- a/workflows/product-development/index.html
+++ b/workflows/product-development/index.html
@@ -11,7 +11,7 @@
-
+
Product Dev - Ultralytics Handbook
@@ -522,10 +522,10 @@
-📅 Created 29 days ago
+📅 Created 1 month ago
-✏️ Updated 29 days ago
+✏️ Updated 1 month ago