diff --git a/docusaurus.config.js b/docusaurus.config.js index f3b366a..886ac3e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -71,10 +71,7 @@ const config = { ({ docs: { sidebarPath: './sidebar/sidebars.js', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - //TODO: Update the editUrl to point to correct branch - editUrl: 'https://github.com/wavemaker/ai-docs/tree/main/', + editUrl: 'https://github.com/wavemaker-ai/docs/tree/main/', showLastUpdateTime: true, showLastUpdateAuthor: true, }, @@ -84,9 +81,7 @@ const config = { type: ['rss', 'atom'], xslt: true, }, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: 'https://github.com/wavemaker/ai-docs/tree/main/', + editUrl: 'https://github.com/wavemaker-ai/docs/tree/main/', // Useful options to enforce blogging best practices onInlineTags: 'warn', onInlineAuthors: 'ignore', @@ -115,8 +110,7 @@ const config = { themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ - // Replace with your project's social card - image: 'img/docusaurus-social-card.jpg', + image: 'img/wavemaker-docs-social-card.png', algolia: { appId: 'QCVP2DTGFE', apiKey: '5c6569989dc17486081c8ab5cd736d10', diff --git a/static/img/docusaurus-social-card.jpg b/static/img/docusaurus-social-card.jpg deleted file mode 100644 index ffcb448..0000000 Binary files a/static/img/docusaurus-social-card.jpg and /dev/null differ diff --git a/static/img/docusaurus.png b/static/img/docusaurus.png deleted file mode 100644 index f458149..0000000 Binary files a/static/img/docusaurus.png and /dev/null differ diff --git a/static/img/undraw_docusaurus_mountain.svg b/static/img/undraw_docusaurus_mountain.svg deleted file mode 100644 index af961c4..0000000 --- a/static/img/undraw_docusaurus_mountain.svg +++ /dev/null @@ -1,171 +0,0 @@ - - Easy to Use - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/undraw_docusaurus_react.svg b/static/img/undraw_docusaurus_react.svg deleted file mode 100644 index 94b5cf0..0000000 --- a/static/img/undraw_docusaurus_react.svg +++ /dev/null @@ -1,170 +0,0 @@ - - Powered by React - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/undraw_docusaurus_tree.svg b/static/img/undraw_docusaurus_tree.svg deleted file mode 100644 index d9161d3..0000000 --- a/static/img/undraw_docusaurus_tree.svg +++ /dev/null @@ -1,40 +0,0 @@ - - Focus on What Matters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/wavemaker-docs-social-card.png b/static/img/wavemaker-docs-social-card.png new file mode 100644 index 0000000..27bf8ef Binary files /dev/null and b/static/img/wavemaker-docs-social-card.png differ