Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored May 30, 2023
1 parent 65e83cb commit fc0399e
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 @@ -16,8 +16,8 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'Alabama Water Institute', // Usually your GitHub org/user name.
projectName: 'AlabamaWaterInstitute', // Usually your repo name.
organizationName: 'CIROH-UA', // Usually your GitHub org/user name.
projectName: 'CIROH-UA', // Usually your repo name.

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand All @@ -36,7 +36,7 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:'https://github.com/AlabamaWaterInstitute/alabamawaterinstitute_website/edit/main/',
editUrl:'https://github.com/CIROH-UA/ciroh-ua_website/edit/main/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down Expand Up @@ -73,7 +73,7 @@ const config = {
position: 'right',
},
{
href: 'https://github.com/AlabamaWaterInstitute',
href: 'https://github.com/CIROH-UA',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -109,7 +109,7 @@ const config = {
items: [
{
label: 'GitHub',
href: 'https://github.com/AlabamaWaterInstitute',
href: 'https://github.com/CIROH-UA',
}
],
},
Expand Down

0 comments on commit fc0399e

Please sign in to comment.