diff --git a/website/docs/configuration.md b/website/docs/configuration.md index d58bfc3226ca..d995412538e6 100644 --- a/website/docs/configuration.md +++ b/website/docs/configuration.md @@ -17,7 +17,7 @@ The high-level overview of Docusaurus configuration can be categorized into: - [Site Metadata](#site-metadata) - [Deployment Configurations](#deployment-configurations) -- [Themes, Plugins, and Presets configurations](#themes-plugins-and-presets-configurations) +- [Theme, Plugin, and Preset Configurations](#theme-plugin-and-preset-configurations) - [Custom Configurations](#custom-configurations) For exact reference to each of the configurable fields, you may refer to [**docusaurus.config.js API reference**](docusaurus.config.js.md). @@ -34,22 +34,75 @@ Deployment configurations such as `projectName` and `organizationName` are used It is recommended to check the [deployment docs](deployment.md) for more information. -### Themes, Plugins, and Presets configurations +### Theme, plugin, and preset configurations -_This section is a work in progress. [Welcoming PRs](https://github.com/facebook/docusaurus/issues/1640)._ +List the installed [themes](using-themes.md), [plugins](using-plugins.md), and [presets](presets.md) for your site in the `themes`, `plugins`, and `presets` fields, respectively. These are typically npm packages: - +For further help configuring themes, plugins, and presets, see [Using Themes](using-themes.md), [Using Plugins](using-plugins.md), and [Using Presets](presets.md). ### Custom configurations