From 4d2e667e6bab6046d0c284832b62483eabf89ab1 Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Wed, 12 Feb 2025 12:15:16 +0000 Subject: [PATCH] fix: config url and baseUrl after migration Signed-off-by: FabioPinheiro --- docusaurus.config.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5e7e01259..6955f4b70 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,9 +11,8 @@ const path = require('path') const config = { title: 'Hyperledger Identus', tagline: 'Hyperledger Identus Docs', - // url: 'https://docs.atalaprism.io', - url: 'https://hyperledger.github.io/', - baseUrl: '/identus-docs/', + url: 'https://hyperledger-identus.github.io/', + baseUrl: '/docs/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', @@ -156,7 +155,7 @@ const config = { ], }, footer: { - copyright: `Hyperledger Identus CC BY 4.0`, + copyright: `Hyperledger Identus CC BY 4.0`, }, prism: { theme: prismThemes.github,