Skip to content

Commit

Permalink
fix(docs-gen): Menu order (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilev-alex authored Jul 2, 2020
1 parent 0bf55cb commit 11d974a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs-gen/src/resources/helpers/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function meta(this: ProjectReflection) {
function tagConverter(tag: string) {
const tags = {
menucategory: 'category',
subcategory: 'subCategory',
menuorder: 'menuOrder'
};

Expand Down
2 changes: 1 addition & 1 deletion docs/Schema/dimensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ dimensions: {
type: `number`,
//...
meta: {
any: 'value
any: 'value'
}
}
}
Expand Down

0 comments on commit 11d974a

Please sign in to comment.