mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Fix running locally
This commit is contained in:
parent
c76e46ea03
commit
ab83c33b25
@ -15,7 +15,7 @@ module.exports = {
|
|||||||
title: 'ClearML',
|
title: 'ClearML',
|
||||||
tagline: 'Auto-Magical Suite of tools to streamline your ML workflow',
|
tagline: 'Auto-Magical Suite of tools to streamline your ML workflow',
|
||||||
url: 'https://clear.ml',
|
url: 'https://clear.ml',
|
||||||
baseUrl: '/docs/latest/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'warn',
|
onBrokenLinks: 'warn',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
@ -177,6 +177,11 @@ module.exports = {
|
|||||||
// Please do not remove the credits, help to publicize Docusaurus :)
|
// Please do not remove the credits, help to publicize Docusaurus :)
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} allegro.ai. Built with Docusaurus.`,
|
copyright: `Copyright © ${new Date().getFullYear()} allegro.ai. Built with Docusaurus.`,
|
||||||
},
|
},
|
||||||
|
googleAnalytics: {
|
||||||
|
trackingID: 'none',
|
||||||
|
// Optional fields.
|
||||||
|
anonymizeIP: true, // Should IPs be anonymized?
|
||||||
|
},
|
||||||
},
|
},
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
"@cmfcmf/docusaurus-search-local": "^0.6.2",
|
"@cmfcmf/docusaurus-search-local": "^0.6.2",
|
||||||
"@docusaurus/core": "^2.0.0-beta.0",
|
"@docusaurus/core": "^2.0.0-beta.0",
|
||||||
"@docusaurus/plugin-content-blog": "^2.0.0-beta.0",
|
"@docusaurus/plugin-content-blog": "^2.0.0-beta.0",
|
||||||
|
"@docusaurus/plugin-google-analytics": "^2.0.0-beta.0",
|
||||||
"@docusaurus/preset-classic": "2.0.0-beta.0",
|
"@docusaurus/preset-classic": "2.0.0-beta.0",
|
||||||
"@easyops-cn/docusaurus-search-local": "^0.16.3",
|
"@easyops-cn/docusaurus-search-local": "^0.16.3",
|
||||||
"@mdx-js/react": "^1.6.21",
|
"@mdx-js/react": "^1.6.21",
|
||||||
|
Loading…
Reference in New Issue
Block a user