Skip to content

Commit

Permalink
feat(docz-theme-default): hide playground editor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Nov 1, 2018
1 parent afec6b5 commit 0ccda92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-theme-default/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const config = {
colors,
styles,
mode: 'light',
showPlaygroundEditor: true,
showPlaygroundEditor: false,
}

2 comments on commit 0ccda92

@sag1v
Copy link

@sag1v sag1v commented on 0ccda92 Nov 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where can we override this? i tried in doczrc.js but no luck.

@sag1v
Copy link

@sag1v sag1v commented on 0ccda92 Nov 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK i forgot to do it inside the themeConfig object. it's working.

Please sign in to comment.