v0.5.0
Changelog
Bug Fixes
- docz-core: app running port message (1b94114) (thanks @good-idea)
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)