Skip to content

Commit

Permalink
change theme example
Browse files Browse the repository at this point in the history
  • Loading branch information
kabartolo committed Nov 2, 2019
1 parent 79f04b6 commit f61af68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ List the installed [themes](using-themes.md), [plugins](using-plugins.md), and [
module.exports = {
// ...
plugins: ['@docusaurus/plugin-content-blog', '@docusaurus/plugin-content-pages'],
themes: ['@docusaurus/themes-bootstrap'],
themes: ['@docusaurus/theme-classic'],
};
```

Expand Down

0 comments on commit f61af68

Please sign in to comment.