docs(v2): fix missing closing bracket (#4837)

* fix: missing closing bracket

* fix: missing closing bracket
This commit is contained in:
Pedro Queiroz 2021-05-24 06:37:30 -03:00 committed by GitHub
parent ff31de0ff6
commit 4db8ded2f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {
@ -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: {