mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
test
This commit is contained in:
parent
c6a86ff717
commit
fe2cd5bac2
|
|
@ -44,6 +44,7 @@ async function doStart(
|
|||
},
|
||||
);
|
||||
|
||||
// test
|
||||
const devServer = await createWebpackDevServer({
|
||||
props: reloadableSite.get().props,
|
||||
cliOptions,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue