Skip to content

Commit

Permalink
fix(docz-core): add ordering to initial config data object
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 7, 2018
1 parent 6665b0b commit 2926ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docz-core/src/DataServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class DataServer {
title: this.config.title,
description: this.config.description,
themeConfig: this.config.themeConfig,
ordering: this.config.ordering,
}

return () => {
Expand Down

0 comments on commit 2926ade

Please sign in to comment.