diff --git a/website/docs/sidebar.md b/website/docs/sidebar.md index 2a6424e01e13..675652361e8a 100644 --- a/website/docs/sidebar.md +++ b/website/docs/sidebar.md @@ -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