github doczjs/docz v0.3.2

latest releases: v2.4.0, v2.3.3-alpha.0, v2.3.2-alpha.0...
5 years ago

Changelog

  • docz-default-theme: add dark mode #81
  • docz-default-theme: fix global styles (related to #80)
  • docz-default-theme: make theme responsive #86

Contributions

Thanks a lot, @marceloavf that makes an awesome work making the default theme responsive!


Dark mode

Docz default theme now has a mode option to get your theme darker 🌚. To enable this feature, just change your doczrc.js like that:

// doczrc.js
export default {
  themeConfig: {
    mode: 'dark'
  }
}

And now you have a dark mode!

and totally mobile friendly...

Don't miss a new docz release

NewReleases is sending notifications on new releases.