Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Oct 11, 2021
1 parent b391558 commit 3451628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/getDocusaurusConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function getDocusaurusConfig({
? `${gitRepoUrl}/edit/${config.gitSourceBranch ?? "master"}/`
: undefined, // Omitting this variable entirely will disable edit links
sidebarCollapsible: true,
sidebarPath: customSidebarsExists
sidebarPath: customSidebarExists
? "./src/sidebars.js"
: undefined,
}
Expand Down

0 comments on commit 3451628

Please sign in to comment.