Skip to content

Commit

Permalink
fix(v2): fix warning and improve styling inline TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Feb 3, 2021
1 parent ffb2d29 commit c59b149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

.tableOfContentsInline ul {
list-style-type: disc;
}

.table-of-contents__link--inline {
color: var(--ifm-toc-link-color);
font-size: initial;
padding-top: 0;
}
4 changes: 3 additions & 1 deletion website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit c59b149

Please sign in to comment.