Skip to content

Commit

Permalink
Point docusaurus input to sbt mdoc output
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzobaz committed Nov 25, 2021
1 parent feb1c00 commit 742e2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
path: '../docs',
path: '../myproject-docs/target/mdoc',
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/scalacenter/scala-advent-of-code/edit/main/website',
Expand Down

0 comments on commit 742e2c9

Please sign in to comment.