From 837552d4b956ea379462f5e652b45e31c4b8bb46 Mon Sep 17 00:00:00 2001 From: PhilippeMts Date: Mon, 20 Mar 2023 11:43:15 +0100 Subject: [PATCH 1/2] Bump version number. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b1ef9c..4b2210a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "holium-docs", - "version": "1.0.4", + "version": "1.0.5", "private": true, "scripts": { "docusaurus": "docusaurus", From b2176f96bc3efa39d052cb0d3fbf38df1f2549dd Mon Sep 17 00:00:00 2001 From: PhilippeMts Date: Mon, 20 Mar 2023 11:46:22 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20fix=20use=20of=20url=20and?= =?UTF-8?q?=20baseUrl=20docusaurus=20configuration=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f88d8ec..9354545 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -7,8 +7,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); module.exports = { title: 'Holium documentation', tagline: 'Documentations for the Holium Framework', - url: 'https://polyphene.github.io/docs.holium.org/', - baseUrl: '/', + url: 'https://polyphene.github.io', + baseUrl: '/docs.holium.org/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico',