mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 20:27:20 +02:00
docs(v2): fix missing closing bracket (#4837)
* fix: missing closing bracket * fix: missing closing bracket
This commit is contained in:
parent
ff31de0ff6
commit
4db8ded2f2
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue