Skip to content

Commit

Permalink
docs(v2): fix missing closing bracket (#4837)
Browse files Browse the repository at this point in the history
* fix: missing closing bracket

* fix: missing closing bracket
  • Loading branch information
pmqueiroz authored May 24, 2021
1 parent ff31de0 commit 4db8ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/api/themes/theme-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The classic theme provides by default light and dark mode support, with a navbar

It is possible to customize the color mode support with the following configuration:

```js {6-35} title="docusaurus.config.js"
```js {6-36} title="docusaurus.config.js"
module.exports = {
// ...
themeConfig: {
Expand Down Expand Up @@ -183,7 +183,7 @@ You can add a logo and title to the navbar via `themeConfig.navbar`. Logo can be

To improve dark mode support, you can also set a different logo for this mode.

```js {5-11} title="docusaurus.config.js"
```js {5-12} title="docusaurus.config.js"
module.exports = {
// ...
themeConfig: {
Expand Down

0 comments on commit 4db8ded

Please sign in to comment.