From 4128706c49d26e00a21ec5367c526112b8e408d8 Mon Sep 17 00:00:00 2001 From: Sahaj Zalavadia Date: Wed, 16 Oct 2024 12:44:20 -0400 Subject: [PATCH] initial setup --- docs/homepage.mdx | 4 ++-- docusaurus.config.js | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/homepage.mdx b/docs/homepage.mdx index e9247cd..2b9df89 100644 --- a/docs/homepage.mdx +++ b/docs/homepage.mdx @@ -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 diff --git a/docusaurus.config.js b/docusaurus.config.js index 72f21da..66bdad6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,7 +14,7 @@ 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", @@ -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: "/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", @@ -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"), @@ -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', @@ -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", @@ -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", },