From b2892cdd021519438cba10313ed93929c83972d2 Mon Sep 17 00:00:00 2001 From: kramerro-ibm <102995992+kramerro-ibm@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:22:47 -0400 Subject: [PATCH] Update docusaurus.config.js Signed-off-by: kramerro-ibm <102995992+kramerro-ibm@users.noreply.github.com> --- docusaurus.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d63586b..765c64f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -22,13 +22,13 @@ async function createconfig() { url: 'https://ibm-client-engineering.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/solution-ithelpdesk-watsonx/', + baseUrl: '/solution-watsonx-assistant/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'ibm-client-engineering', // Usually your GitHub org/user name. - projectName: 'solution-ithelpdesk-watsonx', // Usually your repo name. + projectName: 'solution-watsonx-assistant', // Usually your repo name. onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', @@ -84,7 +84,7 @@ async function createconfig() { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/ibm-client-engineering/solution-ithelpdesk-watsonx/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/ibm-client-engineering/solution-watsonx-assistant/tree/main/packages/create-docusaurus/templates/shared/', }, theme: { customCss: require.resolve('./src/css/custom.css'), @@ -95,7 +95,7 @@ async function createconfig() { // editUrl: 'https://github.com/facebook/docusaurus/edit/main/website/', // Advanced use-case: functional editUrl editUrl: ({ locale, blogDirPath, blogPath, permalink }) => - `https://github.com/ibm-client-engineering/solution-ithelpdesk-watsonx/edit/main/${blogDirPath}/${blogPath}`, + `https://github.com/ibm-client-engineering/solution-watsonx-assistant/edit/main/${blogDirPath}/${blogPath}`, blogTitle: 'Journey Log', blogSidebarTitle: 'All our logs', postsPerPage: 10, @@ -148,7 +148,7 @@ async function createconfig() { {to: '/', label: 'Flight Path', position: 'right'}, {to: 'blog', label: 'Flight Logs', position: 'right'}, { - href: 'https://github.com/ibm-client-engineering/solution-ithelpdesk-watsonx', + href: 'https://github.com/ibm-client-engineering/solution-watsonx-assistant', className: "header-github-link", position: 'right', },