Skip to content

Commit

Permalink
Merge pull request #3 from ibm-client-engineering/sahaj-updates
Browse files Browse the repository at this point in the history
initial setup
  • Loading branch information
Sahaj-IBM authored Oct 16, 2024
2 parents 4843084 + 4128706 commit eb7dca1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/homepage.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
sidebar_position: 0
slug: /
title: 'Insert Solution Name'
title: 'Unified Virtual Agent'
custom_edit_url: null
---


#### Flight Path
This is a living document for an adoption journey that synthesizes the best practices from IBM when considering and implementing **`[insert solution description]`**
This is a living document for an adoption journey that synthesizes the best practices from IBM when considering and implementing **`Unified Virtual Agent`** using IBM watsonx.

#### Working In The Open

Expand Down
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ async function createconfig() {
mermaid: true,
},
themes: ["@docusaurus/theme-mermaid", "@docusaurus/theme-live-codeblock"],
title: "Insert Solution Name",
title: "Unified Virtual Agent",
tagline: "Build Faster. Together.",
favicon: "img/favicon.ico",

// Set the production url of your site here
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: "/insert-solution-name",
baseUrl: "/solution-unified-virtual-agent",


// 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: "insert-solution-name", // Usually your repo name.
projectName: "solution-unified-virtual-agent", // Usually your repo name.

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
Expand Down Expand Up @@ -79,7 +79,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/insert-solution-name/tree/main/packages/create-docusaurus/templates/shared/",
"https://github.com/ibm-client-engineering/solution-unified-virtual-agent/tree/main/packages/create-docusaurus/templates/shared/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand All @@ -91,7 +91,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/insert-solution-name/edit/main/${blogDirPath}/${blogPath}",
"https://github.com/ibm-client-engineering/solution-unified-virtual-agent/edit/main/${blogDirPath}/${blogPath}",
blogTitle: "Flight Logs",
blogSidebarTitle: "Flight Logs",
blogSidebarCount: 'ALL',
Expand Down Expand Up @@ -130,7 +130,7 @@ async function createconfig() {
},
},
navbar: {
title: "| Insert Solution Name",
title: "| Unified Virtual Agent",
logo: {
alt: "IBM Client Engineering Logo",
src: "img/logo.svg",
Expand All @@ -147,7 +147,7 @@ async function createconfig() {
// },
{to: "flight-logs", label: "Flight Logs", position: "right"},
{
href: "https://github.com/ibm-client-engineering/insert-solution-name",
href: "https://github.com/ibm-client-engineering/solution-unified-virtual-agent",
className: "header-github-link",
position: "right",
},
Expand Down

0 comments on commit eb7dca1

Please sign in to comment.