Skip to content

Commit

Permalink
useful comments
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jul 8, 2021
1 parent 94ae384 commit 05dcd1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ const isVersioningDisabled = !!process.env.DISABLE_VERSIONING || isI18nStaging;
[
'@docusaurus/plugin-content-docs',
{
// This plugin instance is used to test fancy edge cases
id: 'docs-tests',
// Using a symlinked folder as source, test against https://github.com/facebook/docusaurus/issues/3272
path: 'dogfooding/docs-tests-symlink',
routeBasePath: 'docs-tests',
// sidebarPath: require.resolve('./sidebarsCommunity.js'),
},
],

Expand Down

0 comments on commit 05dcd1f

Please sign in to comment.