This commit is contained in:
revital 2025-01-23 09:05:16 +02:00
commit 0d47d62f30
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Server Side Public License Server Side Public License
VERSION 1, OCTOBER 16, 2018 VERSION 1, OCTOBER 16, 2018
Copyright © 2019 allegro.ai, Inc. Copyright © 2025 ClearML
Everyone is permitted to copy and distribute verbatim copies of this Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed. license document, but changing it is not allowed.

View File

@ -25,7 +25,7 @@ module.exports = {
onBrokenLinks: 'warn', onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico', favicon: 'img/favicon.ico',
organizationName: 'allegro.ai', // Usually your GitHub org/user name. organizationName: 'clearml', // Usually your GitHub org/user name.
projectName: 'ClearML', // Usually your repo name. projectName: 'ClearML', // Usually your repo name.
themeConfig: { themeConfig: {
prism: { prism: {

6
package-lock.json generated
View File

@ -20185,9 +20185,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "6.20.1", "version": "6.21.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz",
"integrity": "sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==", "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18.17" "node": ">=18.17"