From 039d62cdca1f1e96fc2da77319dd8f239f44d0c1 Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Tue, 18 May 2021 14:41:43 +0300 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5d2e3b53..d0c73f3c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,7 +15,7 @@ module.exports = { title: 'ClearML', tagline: 'Auto-Magical Suite of tools to streamline your ML workflow', url: 'https://clear.ml', - baseUrl: '/', + baseUrl: '/docs/latest/', onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico',