Skip to content

Commit

Permalink
Rename repo in docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Jun 24, 2024
1 parent 72bf433 commit 9384e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
title: "OpenBB Docs",
tagline: "OpenBB Docs",
url: "https://openbb-finance.github.io", // Your website URL
baseUrl: "/docs",
baseUrl: "/openbb-docs",
projectName: "OpenBBTerminal",
organizationName: "OpenBB-finance",
trailingSlash: false,
Expand Down Expand Up @@ -66,7 +66,7 @@ export default {
docs: {
sidebarPath: "./sidebars.js",
editUrl:
"https://github.com/OpenBB-finance/OpenBBTerminal/edit/main/website/",
"https://github.com/OpenBB-finance/openbb-docs/edit/main/",
showLastUpdateTime: true,
showLastUpdateAuthor: true,
routeBasePath: "/",
Expand Down

0 comments on commit 9384e46

Please sign in to comment.