From 5ffd1ab2bef1d1e34a2075c49ea5567c5917aada Mon Sep 17 00:00:00 2001 From: Victor Barberan Date: Tue, 15 Apr 2025 01:07:53 +0200 Subject: [PATCH 1/2] Updated url --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4371f9b..b5a2efb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,7 +15,7 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://piqpoc.vicoco.nohost.me', + url: 'https://piqpoc.tamarindo.top', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/', @@ -86,7 +86,7 @@ const config = { }, {to: '/blog', label: 'Blog', position: 'left'}, { - href: 'https://git.vicoco.nohost.me/piqpoc', + href: 'https://git.tamarindo.top/vico/piqpoc', label: 'Git', position: 'right', }, @@ -109,7 +109,7 @@ const config = { items: [ { label: 'Forum', - href: 'https://forum.vicoco.nohost.me', + href: 'https://forum.tamarindo.top', }, ], }, From e78b2cba4de75a4f89f312968375f0dd0e03336e Mon Sep 17 00:00:00 2001 From: Victor Barberan Date: Tue, 15 Apr 2025 01:51:57 +0200 Subject: [PATCH 2/2] Fix some typos --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b5a2efb..b04050a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -99,8 +99,8 @@ const config = { title: 'Docs', items: [ { - label: 'Tutorial', - to: '/docs/intro', + label: 'Build your own', + to: '/docs/start', }, ], }, @@ -109,7 +109,7 @@ const config = { items: [ { label: 'Forum', - href: 'https://forum.tamarindo.top', + href: 'https://forum.piqpoc.tamarindo.top', }, ], },