mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-30 22:18:02 +00:00
Update Docusaurus to 3.6.1 (#960)
This commit is contained in:
parent
8026b1f474
commit
d190fd68de
@ -11,6 +11,11 @@ import {themes as prismThemes} from 'prism-react-renderer';
|
||||
|
||||
const path = require('path');
|
||||
|
||||
const config = {
|
||||
future: {
|
||||
experimental_faster: true,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
title: 'ClearML',
|
||||
|
10365
package-lock.json
generated
10365
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@ -17,11 +17,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@cmfcmf/docusaurus-search-local": "^1.1.0",
|
||||
"@docusaurus/core": "^3.5.2",
|
||||
"@docusaurus/plugin-content-blog": "^3.5.2",
|
||||
"@docusaurus/plugin-google-analytics": "^3.5.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.5.2",
|
||||
"@docusaurus/preset-classic": "3.5.2",
|
||||
"@docusaurus/core": "^3.6.1",
|
||||
"@docusaurus/faster": "^3.6.1",
|
||||
"@docusaurus/plugin-content-blog": "^3.6.1",
|
||||
"@docusaurus/plugin-google-analytics": "^3.6.1",
|
||||
"@docusaurus/plugin-google-gtag": "^3.6.1",
|
||||
"@docusaurus/preset-classic": "^3.6.1",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.23.3",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^1.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user