diff --git a/website/versioned_docs/version-2.0.0-alpha.70/sidebar.md b/website/versioned_docs/version-2.0.0-alpha.70/sidebar.md index 2a6424e01e13..7381be90189c 100644 --- a/website/versioned_docs/version-2.0.0-alpha.70/sidebar.md +++ b/website/versioned_docs/version-2.0.0-alpha.70/sidebar.md @@ -77,7 +77,11 @@ 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