@@ -189,7 +189,7 @@ While this project's installation instructions defaults to using [npm][npm] for
189
189
The following flowchart provides a summary:
190
190
191
191
``` mermaid
192
- %%{init: { 'logLevel': 'debug', 'theme': 'dark', 'flowchart': { 'nodeSpacing': 30, 'rankSpacing': 10, 'useMaxWidth': true, 'defaultRenderer': 'dagre-d3', 'padding': 5, 'diagramPadding': 0, 'htmlLabels': true, 'curve': 'linear' } } }%%
192
+ %%{init: { 'logLevel': 'debug', 'theme': 'dark', securityLevel:'loose', 'flowchart': { 'nodeSpacing': 30, 'rankSpacing': 10, 'useMaxWidth': true, 'defaultRenderer': 'dagre-d3', 'padding': 5, 'diagramPadding': 0, 'htmlLabels': true, 'curve': 'linear' } } }%%
193
193
graph LR
194
194
Z((Start))
195
195
@@ -217,24 +217,26 @@ graph LR
217
217
B1 -- No --> B2
218
218
B2 -- No --> M
219
219
B2 -- Yes --> B3
220
- B3 -- Yes --> I
221
- B3 -- No --> J
220
+ B3 -- Yes --> I:::a
221
+ B3 -- No --> J:::a
222
222
223
223
Z --> C ---> C1
224
- C1 -- No ---> H
225
- C1 -- Yes ---> L
226
-
227
- Z --> D -----> M
228
- Z --> A -----> G
229
- Z --> F -----> K
230
- Z --> E -----> J
231
-
232
- click G href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#command-line-utility"
233
- click H href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#individual-packages"
234
- click I href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#custom-bundles"
235
- click J href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#browser-bundles"
236
- click L href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#namespaces"
237
- click K href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#system-library"
224
+ C1 -- No ---> H:::a
225
+ C1 -- Yes ---> L:::a
226
+
227
+ Z --> D -----> M:::a
228
+ Z --> A -----> G:::a
229
+ Z --> F -----> K:::a
230
+ Z --> E -----> J:::a
231
+
232
+ click G href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#command-line-utility" "Jump to section"
233
+ click H href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#individual-packages" "Jump to section"
234
+ click I href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#custom-bundles" "Jump to section"
235
+ click J href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#browser-bundles" "Jump to section"
236
+ click L href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#namespaces" "Jump to section"
237
+ click K href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#system-library" "Jump to section"
238
+
239
+ classDef a color:blue,fill:lightgray
238
240
```
239
241
240
242
<a name =" install_complete_library " ></a >
0 commit comments