diff --git a/work/tbx/meraki/meraki_api.md b/work/tbx/meraki/meraki_api.md index 79df7e0..b51b576 100644 --- a/work/tbx/meraki/meraki_api.md +++ b/work/tbx/meraki/meraki_api.md @@ -1261,7 +1261,6 @@ Sure! Here's a Mermaid chart that visualizes the hierarchical structure of Organ ### Mermaid Chart Code -```markdown ```mermaid graph TD; A[Organizations] --> B[Networks] @@ -1270,7 +1269,6 @@ graph TD; B -->|Each network has a unique ID| C C -->|Devices are identified by their serial numbers| C ``` -``` ### Explanation @@ -1288,7 +1286,6 @@ graph TD; ### Example Markdown File -```markdown # Understanding the Hierarchical Structure ```mermaid @@ -1299,6 +1296,6 @@ graph TD; B -->|Each network has a unique ID| C C -->|Devices are identified by their serial numbers| C ``` -``` + By adding this Mermaid chart to your GitHub site, you'll have a clear visual representation of the hierarchical structure within Meraki's organization, network, and device model. If you need further customization or have additional questions, feel free to ask! \ No newline at end of file