Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial setup #3

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading