mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Fix running locally
This commit is contained in:
@@ -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: [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user