Skip to content

Commit

Permalink
docs: update the docusaurus config for new repo (#803)
Browse files Browse the repository at this point in the history
Signed-off-by: Xander Grzywinski <[email protected]>
  • Loading branch information
Xander Grzywinski authored Jul 31, 2023
1 parent 330aaed commit 0e71cbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Eraser Docs',
url: 'https://azure.github.io',
url: 'https://eraser-dev.github.io',
baseUrl: '/eraser/docs/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand All @@ -16,7 +16,7 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'Azure', // Usually your GitHub org/user name.
organizationName: 'eraser-dev', // Usually your GitHub org/user name.
projectName: 'Eraser', // Usually your repo name.
deploymentBranch: 'gh-pages',

Expand Down Expand Up @@ -64,7 +64,7 @@ const config = {
position: 'right',
},
{
href: 'https://github.com/azure/eraser',
href: 'https://github.com/eraser-dev/eraser',
position: 'right',
className: 'header-github-link',
'aria-label': 'GitHub repository',
Expand All @@ -73,7 +73,7 @@ const config = {
},
footer: {
style: 'dark',
copyright: `Copyright © ${new Date().getFullYear()} Microsoft. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Linux Foundation. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
Expand Down

0 comments on commit 0e71cbf

Please sign in to comment.