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