From 2ee3ef9989369bc868b7ea63a08d8ecc9a19d950 Mon Sep 17 00:00:00 2001 From: medusa Date: Sat, 1 Jun 2024 05:00:55 +0000 Subject: [PATCH] Update work/tbx/meraki/meraki_api.md --- work/tbx/meraki/meraki_api.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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