mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
fix(v2): remove webpackConfig.resolve.symlinks: true (#5126)
* remove webpackConfig.resolve.symlinks: true * Add docs-test docs plugin instance to validate using a symlink folder as docs source is possible * comment * useful comments
This commit is contained in:
parent
7b2723717c
commit
dc9f104ccc
4 changed files with 20 additions and 1 deletions
|
@ -116,6 +116,17 @@ const isVersioningDisabled = !!process.env.DISABLE_VERSIONING || isI18nStaging;
|
|||
showLastUpdateTime: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
'@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',
|
||||
},
|
||||
],
|
||||
|
||||
[
|
||||
'@docusaurus/plugin-content-blog',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue