diff --git a/website/docs/configuration.mdx b/website/docs/configuration.mdx index d0689e1b549c..020c268da347 100644 --- a/website/docs/configuration.mdx +++ b/website/docs/configuration.mdx @@ -4,6 +4,7 @@ description: Configuring your site's behavior through docusaurus.config.js and m # Configuration + import TOCInline from '@theme/TOCInline'; :::info @@ -12,7 +13,7 @@ Check the [**`docusaurus.config.js` API reference**](api/docusaurus.config.js.md ::: -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. +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. Keeping a well-maintained `docusaurus.config.js` helps you, your collaborators, and your open source contributors to be able to focus on documentation while still being able to customize the site.