Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjo committed Mar 6, 2023
1 parent 1a41f31 commit 11e567d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ const config = {
url: 'https://your-docusaurus-test-site.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/jupisaurus/',
baseUrl: '/pytorch-basics/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
projectName: 'pytorch-basics', // Usually your repo name.

onBrokenLinks: 'ignore',
onBrokenMarkdownLinks: 'ignore',
Expand Down Expand Up @@ -64,7 +64,7 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'Jupisaurus',
title: 'PyTorch Basics',
logo: {
alt: 'My Site Logo',
src: 'img/jupisaurus.png',
Expand All @@ -78,7 +78,7 @@ const config = {
},
// {to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/brianjo/jupisaurus',
href: 'https://github.com/brianjo/pytorch-basics',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -122,7 +122,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/brianjo/pytorch-basics',
},
],
},
Expand Down

0 comments on commit 11e567d

Please sign in to comment.