Skip to content

Commit

Permalink
fix(preset-classic): broken link in "unrecognized keys" error message (
Browse files Browse the repository at this point in the history
  • Loading branch information
mdubus committed Aug 31, 2022
1 parent 830153d commit c4f808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-preset-classic/src/index.ts
Expand Up @@ -87,7 +87,7 @@ export default function preset(
throw new Error(
`Unrecognized keys ${Object.keys(rest).join(
', ',
)} found in preset-classic configuration. The allowed keys are debug, docs, blog, pages, sitemap, theme, googleAnalytics, gtag. Check the documentation: https://docusaurus.io/docs/presets#docusauruspreset-classic for more information on how to configure individual plugins.`,
)} found in preset-classic configuration. The allowed keys are debug, docs, blog, pages, sitemap, theme, googleAnalytics, gtag. Check the documentation: https://docusaurus.io/docs/using-plugins#docusauruspreset-classic for more information on how to configure individual plugins.`,
);
}

Expand Down

0 comments on commit c4f808a

Please sign in to comment.