From 532b32dab537d4b3bf6dfbfbbb62a5eeadb8ca19 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Thu, 9 Jul 2020 05:15:47 -0700 Subject: [PATCH] Update 8.6.0_docs.md --- docs/8.6.0_docs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'] } );