Skip to content

Commit

Permalink
Fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtFlag committed Dec 11, 2020
1 parent 5382dd8 commit 51b74f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ module.exports = {
};
```

:::note Shorthand notation relies on the iteration order of JavaScript object keys for the category name. When using this notation, keep in mind that EcmaScript does not guarantee `Object.keys({a,b}) === ['a','b']`, yet this is generally true. :::
:::note
Shorthand notation relies on the iteration order of JavaScript object keys for the category name. When using this notation, keep in mind that EcmaScript does not guarantee `Object.keys({a,b}) === ['a','b']`, yet this is generally true.
:::

## Using multiple sidebars

Expand Down

0 comments on commit 51b74f7

Please sign in to comment.