fix(v2): fix warning and improve styling inline TOC (#4163)

This commit is contained in:
Alexey Pyltsyn 2021-02-03 14:11:42 +03:00 committed by GitHub
parent 3f6e04380f
commit d25e0f4d0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,9 @@ You should not have to write your `docusaurus.config.js` from scratch even if yo
However, it can be helpful if you have a high-level understanding of how the configurations are designed and implemented.
The high-level overview of Docusaurus configuration can be categorized into: <TOCInline toc={toc[0].children} />
The high-level overview of Docusaurus configuration can be categorized into:
<TOCInline toc={toc[0].children} />
For exact reference to each of the configurable fields, you may refer to [**`docusaurus.config.js` API reference**](api/docusaurus.config.js.md).