Skip to content

Commit

Permalink
Merge pull request #14 from ibm-client-engineering/kramerro-ibm-patch-1
Browse files Browse the repository at this point in the history
Update docusaurus.config.js
  • Loading branch information
kramerro-ibm authored Oct 18, 2023
2 parents ec5658f + b2892cd commit 7ed6fc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ async function createconfig() {
url: 'https://ibm-client-engineering.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
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',
Expand Down Expand Up @@ -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'),
Expand All @@ -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,
Expand Down Expand Up @@ -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',
},
Expand Down

0 comments on commit 7ed6fc1

Please sign in to comment.