From bdfac623ddb1683f2298069f2efab998871dcc58 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 19 Apr 2025 15:06:40 +0200 Subject: [PATCH] Update extra.js with `0.3.20/dist/embed.min.js` (#20230) Signed-off-by: Glenn Jocher Co-authored-by: UltralyticsAssistant --- CITATION.cff | 12 ++++++------ docs/overrides/javascript/extra.js | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6c294c0d9b..37931d7e7d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,17 +10,17 @@ authors: - given-names: Glenn family-names: Jocher affiliation: Ultralytics - orcid: 'https://orcid.org/0000-0001-5950-6979' + orcid: "https://orcid.org/0000-0001-5950-6979" - family-names: Qiu given-names: Jing affiliation: Ultralytics - orcid: 'https://orcid.org/0000-0003-3783-7069' + orcid: "https://orcid.org/0000-0003-3783-7069" - given-names: Ayush family-names: Chaurasia affiliation: Ultralytics - orcid: 'https://orcid.org/0000-0002-7603-6750' -repository-code: 'https://github.com/ultralytics/ultralytics' -url: 'https://ultralytics.com' + orcid: "https://orcid.org/0000-0002-7603-6750" +repository-code: "https://github.com/ultralytics/ultralytics" +url: "https://ultralytics.com" license: AGPL-3.0 version: 8.0.0 -date-released: '2023-01-10' +date-released: "2023-01-10" diff --git a/docs/overrides/javascript/extra.js b/docs/overrides/javascript/extra.js index d06b5a67f2..f69645eb88 100644 --- a/docs/overrides/javascript/extra.js +++ b/docs/overrides/javascript/extra.js @@ -44,7 +44,8 @@ document.addEventListener("DOMContentLoaded", () => { const enableSearchBar = true; const inkeepScript = document.createElement("script"); - inkeepScript.src = "https://unpkg.com/@inkeep/uikit-js@0.3.18/dist/embed.js"; + inkeepScript.src = + "https://cdn.jsdelivr.net/npm/@inkeep/uikit-js@0.3.20/dist/embed.min.js"; inkeepScript.type = "module"; inkeepScript.defer = true; document.head.appendChild(inkeepScript);