Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante-Masciotra authored Sep 6, 2023
1 parent 86d4c60 commit 8e962fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
items: [
{
to: "/",
activeBaseRegex: "^/wiki/$",
activeBaseRegex: "^/css-wiki/$",
label: "Home",
position: "left",
},
Expand Down Expand Up @@ -172,7 +172,7 @@ module.exports = {
path: "careers",
sidebarPath: require.resolve("./careers/careers_sidebars.js"),
routeBasePath: "careers",
editUrl: "https://github.com/UWindsorCSS/Wiki/tree/master/",
editUrl: "https://github.com/UWindsorCSS/css-wiki/tree/master/",
},
],
[
Expand All @@ -182,7 +182,7 @@ module.exports = {
path: "courses",
sidebarPath: require.resolve("./courses/courses_sidebars.js"),
routeBasePath: "courses",
editUrl: "https://github.com/UWindsorCSS/Wiki/tree/master/",
editUrl: "https://github.com/UWindsorCSS/css-wiki/tree/master/",
},
],
[
Expand All @@ -194,7 +194,7 @@ module.exports = {
"./academics/academics_sidebars.js"
),
routeBasePath: "academics",
editUrl: "https://github.com/UWindsorCSS/Wiki/tree/master/",
editUrl: "https://github.com/UWindsorCSS/css-wiki/tree/master/",
},
],
[
Expand All @@ -206,7 +206,7 @@ module.exports = {
"./resources/resources_sidebars.js"
),
routeBasePath: "resources",
editUrl: "https://github.com/UWindsorCSS/Wiki/tree/master/",
editUrl: "https://github.com/UWindsorCSS/css-wiki/tree/master/",
},
],
[
Expand All @@ -216,7 +216,7 @@ module.exports = {
path: "css",
sidebarPath: require.resolve("./css/css_sidebars.js"),
routeBasePath: "css",
editUrl: "https://github.com/UWindsorCSS/Wiki/tree/master/",
editUrl: "https://github.com/UWindsorCSS/css-wiki/tree/master/",
},
],
[
Expand All @@ -225,7 +225,7 @@ module.exports = {
id: "plugin-blog-newsletter",
path: "newsletter",
routeBasePath: "newsletter",
editUrl: "https://github.com/UWindsorCSS/Wiki/tree/master/",
editUrl: "https://github.com/UWindsorCSS/css-wiki/tree/master/",
},
],
],
Expand Down

0 comments on commit 8e962fc

Please sign in to comment.