github doczjs/docz v0.5.0

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

Changelog

Bug Fixes

Features

  • docz-core: add ordering property for config (a6c307d) (thanks @Swapnull)
  • docz-core: read name from package.json to populate initial title (4f10a6d)
  • docz-theme-default: add sidebar search (8218dc1)
  • docz-theme-default: some bundle size improvements

Ordering property

Now you can define how order prop will work by passing an ordering property on your configuration:

// doczrc.js
export default {
  order: 'ascending'
}

Search

And a simple and powerful search for your menus (powered by Fuse.js)

Don't miss a new docz release

NewReleases is sending notifications on new releases.