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

docs: update the docusaurus config for new repo #803

Merged
merged 1 commit into from
Jul 31, 2023
Merged
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
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