diff --git a/packages/docusaurus/src/commands/start/start.ts b/packages/docusaurus/src/commands/start/start.ts index 6cf7824b2a..20b1447ac9 100644 --- a/packages/docusaurus/src/commands/start/start.ts +++ b/packages/docusaurus/src/commands/start/start.ts @@ -44,6 +44,7 @@ async function doStart( }, ); + // test const devServer = await createWebpackDevServer({ props: reloadableSite.get().props, cliOptions, diff --git a/website/docs/configuration.mdx b/website/docs/configuration.mdx index 40e435afef..990730d9da 100644 --- a/website/docs/configuration.mdx +++ b/website/docs/configuration.mdx @@ -10,6 +10,8 @@ import TOCInline from '@theme/TOCInline'; Check the [**`docusaurus.config.js` API reference**](api/docusaurus.config.js.mdx) for an exhaustive list of options. +test + ::: Docusaurus has a unique take on configurations. We encourage you to congregate information about your site into one place. We guard the fields of this file and facilitate making this data object accessible across your site.