diff --git a/docs/8.6.0_docs.md b/docs/8.6.0_docs.md index 04319d97a..ab157846d 100644 --- a/docs/8.6.0_docs.md +++ b/docs/8.6.0_docs.md @@ -23,9 +23,10 @@ secure Array The modifiable parts of the Configuration are limited by the secure array, which is an array of immutable parameters, this array can be expanded by site owners. -Notes: secure arrays work like nesting dolls, with the Global Configurations’ secure array being the default and immutable list of immutable parameters, or the smallest doll, to which site owners may add to, but implementors may not modify it. +**Notes**: secure arrays work like nesting dolls, with the Global Configurations’ secure array being the default and immutable list of immutable parameters, or the smallest doll, to which site owners may add to, but implementors may not modify it. + +# Secure Arrays -**Notes:** Site owners can add to the **secure** array using this command: mermaidAPI.initialize( { startOnLoad: true, secure: ['parameter1', 'parameter2'] } );